Hi everyone,
I’m having trouble setting up a system for my app, and I could really use some help. Here’s what I’m trying to achieve:
1. User Creates Requests in a Pop-up:
• Users can create a list of requests in a pop-up.
• Each request requires the user to input “name of the product,” “quantity,” and “urgency.”
• After entering the details, the user adds the request to a sort of “cart.”
-
Cart Functionality:
• The cart stores all the user’s requests.
• The user can review and validate the requests by clicking a “validate” button. -
Displaying Requests in a Repeating Group:
• Upon validation, the requests should appear in a repeating group.
• The preparers of these requests need to be able to mark them as “done” or “sent.”
• It should also be possible to filter these requests. -
Dynamic and Ongoing Request Addition:
• The cart is constantly being updated with new requests.
• For example, if a user adds 2 strawberries as a new request but already has a pending request for 3 strawberries, I want the system to automatically update the repeating group to reflect a total of 5 strawberries.
I’m not sure how to set up this dynamic and ongoing update process. Any guidance on how to implement this would be greatly appreciated!
Thank you in advance for your help.