Merged
Conversation
- 존재하지 않은 문장에 대한 예외 코드를 추가하였습니다. - HttpStatus code와 기존 예외 코드의 code가 같아 혼란을 야기하여 수정하였습니다. issue #7
- PostMapping, RequestBody 활용하여 타이핑 결과 정보를 프론트 단에서부터 전달받습니다. - Typing N:1 Phrase 연관 관계를 구현합니다. - Typing N:1 Member 연관 관계를 구현합니다. - 각 계층의 의존성을 줄이기 위하여 Controller Request와 Service Request를 분리했습니다. - 존재하지 않은 문장에 대하여 예외 처리를 하였습니다. - Member 객체와 행운의 메시지 및 순위 응답 객체를 임시 데이터로 구현하였습니다. - 타이핑 결과 정보를 DB에 저장합니다. issue #7
- 특정 문장에 대한 타자 정보를 저장하는 로직 테스트를 진행하였습니다. - 존재하지 않는 문장에 대한 예외 처리 테스트를 진행하였습니다. - 타자 정보 생성 후, 행운의 메시지와 순위를 반환하는 응답 로직 테스트를 진행하였습니다. issue #7
Closed
6 tasks
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.
#️⃣ 연관된 이슈
#7
📝 작업 내용
💬 리뷰 요구사항