Conversation
WalkthroughHealthStatusInputScreen에 스트레칭 안내 패널과 다이얼로그가 조건부 표시로 추가되었고, 통증 기록 로딩 완료 시 노출되도록 플래그가 도입됨. 별도로 가족 걸음 수 랭킹을 가져오는 StepRankService와 FamilyStepRank 모델이 새로 추가됨. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant U as User
participant H as HealthStatusInputScreen
participant R as PainRecordStore/Service
U->>H: 화면 진입
note over H: _isiStrechingVisible = false
H->>R: _loadPainRecords()
R-->>H: 통증 기록 로딩 성공
note over H: _isiStrechingVisible = true
U->>H: "스트레칭 하러 가기" 버튼 탭
H-->>U: 스트레칭 안내 다이얼로그 표시
sequenceDiagram
autonumber
participant C as Client (App)
participant S as StepRankService
participant API as /steps/rank API
C->>S: fetchFamilyStepRanks(accessToken)
S->>API: GET /steps/rank (Bearer token, JSON)
alt 200 OK
API-->>S: Body(List|Map{data|familyRanks|...})
S->>S: 응답 정규화(List) 및 타입 파싱
S-->>C: List<FamilyStepRank>
else 401/403/5xx/기타
API-->>S: Error status
S-->>C: 예외(상태별 메시지)
end
opt 네트워크 지연
S-->>C: TimeoutException -> 사용자 메시지
end
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (2)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
* feat: 타가족 걸음수 랭킹 화면 * feat: 타가족 걸음수 랭킹 화면 연결 * feat: 타가족 걸음수 랭킹 화면 연결 * feat: 타가족 걸음수 랭킹 화면 연결 * feat: 도넛 차트 api 연결 * feat: 서비스 파일 pr
Summary by CodeRabbit
신기능
리팩터링