Policy tab layout#36
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (34)
📝 WalkthroughWalkthrough공통 컴포넌트 라이브러리를 확장하고 페이지 전반에 걸쳐 컴포넌트 재구성을 수행합니다. 새로운 Avatar, Toast 컴포넌트를 추가하고, 기존 컴포넌트를 재명명/재구성합니다(DataBlockBanner→GlassCard, CircleProgress→PieChart). 정책 전환 모달, 이중 임계값 설정, 가족 구성원 카드 렌더링을 새로 도입하고 컴포넌트 임포트 경로를 통합합니다. Changes
Sequence DiagramsequenceDiagram
participant User as 사용자
participant PolicyUI as 정책 UI
participant Modal as 양도 모달
participant API as API
participant Page as 페이지
User->>PolicyUI: 권한 양도 버튼 클릭
PolicyUI->>Modal: 모달 열기
User->>Modal: 구성원 선택
Modal->>Modal: 확인 텍스트 입력 검증
User->>Modal: 양도하기 클릭
Modal->>API: PATCH 요청 (선택된 사용자)
API-->>Modal: 응답
Modal->>Page: 페이지 리로드
Page-->>User: 업데이트된 페이지 표시
sequenceDiagram
participant Component as 컴포넌트
participant Store as toastStore
participant Toast as Toast 컴포넌트
participant UI as 화면
Component->>Store: show(message, type)
Store->>Store: 토스트 생성 (id auto-increment)
Store->>Store: 3초 후 자동 제거 (setTimeout)
Store->>Toast: 토스트 데이터 구독
Toast->>UI: 토스트 렌더링 (타입별 스타일)
UI->>Toast: 토스트 클릭
Toast->>Store: hide(id)
Store->>UI: 토스트 제거
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
✨ Finishing Touches
🧪 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 Mar 12, 2026
Merged
Merged
Merged
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.
이슈
✔️ 체크리스트
🔍 작업 내용
기능
수정 사항
디자인
Summary by CodeRabbit
릴리스 노트
새로운 기능
개선 사항