Conversation
feat: 기록장 페이지 구현
feat: 기록 작성 / 투표 생성 기능 구현
[API] axios API 클라이언트 및 토큰 관리 유틸 추가
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Caution Review failedThe pull request is closed. Walkthrough이 변경사항은 대규모 신규 기능 개발 및 리팩토링을 포함합니다. 다양한 도메인(피드, 그룹, 메모리, 검색, 마이페이지 등)에 걸쳐 수십 개의 React 컴포넌트, 스타일드 컴포넌트, 타입 정의, API 유틸리티, Zustand 기반 전역 상태 관리, 목(mock) 데이터, 글로벌 스타일 시스템, 라우팅 확장, 폰트 및 디자인 토큰 시스템 도입 등이 이루어졌습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant Router
participant API
participant Store
User->>App: 앱 진입
App->>Router: 라우트 결정
Router->>App: 해당 페이지 컴포넌트 렌더링
App->>Store: 전역 상태(팝업, 댓글 등) 구독
App->>API: 데이터 요청(피드/그룹/기록 등)
API-->>App: 응답(목 데이터 fallback 포함)
App->>User: UI 렌더(컴포넌트, 스타일, 모달 등)
User->>App: 상호작용(작성, 토글, 검색 등)
App->>Store: 상태 갱신(댓글, 팝업 등)
App->>API: 데이터 전송(작성, 좋아요 등)
API-->>App: 결과 응답
App->>User: 피드백(스낵바, 모달 등)
Estimated code review effort🎯 5 (Critical) | ⏱️ ~90+ minutes
Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page 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 (
|
Merge pull request #69 from THIP-TextHip/develop
이하동일
Summary by CodeRabbit
신규 기능
스타일
문서화