feat(challenge): 전역 주간 선택 챌린지 운영 도입 - #191
Merged
Merged
Conversation
그룹별 수동 등록으로 분산되던 주간 챌린지를 전역 원본과 그룹 진행 인스턴스 연결 구조로 전환한다. 기존 그룹별 데이터는 유지하면서 새 그룹에도 진행 중인 원본을 자동 연결한다. Refs #190 Co-Authored-By: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
주간 선택 챌린지를 그룹별 수동 등록 방식에서 전역 원본과 그룹별 진행 인스턴스를 연결하는 구조로 전환합니다.
관련 이슈
Closes #190
변경 사항
global_weekly_challenge원본 모델과group_challenge.global_weekly_challenge_id연결 키를 추가했습니다.NULL인 레거시 항목으로 유지합니다.문서
docs/lld/LLD-0022-weekly-challenge-api.md테스트
./gradlew test: 통과./gradlew test --tests 'cmc.mody.challenge.application.GlobalWeeklyChallengeServiceTest': 통과비고
V14__create_global_weekly_challenge.sql을 추가했습니다.