codex-team / codex-team/notes.api
Feat(NoteList router): add GET all notes by creator endpoint
Abierto
good first issue
- Lenguaje dominante
- TypeScript
- Estrellas
- 4
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.