-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] 운영중인 스터디 목록 조회 API 추가 #89
Merged
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
반올림 메서드 사용 용도
pending을 제외한 가입 및 탈퇴 유저 조회 분 - 스터디 전체 출석 리스트 조회 추가 - 스터디에서 특정 유저의 출석 리스트 조회 추가
pending을 제외한 가입 및 탈퇴 유저 조회 분리 - 스터디 전체 인증 리스트 조회 추가 - 스터디에서 특정 유저의 인증 리스트 조회 추가 - 스터디에서 특정 유저의 인증 확인이 필요한지에 대한 여부 조회 추가
uuujini
reviewed
Feb 1, 2025
src/main/java/com/join/core/avatar/controller/specification/MyPageControllerSpecification.java
Outdated
Show resolved
Hide resolved
uuujini
previously approved these changes
Feb 1, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!!
코멘트 하나만 확인 부탁드립니다!
uuujini
approved these changes
Feb 1, 2025
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.
📌 관련 이슈
✨ PR 내용
시작할 때의 생각보다 필요한 로직이 많아서 많이 두꺼워 진 것 같네요. 화면단위로 나눌 걸 그랬나 싶기도하네요 ㅠㅠ
운영중인 스터디 목록 추가
스터디 전체의 출석율, 인증율 계산
스터디원 각각의 출석율, 인증율 계산
스터디원이 모든 인증을 확인 받았는 지 확인
Study 컬럼 추가 : kakaoUrl - figma에 있어 추가하였습니다.
기존 mypage 로직 일부 수정
📚 레퍼런스 혹은 궁금한 사항들
📸 스크린샷(선택)