refactor(content): migrate question videos and quotas to v2

This commit is contained in:
2026-08-06 10:44:36 +08:00
parent ea8462a23d
commit b5dd95a97a
36 changed files with 26943 additions and 645 deletions

View File

@@ -16,7 +16,6 @@ using Tiku.Infrastructure.Content.Exports;
using Tiku.Infrastructure.Content.Imports;
using Tiku.Infrastructure.Assets.Security;
using Tiku.Infrastructure.Profile;
using Tiku.Infrastructure.QuestionBanks;
using Tiku.Infrastructure.Scoreline;
using Tiku.Infrastructure.Storage;
using Tiku.Infrastructure.StudyContent;
@@ -36,8 +35,6 @@ internal static class ContentModule
services.AddScoped<IVideoManagementService, VideoManagementService>();
services.AddScoped<IOperationContentManagementService, OperationContentManagementService>();
services.AddScoped<IContentImportService, ContentImportService>();
services.AddScoped<IPublicQuestionAccessPolicy, PublicQuestionAccessPolicy>();
services.AddScoped<IQuestionReferenceService, QuestionReferenceService>();
services.AddScoped<IContentReleaseCompiler, ContentReleaseCompiler>();
services.AddScoped<IContentCandidateReader, ContentCandidateReader>();
services.AddScoped<IPlatformContentPackageProjectionService, PlatformContentPackageProjectionService>();