You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add route for API that would be available by GET /notes/:creatorId endpoint
It should return all notes, whose creatorId === request.querystring.creatorId
Steps
Add GET /:creatorId endpoint for NoteListRouter
Add getNoteListByCreatorId() method for NoteService
Add getNoteListByCreatorId() method for NoteRepository
Add getNoteListByCreatorId() method for NoteStorage
Add tests for the route
The text was updated successfully, but these errors were encountered:
e11sy
changed the title
(Test task): add GET all notes by creator endpoint
Feat(NoteList router): add GET all notes by creator endpoint
Oct 30, 2024
Problem
Add route for API that would be available by
GET /notes/:creatorId
endpointIt should return all notes, whose
creatorId === request.querystring.creatorId
Steps
GET /:creatorId
endpoint forNoteListRouter
getNoteListByCreatorId()
method forNoteService
getNoteListByCreatorId()
method forNoteRepository
getNoteListByCreatorId()
method forNoteStorage
The text was updated successfully, but these errors were encountered: