(First task): add GET all notes by parentNote endpoint #279
Labels
good first issue
Good for newcomers
should not be merged
This change should not be delivered on prod
Problem
Add route for API that would be available by
GET /notes/:parentNoteId
endpointIt should return all notes, whose
parentNoteId === request.querystring.parentNoteId
Steps
GET /:parentNoteId
endpoint forNoteListRouter
getNoteListByParentNote()
method forNoteService
getNoteListByParentNote()
method forNoteRepository
getNoteListByParentNote()
method forNoteStorage
The text was updated successfully, but these errors were encountered: