feat: 약 추가, 마음기록 추가 시 팝업 화면 구현 (마음 기록 입력 화면 및 백엔드 알림 구현 시 추가 구현해야 함)#70
feat: 약 추가, 마음기록 추가 시 팝업 화면 구현 (마음 기록 입력 화면 및 백엔드 알림 구현 시 추가 구현해야 함)#70surfwithus merged 1 commit intomainfrom
Conversation
Walkthrough여러 개의 새로운 Flutter 팝업 위젯( Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AddPillScreen
participant PillUpdatePopup
User->>AddPillScreen: "등록하기" 버튼 클릭
AddPillScreen->>PillUpdatePopup: Navigator.pushReplacement
PillUpdatePopup->>User: 팝업 표시 (확인하기 버튼, 닫기 버튼)
User->>PillUpdatePopup: 버튼 클릭
PillUpdatePopup->>AddPillScreen: Navigator.pop (팝업 닫힘)
sequenceDiagram
participant User
participant SomeScreen
participant PhotoRemindPopup
participant PhotoUpdatePopup
User->>SomeScreen: 사진 관련 액션
SomeScreen->>PhotoRemindPopup: Navigator.push (재촉 팝업)
SomeScreen->>PhotoUpdatePopup: Navigator.push (업데이트 팝업)
PhotoRemindPopup->>User: 팝업 표시 (재촉하기 버튼, 닫기 버튼)
PhotoUpdatePopup->>User: 팝업 표시 (보러가기 버튼, 닫기 버튼)
User->>PhotoRemindPopup: 버튼 클릭
User->>PhotoUpdatePopup: 버튼 클릭
PhotoRemindPopup->>SomeScreen: Navigator.pop
PhotoUpdatePopup->>SomeScreen: Navigator.pop
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15–20 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (6)
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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
약 추가 팝업 -> 구현 완료 마음기록 추가 팝업 -> 경로 및 알림 제외 구현 완료, 추후 구현 예정 (마음 기록 입력 화면 및 백엔드 알림 구현 시 추가 구현해야 합니다.)
Summary by CodeRabbit