nswalters / AppTrakz-Client

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

Create Job Note #29

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like the ability to make notes related to a specific job so that I can retain my thoughts for later review.

Given a job detail view When they select the Add Note option Then they should be directed to a form for creating a new note

Given the user has entered the content for the note When they click the Save button Then the note should be saved to the database And the created_at and updated_at datetimes should be set to the current date and time And the user should be redirected to the job details view