codex-team / codex-team/notes.api
Feat(NoteList router): add GET all notes by creator endpoint
Offen
good first issue
- Vorherrschende Sprache
- TypeScript
- Sterne
- 4
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## 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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.