[Feat] 유저 피드백 수집 및 관리자 조회 기능 추가 - #225
Merged
Merged
Conversation
- V18: user_feedback 테이블 신규 생성 (NPS, 사용 목적, 빈도, 불편사항 등 전체 설문 필드) - V19: Hibernate Integer 매핑 불일치 수정 — TINYINT → INT (nps_score 등 6개 컬럼) - V20: 복습 세트·스터디룸 미사용 이유 VARCHAR 컬럼 2개 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /feedback 페이지: 5개 섹션 15문항 설문 폼 (익명, 녹색 테마, 반응형) - 복수 선택 체크박스 + 기타 직접 입력, 조건부 하위 질문 (복습 세트·스터디룸 사용 여부) - FeedbackService: 다중 선택 콤마 직렬화, 제출 시 Discord 웹훅 알림 발송 - /feedback/complete 완료 페이지 - SecurityConfig: /feedback/** permitAll 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /admin/feedbacks: 제출 목록 (페이지네이션, 총 수, 평균 NPS 표시)
- /admin/feedbacks/{id}: 섹션별 상세 응답 뷰 (NPS 색상 코딩 포함)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /admin/study-rooms: 룸 목록 (멤버 수·공유 문제 수 배치 집계, 페이지네이션)
- /admin/study-rooms/{id}: 기본 정보·멤버 목록·챌린지 목록 상세 뷰
- StudyRoomSharedProblemRepository: countByRoomId·배치 집계 쿼리 추가
- admin.html: 스터디룸 카드 추가, 유저 피드백 카드 추가, 빠른 이동 섹션 제거
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
[Feat] 유저 피드백 수집 및 관리자 조회 기능 추가
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.
✔️ 연관 이슈
📝 작업 내용
[Feat] 유저 피드백 DB 스키마 추가 (V18~V20)
[Feat] 유저 피드백 수집 기능 구현
[Feat] 관리자 유저 피드백 조회 페이지 추가
[Feat] 관리자 스터디룸 조회 페이지 추가
👤 사용자 영향
🔌 API 호환성
🗄️ DB migration
🔐 인증/권한
✅ 검증 결과
🚀 배포 리스크
↩️ 롤백/대응 방법
스크린샷 (선택)