Commit Graph

8 Commits

Author SHA1 Message Date
6549591f63 feat: add temporal student gestion 2025-08-16 06:42:47 +02:00
ac2762218e feat: use saved colors in assessment_grading 2025-08-09 16:44:00 +02:00
666f1a85bf feat: improve assessments filters and cleaning 2025-08-07 14:47:16 +02:00
8cee665f2b clean: clean python code 2025-08-07 14:16:15 +02:00
2c1f2a9740 fix: improve saving 2025-08-06 14:55:18 +02:00
25945fc64c feat: improve fullscreen mode 2025-08-06 14:26:13 +02:00
91eb04ca01 feat: uniform competence management 2025-08-05 20:44:54 +02:00
3e49bd467c refactor: restructure codebase into modular architecture
- Split monolithic app.py (400+ lines) into organized modules
- Extract models, forms, and commands into separate files
- Implement Flask blueprints for route organization
- Maintain full functionality with cleaner architecture
- Update all templates to use new blueprint URLs
- Enhance README with technical documentation

Structure:
├── app.py (50 lines) - Flask app factory
├── models.py (62 lines) - SQLAlchemy models
├── forms.py (43 lines) - WTForms definitions
├── commands.py (74 lines) - CLI commands
└── routes/ - Blueprint modules for each feature

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 20:59:10 +02:00