- Add detailed 6-step development plan for frontend - Define architecture with React Router for multi-store evolution - Document API endpoints needed (existing + to create) - Update TODO.md and kanban.md with current status Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
536 B
Markdown
23 lines
536 B
Markdown
# Kanban
|
|
|
|
## Backlog
|
|
- Docker Compose setup
|
|
- Page debug/logs SQLite
|
|
- Tests E2E frontend
|
|
|
|
## Doing
|
|
- Frontend: connecter App.jsx à l'API
|
|
- Frontend: ProductCard avec données réelles
|
|
- Frontend: formulaire ajout produit
|
|
|
|
## Review
|
|
- Scheduler APScheduler (fonctionnel, à tester en charge)
|
|
|
|
## Done
|
|
- Backend FastAPI + SQLite + logging
|
|
- Modèles SQLAlchemy (products, snapshots, runs)
|
|
- API CRUD produits + endpoints scraping
|
|
- Scraper Playwright + parser Amazon
|
|
- Tests unitaires (7 tests OK)
|
|
- Tests CLI scraper (9/9 produits OK)
|