feat: Challenges Page and Challenge Solve Modal 1.02

This commit is contained in:
OpenVelo Agent
2026-07-23 02:24:41 +00:00
parent ceebaa06aa
commit 7b7858317c
6 changed files with 347 additions and 131 deletions
+2
View File
@@ -17,6 +17,7 @@ import { AddCategoryTimestampsAndUniqueAbbrev1700000000200 } from './migrations/
import { UpdateSystemCategoryKeys1700000000300 } from './migrations/1700000000300-UpdateSystemCategoryKeys';
import { RepairCategorySchemaAndSystemCategories1700000000400 } from './migrations/1700000000400-RepairCategorySchemaAndSystemCategories';
import { UpgradeChallengeAdminSchema1700000000500 } from './migrations/1700000000500-UpgradeChallengeAdminSchema';
import { SeedSampleChallenges1700000000600 } from './migrations/1700000000600-SeedSampleChallenges';
import { DatabaseInitService } from './database-init.service';
const ENTITIES = [
@@ -37,6 +38,7 @@ const MIGRATIONS = [
UpdateSystemCategoryKeys1700000000300,
RepairCategorySchemaAndSystemCategories1700000000400,
UpgradeChallengeAdminSchema1700000000500,
SeedSampleChallenges1700000000600,
];
@Global()