Commit Graph

4 Commits

Author SHA1 Message Date
Danil Gryaznev
0f8cb7b1b4 Fix Alembic script path for migrations 2025-09-30 21:07:52 -06:00
danilgryaznev
8d51c932ce Add coding mission tables and models for programming challenges
- Introduced `coding_challenges` and `coding_attempts` tables in the database schema.
- Created corresponding SQLAlchemy models for `CodingChallenge` and `CodingAttempt`.
- Implemented service functions for evaluating coding challenges and managing user attempts.
- Added Pydantic schemas for API interactions related to coding missions.
- Updated frontend components to support coding challenges, including a new `CodingMissionPanel` for user interaction.
- Enhanced mission list and detail views to display coding challenge progress.
2025-09-29 12:11:55 -06:00
danilgryaznev
b2927601a9 Leadetboard, file downloader 2025-09-28 20:29:36 +03:00
danilgryaznev
e050bd46ef 1 vers 2025-09-21 19:30:55 +02:00