forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/be/#119 헬퍼 매칭 기능 구현 + #118 Swagger 문서 DTO 수정 및 발음평가 NaN값 보정 #125
Merged
Conversation
This file contains 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
BlueBerrySoda
added
📝 feature
New feature or request
🔧 refactor
Good for newcomers
labels
May 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Overview
Related Issue
Issue Number : #118 #119
Task Details
헬퍼 매칭 기능 비즈니스 로직 구현 및 Endpoint 생성
헬퍼 매칭을 위한 글 작성, 일기, 수정, 삭제 기능과 Endpoint를 구현했습니다.
매칭글 리스트 생성, 검색 및 필터링, 페이지네이션 적용을 하였습니다.
매칭완료 기능 또한 구현하였습니다.
발음평가 NaN값 오류 보정
발음평가시 NaN값이 오는 경우가 발생하여 해당 경우 0.0으로 값을 바꾸는 보정을 해주었습니다.
Swagger 문서를 위한 DTO 작성
Map으로 반환시 Swagger에 반영되지 않던 오류가 있었습니다. 이를 해결하기 위해 DTO로 Response를 씌워줬습니다.
Test Scope & Checklist (Optional)
Review Requirements