alabuga/backend/app/schemas
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
..
__init__.py 1 vers 2025-09-21 19:30:55 +02:00
admin_stats.py Add futures 2025-09-25 04:55:43 +02:00
artifact.py Add futures 2025-09-25 04:55:43 +02:00
auth.py Separation users roles - verified 2025-09-27 21:07:59 +03:00
branch.py Add futures 2025-09-25 04:55:43 +02:00
coding.py Add coding mission tables and models for programming challenges 2025-09-29 12:11:55 -06:00
journal.py Add futures 2025-09-25 04:55:43 +02:00
mission.py Added coderedactor 2025-09-29 11:59:25 -06:00
onboarding.py Add futures 2025-09-25 04:55:43 +02:00
progress.py CORS is not working 2025-09-27 12:11:19 +03:00
python.py Added coderedactor 2025-09-29 11:59:25 -06:00
rank.py Add creat missiom 2025-09-24 20:18:46 +02:00
store.py 1 vers 2025-09-21 19:30:55 +02:00
user.py Leadetboard, file downloader 2025-09-28 20:29:36 +03:00