Actions
Feature #190
open1. “Add Another / Add More” – Save Each Entry Immediately
Start date:
12/23/2025
Due date:
% Done:
100%
Description
PDP / Forms with Add Another / Add More functionality
Problem Statement¶
Currently, when a user clicks “Add Another Task”:
- Only the last added record is saved
- Previously added tasks are lost
- This happens because the data is not persisted in the DB at the time of clicking “Add Another”
Proposed Solution¶
When the user clicks “Add Another Task”:
- Immediately save the current task data to the database
If this approach works successfully:
Apply the same logic to ALL screens where “Add More” / “Add Another” functionality exists
Updated by Ujjwal Sud about 2 months ago
- Subject changed from 1.0 “Add Another / Add More” – Save Each Entry Immediately to 1. “Add Another / Add More” – Save Each Entry Immediately
Updated by Shreyanshi Srivastava about 2 months ago
- Status changed from Archieve to Resolved
Updated by Shreyanshi Srivastava about 2 months ago
- Assignee changed from Shreyanshi Srivastava to Deeksha Singh
Actions