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.
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.