- 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. |
||
|---|---|---|
| .. | ||
| 20240609_0001_init.py | ||
| 20240611_0002_onboarding.py | ||
| 20240927_0004_user_profile_details.py | ||
| 20240927_0005_submission_documents.py | ||
| 20240927_0006_user_email_confirmation_columns.py | ||
| 20240927_0007_python_mission_tables.py | ||
| 20241005_0007_coding_missions.py | ||