Skip to content

fix: 대회 내 AI조교 기본값 off로 설정#640

Merged
taekoong merged 1 commit into
developfrom
fix/ai-assistant-onoff
May 18, 2026
Merged

fix: 대회 내 AI조교 기본값 off로 설정#640
taekoong merged 1 commit into
developfrom
fix/ai-assistant-onoff

Conversation

@taekoong
Copy link
Copy Markdown
Contributor

Changelog

  • 대회 생성 시 AI 조교 활성화 여부의 기본값을 true → false로 변경
    • backend/contest/models.py: BooleanField(default=False)
    • backend/contest/serializers.py: BooleanField(default=False)
    • frontend/src/pages/admin/views/contest/Contest.vue: 초기 데이터 false로 변경
    • 기존에 생성된 대회(AI 조교 컬럼 추가 마이그레이션으로 true가 일괄 설정된 대회)는 별도 데이터 마이그레이션으로 false 처리 필요

Testing

Ops Impact

  • DB 마이그레이션 필요: 기존 대회의 ai_assistant_enabled를 false로 일괄 업데이트하는 데이터 마이그레이션 실행 필요

Version Compatibility

N/A

@taekoong taekoong requested review from Neibce and wlsgur11 May 15, 2026 06:40
@taekoong taekoong self-assigned this May 15, 2026
@taekoong taekoong added the backend 일반적인 백엔드에서 처리해야 하는 일에 지정합니다. label May 15, 2026
Copy link
Copy Markdown
Contributor

@wlsgur11 wlsgur11 left a comment

Choose a reason for hiding this comment

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

왕잘했어요

@taekoong taekoong merged commit 651bba0 into develop May 18, 2026
6 checks passed
@taekoong taekoong deleted the fix/ai-assistant-onoff branch May 18, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend 일반적인 백엔드에서 처리해야 하는 일에 지정합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants