This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Description
🚀 Feature Proposal
Add the ability to document notes onto a reported incident.
Motivation
During the incident's lifespan, there will be need to add multiple notes relating to the incident.
Technical Details
Incident Model
Add an optional notes field which hold multiple notes objects
Note Model
Add an optional givenBy field which will store the currently logged in user writing the note.
Incident View/Edit
On the incident view/edit form, at the bottom
- Add a Notes sections
In the notes section:
- Add a "+ Add New Note" button which opens a popup to add a new note to the incident
- Display a table of already existing notes, showing the following fields: date, givenBy, note, actions
- The Actions column will have buttons to Edit or Delete the note

NOTE: See patient view's add note popup for an example of how this should look/work.
