Skip to content

Commit

Permalink
todoの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rami2076 committed Oct 5, 2023
1 parent 3e09a90 commit 4f44099
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,17 @@ JUnit5による単体テストも実装すること ※ここまでは時間的

#### やること

- [ ] バリデーション要件決め
- [x] バリデーション要件決め
- [x] 文字数
- [x] 文字種
- [x] ドキュメントにまとめる
- [x] GitHubTemplateを追加
- [x] 動作確認
- [x] openapiのyamlを設定して5つの正常形が動作するように変更する
- [ ] integration testに5つのエンドポイントのテストを追加する.(20xのみ)
- [ ] openapiでエラー判定のユースケースを設定する
- [ ] openapiでエラーハンドラーの設定を行う.もしくは自前のエラーハンドラを設定する.
- [ ] 50xのITの追加を行う
- [ ] 40xのUTの追加を行う
- [ ] specのyamlを分割する
- [ ] employee modelを分割する



- [x] integration testに5つのエンドポイントのテストを追加する.(20xのみ)
- [x] openapiでエラー判定のユースケースを設定する
- [x] openapiでエラーハンドラーの設定を行う.もしくは自前のエラーハンドラを設定する.
- [x] 50xのITの追加を行う
- [x] 40xのUTの追加を行う
- [x] domain-modelの作成
- [ ] spec.yamlの分割

0 comments on commit 4f44099

Please sign in to comment.