Skip to content

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

Description

@e11sy

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions