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

[Refactor]: 경험치 획득 유즈케이스에서 처리 (#89) #90

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

bayy1216
Copy link
Collaborator

@bayy1216 bayy1216 commented Sep 9, 2024

🔎 작업 내용

챌린지그룹_유저경험치가 비정규화되있는데
해당 경험치의 증가,감소를 두군데에서 처리되던거를 하나로 묶어서 원자적인 로직으로 바꿨습니다

체크 리스트

  • 테스트를 작성했습니다.
  • 테스트를 통과했습니다.
  • API 변경사항이 존재합니다.
  • API 호출을 직접 실시하였고, 해당 데이터가 정상적으로 표시됩니다.
  • 기존 코드에 영향을 주는 작업 내용이 존재합니다.
  • 향후 추가적인 작업이 필요한 부분이 있습니다.

➕ 관련 이슈

Copy link
Member

@kwonssshyeon kwonssshyeon left a comment

Choose a reason for hiding this comment

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

아 비정규화 ...

@kwonssshyeon
Copy link
Member

이거 머지하고 exp 취소 고치겠습니다

@bayy1216 bayy1216 merged commit 4c813a4 into main Sep 9, 2024
2 of 3 checks passed
@bayy1216 bayy1216 deleted the issue/#89 branch September 9, 2024 13:02
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