Skip to content
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

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

songyi00
Copy link
Member

Issue Number

close: #117

작업 개요

작업 사항

  • 내기록 탭 > 미션별 내 상세 기록 조회 API
  • 보드판 조회시 미션 인증 이미지 URL 응답 추가 (스토리 기능 좌우 스와이프 위함)

고민한 점들(필수 X)

여기에 작성하세요

스크린샷(필수 X)

여기에 작성하세요

@songyi00 songyi00 requested a review from kimyu0218 as a code owner January 28, 2025 08:36
@songyi00 songyi00 force-pushed the feat/#117-my-record-detail branch from 1a45a34 to dd1b1d6 Compare January 28, 2025 08:46
Copy link
Collaborator

@kimyu0218 kimyu0218 left a 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);
Copy link
Collaborator

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)
Copy link
Collaborator

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) | 내기록 - 완료미션 존재 인데 제가 이상한 화면을 보고 있었다면 말씀해주세요 🥺)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 이거 사진 클릭했을 때 보이는 인증 기록 목록 조회하는 API라 칸 횟수는 필요 없엉 저 totalCount는 페이징 할 때 필요한 총 개수야!
유정이가 말한 화면은 저번 PR API였당 ㅎㅎ

@songyi00 songyi00 merged commit 57202d0 into develop Jan 30, 2025
1 check passed
@songyi00 songyi00 deleted the feat/#117-my-record-detail branch January 30, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

내기록 > 완료 미션 조회
2 participants