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

미션 기록 캘린더 중복 로직 수정 #230

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dbscks97
Copy link
Collaborator

🌱 관련 이슈

📌 작업 내용

  • 미션이 COMPLETED인 상태 기록만 불러오는 조건 추가
  • 컨트롤러 파라미터 컨벤션 조정
  • 같은 날 여러개의 데이터가 존재하는 엣지케이스 방지 위해 미션 기록 저장 시 방어 로직 추가

🙏 리뷰 요구사항

  • 같은 날 여러개의 데이터가 존재할 때 최근꺼를 가져오는 것 보다, 처음부터 미션 기록이 저장 될 때 같은 날 2개 이상의 데이터가 저장되지 않게 막아놨습니다.

📚 레퍼런스

@dbscks97 dbscks97 added the 🐛 bug/error 버그 및 에러 픽스 label Aug 26, 2024
@dbscks97 dbscks97 added this to the 2차 MVP milestone Aug 26, 2024
@dbscks97 dbscks97 self-assigned this Aug 26, 2024
@dbscks97 dbscks97 linked an issue Aug 26, 2024 that may be closed by this pull request
Copy link

sonarcloud bot commented Aug 26, 2024

Copy link
Member

@char-yb char-yb left a comment

Choose a reason for hiding this comment

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

LGTM~

@dbscks97 dbscks97 merged commit 67244ca into develop Aug 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug/error 버그 및 에러 픽스
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 미션 기록 캘린더 조건 추가
2 participants