Feat/home dashboard - #118
Merged
Merged
Conversation
- /dashboard 라우트 신규 생성 (로그인 후 첫 화면) - 위젯 4개: 내 태스크 현황, 마감 임박(7일), 참여 프로젝트 진행률, 최근 공지 - AppSidebar에 대시보드 nav item 첫 번째로 추가 - 로그인 후 리디렉션을 /dashboard로 변경 (auth/callback, middleware) - 브랜드 디자인 시스템 적용 (main-50 헤더, rounded-[14px], /10 투명도 뱃지) - 공지 쿼리는 /api/announcements 라우트 경유 (RLS 정책 없어 브라우저 직접 쿼리 불가)
- 페이지별 목 데이터 생성: mockUsers, mockProjects, mockKanbanBoards, mockTasks(21개), mockProjectMembers, mockProjectMemos, mockNotices(8개) - API 레이어 목 데이터 폴백 추가: projects, notices, adminUsers - 어드민 프로젝트 페이지 목 데이터 기반 동적 렌더링으로 전환 - getTasksByBoardId를 /api/kanban/tasks 서버 라우트로 전환 (RLS 우회) - 워크스페이스 역할 쿼리를 /api/projectMembers 서버 라우트로 전환 - README 업데이트: 신규 기능 및 기술 스택 반영 - supabase 시드 스크립트 gitignore 추가
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.