Commit Graph

9 Commits

Author SHA1 Message Date
96dfc677e2 feat: track generation jobs 2026-04-18 16:29:22 +08:00
16fafe0fe0 chore: retire demo technical debt 2026-04-18 14:18:17 +08:00
0f260f649c feat: polish generation demo workflow 2026-04-18 14:06:38 +08:00
e201fa3358 feat: add unified generation entrypoint 2026-04-18 12:55:20 +08:00
9e1a17fa67 chore: clear lint and sync admin story views 2026-04-18 12:35:37 +08:00
44405ff7ac feat: enable local docker demo mode
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-18 12:01:27 +08:00
0613238a37 feat: add unified asset retry endpoint
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-18 11:40:10 +08:00
b8d3cb4644 wip: snapshot full local workspace state
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-17 18:58:11 +08:00
zhangtuo
e9d7f8832a Initial commit: clean project structure
- Backend: FastAPI + SQLAlchemy + Celery (Python 3.11+)
- Frontend: Vue 3 + TypeScript + Pinia + Tailwind
- Admin Frontend: separate Vue 3 app for management
- Docker Compose: 9 services orchestration
- Specs: design prototypes, memory system PRD, product roadmap

Cleanup performed:
- Removed temporary debug scripts from backend root
- Removed deprecated admin_app.py (embedded UI)
- Removed duplicate docs from admin-frontend
- Updated .gitignore for Vite cache and egg-info
2026-01-20 18:20:03 +08:00