Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. 할 일 (Task) 관리 API 구현
2. 상태 확인 API 추가
3. 데이터 모델 정의
4. 응답 형식 표준화
5. 개선 사항: API 엔드포인트 책임 분리
PUT 메소드 (PUT /tasks)
PATCH 메소드 (PATCH /tasks/{taskId})
개선 이유:
6. 명확한 API 문서화
OpenAPI 3.0.3 형식을 사용하여 API의 동작과 데이터 구조를 명확히 문서화했습니다. 이는 팀 간 커뮤니케이션과 API 이해도를 높이는 데 도움이 됩니다.