issues
search
elsatamara
/
eigensense-app
0
stars
0
forks
source link
Notes table fetches notes object for current alert
#2
Open
elsatamara
opened
2 years ago
elsatamara
commented
2 years ago
Things todo:
[x] Build db routes to fetch notes object
[x] Create note object UI to show on notes table
[x] Submits text field input when user hits enter or upload note button to DB
[x] MoreVerticon when clicked should has a dropdown menu to edit and delete notes
[x] Editing note will pop up a window screen with text field, save button and cancel button
[x] Build db routes to save note, also update redux state when new note is added (so it appears on the screen)
[x] Cancel button should close modal
[x] Build db routes to delete a note, and update redux state to remove the note (so it disappears from the screen)
[x] Delete note will prompt confirmation before deleting it
[x] Build db route when a user edits note, and update redux state
[x] Update alert table upon deletion and insertion of new note
elsatamara
commented
2 years ago
Things todo: