-
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 #119
Conversation
1a45a34
to
dd1b1d6
Compare
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.
수고하셨습니다 👏
비슷한 이름이 많아서.. 고생 많으셨습니다 🥹 🥹
it.getImageUrl(), | ||
it.getCreatedAt())) | ||
.toList(); | ||
Long totalCount = missionVerificationRepository.countByMemberIdAndMissionId(memberId, missionId); |
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.
사소하지만 반환형이 long
이어도 될 것 같아요!
|
||
@Builder | ||
public record VerificationWrapper( | ||
@Schema(description = "총 개수", requiredMode = Schema.RequiredMode.REQUIRED) |
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.
- 미션 인증 내역의 개수인가요??! (= 내 인증 횟수)
- 피그마 내 기록에
8/10칸
이라고 되어있는데 총 칸 횟수는 클라이언트에서 미션 id를 통해 넣어주는 건가요? 그렇다면 미션 이름도 미션 id로 조회해서 넣어줘도 될 것 같습니다!- (제가 본 화면이
내 기록(ios) | 내기록 - 완료미션 존재
인데 제가 이상한 화면을 보고 있었다면 말씀해주세요 🥺)
- (제가 본 화면이
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.
아 이거 사진 클릭했을 때 보이는 인증 기록 목록 조회하는 API라 칸 횟수는 필요 없엉 저 totalCount는 페이징 할 때 필요한 총 개수야!
유정이가 말한 화면은 저번 PR API였당 ㅎㅎ
Issue Number
close: #117
작업 개요
작업 사항
고민한 점들(필수 X)
여기에 작성하세요
스크린샷(필수 X)
여기에 작성하세요