Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDs to notes #35

Open
KrishnaSolo opened this issue Feb 20, 2021 · 0 comments · Fixed by #34 or #44
Open

Add IDs to notes #35

KrishnaSolo opened this issue Feb 20, 2021 · 0 comments · Fixed by #34 or #44
Assignees

Comments

@KrishnaSolo
Copy link
Collaborator

KrishnaSolo commented Feb 20, 2021

Notes should have id's to prevent over writing the entire notes body everytime we update one note. Also as a result we should support CRUD at note level.

The focus for now - to add id on put request.
The notes field in DB will be a map and the id
will be used to index the map. The value associated with the ID key will be a note object with an id field holding the key and a header and content field representing the note.

@KrishnaSolo KrishnaSolo created this issue from a note in TakeNotes - v1 (In progress) Feb 20, 2021
@KrishnaSolo KrishnaSolo moved this from In progress to Reviewing in TakeNotes - v1 Feb 20, 2021
@KrishnaSolo KrishnaSolo moved this from Reviewing to In progress in TakeNotes - v1 Feb 20, 2021
@KrishnaSolo KrishnaSolo self-assigned this Feb 20, 2021
@KrishnaSolo KrishnaSolo linked a pull request Feb 20, 2021 that will close this issue
@KrishnaSolo KrishnaSolo moved this from In progress to Reviewing in TakeNotes - v1 Feb 20, 2021
@KrishnaSolo KrishnaSolo linked a pull request Feb 23, 2021 that will close this issue
@GurmeharS GurmeharS moved this from Reviewing to Done in TakeNotes - v1 Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1 participant