5934c7666c
Task 4.7: Update template helpers to use key identifier
...
- Add series context helpers: prepare_series_context, get_series_by_key, filter_series_by_missing_episodes
- Update module docstring with identifier convention documentation
- Add unit tests for new series context helper functions
- Update infrastructure.md with template helpers documentation
- Mark Phase 4 (API Layer) as complete
2025-11-28 16:00:15 +01:00
99e24a2fc3
feat: Integrate HTML templates with FastAPI
...
- Created template_helpers.py for centralized template rendering
- Added ux_features.css for enhanced UX styling
- Implemented JavaScript modules for:
- Keyboard shortcuts (Ctrl+K, Ctrl+R navigation)
- User preferences persistence
- Undo/redo functionality (Ctrl+Z/Ctrl+Y)
- Mobile responsive features
- Touch gesture support
- Accessibility features (ARIA, focus management)
- Screen reader support
- Color contrast compliance (WCAG)
- Multi-screen support
- Updated page_controller.py and error_controller.py to use template helpers
- Created comprehensive template integration tests
- All templates verified: index.html, login.html, setup.html, queue.html, error.html
- Maintained responsive layout and theme switching
- Updated instructions.md (removed completed task)
- Updated infrastructure.md with template integration details
2025-10-17 12:01:22 +02:00