Files
factoryOps-v2/planning/task_plan.md
Johngreen ab2a3e35b2 feat: Phase 0-2 complete — auth, machines, equipment parts with full CRUD
Multi-tenant factory inspection system (SpiFox, Enkid, Alpet):
- FastAPI backend with JWT auth, PostgreSQL (asyncpg)
- Next.js 16 frontend with App Router, SWR data fetching
- Machines CRUD with equipment parts management
- Part lifecycle tracking (hours/count/date) with counters
- Partial unique index for soft-delete support
- 24 pytest tests passing, E2E verified

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
2026-02-10 12:05:22 +09:00

428 B

Task Plan

Current Phase: Phase 0 → Phase 1

  • Phase 0-1: 기존 프로젝트 백업
  • Phase 0-2: 새 프로젝트 생성 + git init
  • Phase 0-3: requirements.txt
  • Phase 0-4: Next.js 초기화 + swr, clsx
  • Phase 0-5~0-9: 설정 파일들
  • Phase 1 Backend: DB config, models, auth, tenant, main.py, alembic, tests
  • Phase 1 Frontend: api.ts, contexts, layout, globals.css, login, components