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: 미션 인증 생성/조회 구현 #19

Merged
merged 38 commits into from
Aug 2, 2024

Conversation

kimyu0218
Copy link
Collaborator

@kimyu0218 kimyu0218 commented Jul 27, 2024

Issue Number

close: #18

작업 개요

미션 인증 생성/조회 구현

작업 사항

조회

  • 오늘 인증 현황 조회
    • api: /api/missions/{missionId}/verifications
    • missionId: 미션 아이디
    • status: 200, 401
  • 내 인증 현황 조회
    • api : /api/missions/{missionId}/verifications/me/{number}
    • missionId: 미션 아이디
    • number: 보드칸 번호
    • status: 200, 401, 404

생성

  • 오늘 미션 인증
  • api : /api/missions/{missionId}/verifications/me
  • status: 200, 400, 404
    • 400 : 이미 완료한 미션(= 경쟁이 끝난 미션)이거나 오늘 인증을 마쳤음

고민한 점들(필수 X)

  • 테스트는 mission entity 만든 후에 하면 좋을 것 같아서 진행하지 않았습니다..!
  • 이미지는 클라이언트에서 s3 접근한다는 가정하에 string으로 작성했습니다. 나중에 변동 생기면 반영하겠습니다!

스크린샷(필수 X)

@kimyu0218 kimyu0218 requested a review from songyi00 as a code owner July 27, 2024 17:26
@kimyu0218
Copy link
Collaborator Author

충돌날까봐 mission entity랑 repository를 안 올렸더니 CI가 실패하네요 😂😂

Copy link
Member

@songyi00 songyi00 left a comment

Choose a reason for hiding this comment

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

고생많았어! 코멘트 확인해줘 🙆🏻‍♀️

+) mission entity 는 내꺼 브랜치 위에 rebase해서 써도 될 것 같아 ㅎㅎ

@kimyu0218 kimyu0218 force-pushed the feat/#18-mission-verification branch from c6459a8 to 2c5c9f6 Compare July 30, 2024 11:34
@kimyu0218 kimyu0218 merged commit 9158b6c into develop Aug 2, 2024
1 check passed
@kimyu0218 kimyu0218 deleted the feat/#18-mission-verification branch August 2, 2024 11:24
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