nswalters / AppTrakz-Client

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

Create Contact Note #30

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 contact so that I can retain my thoughts for later review.

Given a contact 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 contact details view