Domain → Infrastructure → Application (Use Cases) → Presentation - Domain: fix AppVersion entity fields; add IVersionRepository interface - Infrastructure: VersionRepository implements IVersionRepository via HttpClient - Application: 6 Use Case classes (ListVersions/Parse/Upload/Update/Toggle/Delete) - Presentation: RTK version.slice (filters/modal state) + Zustand upload.store (form state) - Page: zero direct apiClient calls; React Query queryFn calls use cases Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| nginx | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| DEPLOY.md | ||
| Dockerfile | ||
| deploy.sh | ||
| docker-compose.yml | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||