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

Feat(NoteList router): add GET all notes by creator endpoint #278

Open
e11sy opened this issue Oct 30, 2024 · 0 comments
Open

Feat(NoteList router): add GET all notes by creator endpoint #278

e11sy opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@e11sy
Copy link
Contributor

e11sy commented Oct 30, 2024

Problem

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
@e11sy 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
@e11sy e11sy added the good first issue Good for newcomers label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants