codex-team / codex-team/notes.api
Feat(NoteList router): add GET all notes by creator endpoint
Ouverte
good first issue
- Langage dominant
- TypeScript
- Étoiles
- 4
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## 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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.