Commit Graph

8 Commits

Author SHA1 Message Date
02a60778f9 feat: add domain 2025-08-06 20:34:55 +02:00
1dccf28d5f refact: remove exercise detail pages and modernize assessment interface
- Remove routes/exercises.py blueprint (only consultation routes)
- Delete templates/exercise_detail.html (intermediate page removed)
- Update app.py to remove exercises blueprint registration
- Modernize templates/assessment_detail.html with:
  * Hero section with gradient background
  * Action cards with hover effects and animations
  * Centered progress indicator with visual circles
  * Compact exercise structure display
  * Improved responsive design and UX

Part of Phase 2 UX improvements - eliminating intermediate pages for direct navigation.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 10:40:18 +02:00
3bd9b56a83 feat: add assessment_* pages 2025-08-04 20:39:58 +02:00
21aa7015f9 feat: add completion indicator 2025-08-04 15:36:24 +02:00
04b637f0e6 feat add trimester 2025-08-04 14:18:25 +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