Claude
ec0fcd3e48
feat: implement images API (optimize, generate)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:14:00 +08:00
Claude
73ceb95bdd
feat: implement image generation service
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:09:59 +08:00
Claude
ae03485f64
feat: implement LLM and prompt optimization service
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:08:18 +08:00
Claude
4287240917
feat: implement users API
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:05:37 +08:00
Claude
f55c00aaeb
feat: implement auth API (register, login, JWT)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 15:01:01 +08:00
Claude
7dbf9cf22c
feat: add JWT and password security module
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:56:15 +08:00
Claude
d65f8b2c39
feat: add database models (User, GenerationHistory)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:53:21 +08:00
Claude
f7a61bc7c6
feat: create backend project structure
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:49:13 +08:00
Claude
eb47af57c4
fix: address plan review issues
...
- Add history saving to generate_image endpoint
- Remove DALL-E from spec (Gemini only for now)
- Add mkdir commands for frontend directories
- Add fetchCurrentUser to auth store
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:43:04 +08:00
Claude
ce6a775ffd
docs: add imagecreator implementation plan
...
Detailed implementation plan covering:
- 17 tasks across 3 phases
- Backend: FastAPI, SQLAlchemy, JWT auth, image generation
- Frontend: Vue 3, Naive UI, TailwindCSS
- Docker deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:40:05 +08:00
Claude
b02721531e
docs: add imagecreator design spec
...
Design document for a new image generation website with:
- FastAPI backend with Python
- Vue 3 frontend
- User authentication system
- Prompt optimization (reference: prompt-optimizer)
- T2I/I2I image generation
- PostgreSQL for data storage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-24 14:31:55 +08:00