Conversation
- statusCounts에 PERSONALITY_COMPLETED, WITHDRAWN 상태 추가 - 회원 관리 페이지 SpelEvaluationException 오류 해결 - questionGroup 파라미터를 optional로 변경 - 회원가입 전용 카테고리는 자동으로 RANDOM 그룹 지정 Closes #393 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 용도 선택 필드 추가 (채팅방/회원가입) - 용도에 따른 카테고리 옵션 동적 변경 - 회원가입 용도 선택 시 그룹 자동 RANDOM 설정 - 그룹 설정 가이드 info-box 추가 - 카테고리 표시를 displayName만 표시하도록 변경 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 용도 선택 필드 추가 및 기존 값 자동 선택 - 기존 카테고리/그룹 값을 hidden 필드로 보존 - 용도에 따른 카테고리 옵션 동적 변경 - 회원가입 용도 선택 시 그룹 자동 RANDOM 설정 - 그룹 설정 가이드 info-box 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- optgroup display:none 방식에서 JavaScript 동적 생성으로 변경 - 브라우저 호환성 문제 해결 - 필터 값 보존을 위한 hidden 필드 추가 - 페이지 로드 시 기존 필터 값 복원 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.
Summary
Changes
1. AdminController.kt
statusCounts에PERSONALITY_COMPLETED,WITHDRAWN상태 추가questionGroup파라미터를 optional로 변경하고 회원가입 전용 카테고리는 자동 RANDOM 지정2. questionForm.html / questionEditForm.html
3. questionList.html
display:none방식에서 JavaScript 동적 생성으로 변경Test plan
/v1/admin/members페이지 정상 접속 확인Closes #393
🤖 Generated with Claude Code