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 d2d7c17ad3 Phase 3: 작업(Tasks) 페이지
- 폴더 트리 사이드바(업무/개인/즐겨찾기) + 무한중첩 프로젝트 + 인라인 새 프로젝트
- 칸반(5컬럼)/리스트 2뷰 + 작업 카드(태그·담당·마감임박·우선순위·진행률·위임칩)
- 상세 드로어(DetailPanel): 리치노트·댓글·하위작업 드릴다운·메타 편집·삭제
  + Auto-Scaffolding(미리보기→적용) + 위임 추천(suggestCollaborator)
- 리스크 레이더(업무 스코프, **굵게→<b> 파서, CTA로 드로어 열기)
- SWR 서버 연동(tree/tasks/risks), 낙관적 mutate, UI상태 ari.tasks.* localStorage 영속
- tasks.css 픽셀 이식, lib/cx.ts, lib/tasks/{api,store,tree}, lib/types 확장
- 백엔드: PATCH 작업 순환참조(self/후손 parent) 400 가드 추가

검증: 백엔드 pytest 46, 프론트 vitest 32, playwright e2e 19(shell+tasks+a11y),
tsc/eslint clean, build OK. axe: color-contrast(레퍼런스 액센트 팔레트)만 제외, 나머지 0.
라이브 시각 확인: 사이드바/칸반/리스크레이더/드로어/scaffold/위임 충실 재현.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
..
app Phase 3: 작업(Tasks) 페이지 2 months ago
components Phase 3: 작업(Tasks) 페이지 2 months ago
lib Phase 3: 작업(Tasks) 페이지 2 months ago
playwright Phase 3: 작업(Tasks) 페이지 2 months ago
public Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
styles Phase 3: 작업(Tasks) 페이지 2 months ago
tests Phase 3: 작업(Tasks) 페이지 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 1: 디자인 시스템 & 앱 셸 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.