라우트 추가

This commit is contained in:
2026-04-08 15:18:22 +09:00
parent d1fdae63ac
commit adc8b7dccb
23 changed files with 125 additions and 24 deletions

View File

@@ -49,10 +49,39 @@ web-app/
│ ├── app.css # Tailwind 글로벌 스타일
│ ├── routes.ts # 라우트 정의
│ ├── routes/
│ │ ├── home.tsx # 메인 페이지 (/)
│ │ ├── users.tsx # 유저 목록 (/users)
│ │ └── catch-all.tsx # 404 처
└── welcome/ # Welcome 컴포넌트
│ │ ├── catch-all.tsx # 404 처리
│ │ ├── code/
│ │ │ └── page.tsx # 공통코드 관
│ ├── hyper-parameter/
│ │ │ └── page.tsx # 하이퍼파라미터 설정
│ │ ├── imagery/
│ │ │ ├── page.tsx # 영상 목록
│ │ │ └── [id]/
│ │ │ └── page.tsx # 영상 상세
│ │ ├── inference/
│ │ │ ├── page.tsx # 추론 목록
│ │ │ └── [id]/
│ │ │ └── page.tsx # 추론 상세
│ │ ├── labeling/
│ │ │ ├── label/
│ │ │ │ └── page.tsx # 라벨링 작업
│ │ │ └── review/
│ │ │ └── page.tsx # 라벨링 검수
│ │ ├── model/
│ │ │ ├── page.tsx # 모델 목록
│ │ │ └── [id]/
│ │ │ └── page.tsx # 모델 상세
│ │ ├── log/
│ │ │ ├── audit/
│ │ │ │ └── page.tsx # 감사 로그
│ │ │ └── system/
│ │ │ └── page.tsx # 시스템 로그
│ │ ├── login/
│ │ │ └── page.tsx # 로그인
│ │ ├── schedule/
│ │ │ └── page.tsx # 스케줄 관리
│ │ └── user/
│ │ └── page.tsx # 사용자 관리
├── public/ # 정적 파일
├── Dockerfile # 프로덕션 빌드 (multi-stage)
├── docker-compose.yml # 개발 환경