Commit Graph

17 Commits

Author SHA1 Message Date
Danil Gryaznev
e546dfc319 Add store item images and admin management 2025-09-30 22:45:05 -06:00
danilgryaznev
aaf2203e65 Update seed_data.py to reference the correct mission ID for the Python basics mission in the seeding process. 2025-09-29 12:38:55 -06:00
danilgryaznev
dccc6ab20b Merge remote-tracking branch 'origin/codex/add-python-programming-mission-module' 2025-09-29 12:23:40 -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
Danil Gryaznev
ddb4d2120f Add Python coding mission with interpreter and UI 2025-09-29 12:08:06 -06:00
danilgryaznev
9eb5a92f95 Added coderedactor 2025-09-29 11:59:25 -06:00
danilgryaznev
2aea7e840e Update image URLs in seed_data script to local paths for artifacts from "The Hitchhiker's Guide to the Galaxy". 2025-09-28 21:41:24 +03:00
danilgryaznev
0733c03981 Refactor reset_demo_data and seed_data scripts to improve demo data reset process. Added functionality to unlink existing database and seed fresh data, ensuring a clean state for testing. 2025-09-28 21:34:40 +03:00
danilgryaznev
252ae0b91c Enhance seed_data script with new artifacts and user profiles from "The Hitchhiker's Guide to the Galaxy". Added detailed user data including competencies and journal entries for a more immersive experience. 2025-09-28 21:08:03 +03:00
danilgryaznev
2ed8b82e72 Added make reset-demo 2025-09-28 20:54:25 +03:00
danilgryaznev
b2927601a9 Leadetboard, file downloader 2025-09-28 20:29:36 +03:00
danilgryaznev
4215c800ee Adding registration and pilot mode 2025-09-27 22:38:59 +03:00
danilgryaznev
1535453cb7 Adding registration doesnt working 2025-09-27 22:22:26 +03:00
danilgryaznev
418c8bdb65 Separation users roles - verified 2025-09-27 21:07:59 +03:00
danilgryaznev
1ab0cb1f1f Add futures 2025-09-25 04:55:43 +02:00
danilgryaznev
746e62d617 First working version 2025-09-22 20:55:55 +02:00
danilgryaznev
e050bd46ef 1 vers 2025-09-21 19:30:55 +02:00