rebus-ink / ink-API

Hobb API Server: backend for the Rebus Reader system
GNU Affero General Public License v3.0
4 stars 5 forks source link

Create note as collaborator #647

Closed Marie000 closed 3 years ago

Marie000 commented 3 years ago

Allows collaborators to create notes using those routes: POST /notebooks/:id/notes POST /noteContexts/:id/notes POST /outlines/:id/notes In all cases, the collaborator must have a status of 'accepted' and a permission.comment = true In the case of outlines, I assume comments will not be part of the hierarchy of the outline, but they will just be in the same list, at the top level, with no children notes. People in the front-end might want to think about using a specific motivation type for the comments to differentiate them from the notes that are in the outline.