alabuga/frontend
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
..
public/artifacts 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
src Add coding mission tables and models for programming challenges 2025-09-29 12:11:55 -06:00
.env.example .env.example from ignore 2025-09-28 14:14:00 +03:00
.eslintrc.json 1 vers 2025-09-21 19:30:55 +02:00
Dockerfile 1 vers 2025-09-21 19:30:55 +02:00
next-env.d.ts 1 vers 2025-09-21 19:30:55 +02:00
next.config.mjs 1 vers 2025-09-21 19:30:55 +02:00
package-lock.json 1 vers 2025-09-21 19:30:55 +02:00
package.json 1 vers 2025-09-21 19:30:55 +02:00
tsconfig.json 1 vers 2025-09-21 19:30:55 +02:00