fix: wire notifications, dashboards, and exam-room creation to real data - #40
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (36)
📝 WalkthroughWalkthrough시험방 문제에 카테고리 필수 연결, AI 문제 초안 생성, 풀이 이력 기반 리포트 API, 공간 랭킹, 실시간 알림 SSE, OAuth 오류 모달 및 관리자 사용자 정지 UI가 추가되었습니다. Changes시험방 카테고리 및 생성 마법사
풀이 이력 및 리포트
실시간 알림 및 관리자 화면
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant SpacePage
participant RoomController
participant RoomServiceImpl
participant ProblemGenerationService
SpacePage->>RoomController: AI 초안 요청
RoomController->>RoomServiceImpl: generateDraftProblems
RoomServiceImpl->>ProblemGenerationService: 문제 생성 요청
ProblemGenerationService-->>SpacePage: 미리보기 문제 목록
sequenceDiagram
participant DashboardPage
participant api.ts
participant ReportController
participant ReportServiceImpl
DashboardPage->>api.ts: 대시보드 요약 요청
api.ts->>ReportController: GET /api/dashboards/summary
ReportController->>ReportServiceImpl: 사용자 요약 조회
ReportServiceImpl-->>DashboardPage: 요약 통계 응답
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Jul 26, 2026
2 tasks
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.
작업 내용
알림/대시보드/시험방 생성 전반에 실제 데이터 연동 및 버그 수정
변경 사항
@TransactionalEventListener가 커밋 타이밍 문제로 알림을 저장하는 척만 하고 실제로는 DB에 반영이 안 되던 문제 수정 (REQUIRES_NEW트랜잭션 적용)체크리스트
참고 사항
관련 이슈
Summary by CodeRabbit