codex-team / codex-team/notes.api

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

オープン
#278 コメント 0 件 リアクション 0 件 担当者 1 名 @RoundRonin が担当を希望しています GitHub で見る
good first issue
主要言語
TypeScript
スター
4
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。