Conversation
# Conflicts: # frontend/ongi/lib/screens/home/home_degree_graph.dart
|
Caution Review failedThe pull request is closed. Walkthrough새로운 온도 기여 관련 모델( Changes
Sequence Diagram(s)sequenceDiagram
participant UI as Home Graph Screen
participant Service as TemperatureService
participant API as Backend API
UI->>Service: fetchFamilyTemperatureDaily(familyCode, token)
Service->>API: GET /temperature/daily?familyId=...
API-->>Service: JSON (daily temperature list)
Service-->>UI: List<Map<String, dynamic>>
UI->>Service: fetchFamilyTemperatureContributions(familyCode, token)
Service->>API: GET /temperature/contributions?familyId=...
API-->>Service: JSON (contributions list)
Service-->>UI: List<dynamic>
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15 minutes Poem
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
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 comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* feat: 온도그래프 화면으로 전환 * feat: 온도그래프 화면으로 전환 * feat: 온도그래프 화면으로 전환 * feat: 온도그래프 화면으로 전환 * feat: 온도그래프 화면으로 전환 * feat: 온도그래프 화면 구현 * feat: 온도그래프 화면 구현 * feat: 온도그래프 화면 구현 * feat: 온도그래프 화면 구현 * feat: 온도그래프 화면 구현 * feat: 마이페이지 및 온도지수 api연결 * feat: 마이페이지 api 연결 * feat: 마이페이지 api 연결 * feat: 가족기여도 api 연결 * feat: dkdkkkkkk * feat: 서비스 업로드
Summary by CodeRabbit
신규 기능
버그 수정
리팩터