codex-team / codex-team/notes.api

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

Aperta
#278 0 commenti 0 reazioni 1 assegnatario Rivendicata da @RoundRonin Vedi su GitHub
good first issue
Lingua principale
TypeScript
Stelle
4
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## 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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.