Skip to content

[fix] VALUES/VALUES_CODE 분리 및 CURRENT_ME 카테고리 수정#398

Merged
sgo722 merged 2 commits intodevelopfrom
fix/#397
Feb 2, 2026
Merged

[fix] VALUES/VALUES_CODE 분리 및 CURRENT_ME 카테고리 수정#398
sgo722 merged 2 commits intodevelopfrom
fix/#397

Conversation

@sgo722
Copy link
Contributor

@sgo722 sgo722 commented Feb 2, 2026

Summary

  • VALUES 카테고리를 회원가입 전용(VALUES)과 채팅방 전용(VALUES_CODE)으로 분리
  • CURRENT_ME(요즘 나) 카테고리가 관리자 페이지에서 누락되는 문제 수정
  • 관리자 페이지 질문 조회/등록/수정 화면 카테고리 옵션 수정

Changes

  • QuestionCategory.kt: VALUES 수정, VALUES_CODE 추가, CURRENT_ME 수정
  • questionList.html, questionForm.html, questionEditForm.html: 카테고리 옵션 수정
  • QuestionCategoryTest.kt: 테스트 케이스 수정
  • V22__add_values_code_category.sql: DB 마이그레이션 추가

Test plan

  • 관리자 페이지 질문 목록에서 카테고리 필터 확인
  • 질문 등록 시 용도별 카테고리 옵션 확인 (채팅방: VALUES_CODE, 프로필: VALUES, CURRENT_ME 포함)
  • 질문 수정 시 기존 카테고리 값 정상 표시 확인
  • 테스트 코드 통과 확인

Related Issues

🤖 Generated with Claude Code

sgo722 and others added 2 commits February 2, 2026 13:08
- VALUES를 회원가입 전용으로 변경 (usedInChat=false, chatGroupPolicy=NONE)
- VALUES_CODE 신규 추가 (채팅방 전용, A_THEN_B 정책)
- CURRENT_ME usedInSignup=true로 수정
- 관리자 페이지 카테고리 옵션 수정
- V22 마이그레이션 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sgo722 sgo722 merged commit 5f47e50 into develop Feb 2, 2026
1 check passed
@sgo722 sgo722 self-assigned this Feb 2, 2026
@sgo722 sgo722 added the Bug 버그 수정입니다. label Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug 버그 수정입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] VALUES/VALUES_CODE 분리 및 CURRENT_ME 카테고리 수정

1 participant