You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Claude 09ed8497f3 Phase 5: 대시보드(Dashboard) 페이지
- 히어로 브리핑(브리핑 노트 HTML 강조 + 추천 칩 3 + 자연어 명령 입력)
- 자연어 명령 → POST capture → 토스트 → /inbox 이동
- 결재함 요약(high-risk 3건, "47분 아껴드렸어요", 대기 N건, 준비중 CTA)
- 인박스 요약(최근 3건, kind별 아이콘, /inbox CTA)
- 오늘 일정(4건·"곧" 배지·accent 바·sched-note) / 할 일(상위 5·"지금" focus·우선순위)
  / 목표(진행 막대·progressbar aria)
- 벤토 그리드(.board 4열) + cardin 진입 애니메이션 + 스켈레톤/빈/에러
- dashboard.css(dash.css+approve.css 이식), DashUser/Weather/... 타입, SWR useDashboard
- 백엔드 보정: EventOut 에 id 추가(React key), task_summary 최상위 미완료 상위 5건으로 제한

검증: 백엔드 pytest 54, 프론트 vitest 49, dashboard e2e 6 + a11y 2,
tsc/eslint/ruff clean, build OK. 라이브 시각 확인(히어로/요약/일정/할일/목표), 콘솔 에러 0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
..
app Phase 5: 대시보드(Dashboard) 페이지 2 months ago
components Phase 5: 대시보드(Dashboard) 페이지 2 months ago
lib Phase 5: 대시보드(Dashboard) 페이지 2 months ago
playwright Phase 5: 대시보드(Dashboard) 페이지 2 months ago
public Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
styles Phase 5: 대시보드(Dashboard) 페이지 2 months ago
tests Phase 5: 대시보드(Dashboard) 페이지 2 months ago
.gitignore Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
.prettierrc Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
AGENTS.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
CLAUDE.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
README.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
eslint.config.mjs Phase 3: 작업(Tasks) 페이지 2 months ago
next.config.ts Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
package.json Phase 3: 작업(Tasks) 페이지 2 months ago
playwright.config.ts Phase 5: 대시보드(Dashboard) 페이지 2 months ago
pnpm-lock.yaml Phase 3: 작업(Tasks) 페이지 2 months ago
tsconfig.json Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
vitest.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.