h1. WHAT
When a user wishes to save their changes (if any) there should be a confirmation modal which appears after they click "SAVE" which will have a button to CONFIRM and a button to CANCEL.
- CONFIRM - Yes, I wish to continue and save my changes. - CANCEL - No, don't save my changes, close the modal
H1 h1 . WHY
It is considered a good practice in UX to have a confirmation modal when a user saves data or executes an important button.
- The user could have pressed save by accident.
h1. Note Should be reusable, as there are a couple of case. If the global change has been made we will need to be able to specify a different flow in the modal.
Save Logic
h1. WHAT Implement save functionality to display the confirmation modal and send all information to the /apps/{id} PUT endpoint
h1. WHY To ensure all information is persisted [Trello link|https://trello.com/c/u6IMe5LL] |
|