Commit Graph

5 Commits

Author SHA1 Message Date
75b03c24ed feat: rework assessment creation page
All checks were successful
Build and Publish Docker Images / build-and-push (push) Successful in 3m25s
2025-10-29 08:00:53 +01:00
a28777f1e1 feat: add summary in eval creation 2025-09-27 07:21:22 +02:00
a0608e27aa feat: improve assessment creation and edition 2025-08-04 08:25:21 +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
7afe54d877 feat: add exercises and scoring 2025-08-03 20:39:00 +02:00