Conversation
# Conflicts: # frontend/ongi/lib/screens/home/home_degree_graph.dart
Walkthrough이번 변경에서는 온도 서비스의 API 호출 시 인증을 위한 액세스 토큰을 선호도에서 가져와 전달하도록 수정되었습니다. 또한, 기여 데이터의 JSON 응답을 명시적으로 객체로 변환하고, UI에서 타입 안정성과 널 처리 강화를 위해 데이터 바인딩 방식을 개선했습니다. 일부 불필요한 import도 정리되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant UI
participant PrefsManager
participant TemperatureService
participant API
UI->>PrefsManager: 액세스 토큰 요청
PrefsManager-->>UI: 액세스 토큰 반환
UI->>TemperatureService: fetchFamilyTemperatureDaily(토큰)
TemperatureService->>API: API 요청(토큰 포함)
API-->>TemperatureService: dailyTemperatures JSON 응답
TemperatureService-->>UI: dailyTemperatures 리스트 반환
UI->>TemperatureService: fetchFamilyTemperatureContributions(토큰)
TemperatureService->>API: API 요청(토큰 포함)
API-->>TemperatureService: contributions JSON 응답
TemperatureService-->>UI: Contribution 객체 리스트 반환
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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 (2)
🚧 Files skipped from review as they are similar to previous changes (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 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: 서비스 업로드 * feat: 서비스 업로드 * feat: 서비스 업로드 * feat: 서비스 업로드
Summary by CodeRabbit