feat(frontend): T44 setup FastAPI static files and templates
- Mount static files on /static endpoint - Configure Jinja2Templates with directory structure - Create base template with Pico.css, HTMX, Chart.js - Create all template subdirectories (auth, dashboard, keys, tokens, profile, components) - Create initial CSS and JS files - Add tests for static files and templates configuration Tests: 12 passing Coverage: 100% on new configuration code
This commit is contained in:
@@ -147,9 +147,13 @@
|
||||
- Token revocato non funziona su API pubblica
|
||||
- Test: 9 test passanti
|
||||
|
||||
### 🎨 Frontend Web (T44-T54) - 0/11 completati
|
||||
- [ ] T44: Setup Jinja2 templates e static files
|
||||
- [ ] T45: Creare base.html (layout principale)
|
||||
### 🎨 Frontend Web (T44-T54) - 1/11 completati
|
||||
- [x] T44: Setup Jinja2 templates e static files ✅ Completato (2026-04-07 16:00, commit: T44)
|
||||
- Static files mounted on /static
|
||||
- Jinja2Templates configured
|
||||
- Directory structure created
|
||||
- All 12 tests passing
|
||||
- [ ] T45: Creare base.html (layout principale) 🟡 In progress
|
||||
- [ ] T46: Creare login.html
|
||||
- [ ] T47: Creare register.html
|
||||
- [ ] T48: Implementare router /login (GET/POST)
|
||||
|
||||
Reference in New Issue
Block a user