nswalters / AppTrakz-Client

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

Update Job note details #35

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, when I am viewing a job details page and see a list of notes for that job, I should be able to edit the note in the event of an error.

Given a user is viewing a job details page with a list of notes When they select the Edit option for a note Then they are directed to a form and given the ability to change the note's content

Given the user is finished updating the note content When they click the Save button Then the updated note should be saved to the database And the user should be redirected to the job details view

Given the user has decided not to edit the note When they click the Cancel button Then they should be redirected back to the job details page