nswalters / AppTrakz-Client

React Client for AppTrakz application for documenting the job application process.
0 stars 0 forks source link

Safe-delete contact note #39

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like the ability to remove a note from a contact that I have created in the event that I no longer find it relevant.

Given a user is visiting the contact details view When they select the Delete option on a note Then they should be prompted to confirm the deletion

Given the user wishes to confirm the deletion When they select the option to confirm Then the note should be 'soft-deleted' from the database And the user should be directed to the contact details view And that note should no longer be visible

Given the user decides not to confirm the deletion When they select the option to reject confirmation Then the note should NOT be deleted And the user should be directed back to the contact details view