All checks were successful
Deploy Development / deploy (push) Successful in 37s
Test Suite / pytest-backend (push) Successful in 34s
Test Suite / lint-backend (push) Successful in 1s
Test Suite / build-frontend (push) Successful in 11s
Test Suite / playwright-tests (push) Successful in 59s
- Add early 403 in set_legal_hold_from_report for plain admin (before DB call), fixing test_legal_hold_from_report_requires_superadmin - Update test_list_inbox_requires_platform_admin to mock DB COUNT query (returns cnt=0) so it exercises the club_admin code path correctly - Extend test_patch_report_under_review mock row with target_type, target_id, resolution_note fields now required by the audit-log path version: 0.8.94 module: content_reports 1.5.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
1.6 KiB
JavaScript
35 lines
1.6 KiB
JavaScript
// Shinkan Jinkendo Frontend Version
|
|
|
|
export const APP_VERSION = "0.8.94"
|
|
export const BUILD_DATE = "2026-05-11"
|
|
|
|
export const PAGE_VERSIONS = {
|
|
LoginPage: "1.0.2",
|
|
SettingsLegalPage: "1.0.0",
|
|
AdminLegalDocumentsPage: "1.3.0",
|
|
LegalPage: "1.3.0",
|
|
Dashboard: "1.0.0",
|
|
AccountSettingsPage: "1.0.1",
|
|
ExercisesPage: "1.5.0",
|
|
ClubsPage: "1.1.0",
|
|
SkillsPage: "1.0.0",
|
|
TrainingPlanningPage: "1.4.0",
|
|
TrainingFrameworkProgramsListPage: "1.1.0",
|
|
TrainingFrameworkProgramEditPage: "1.5.0",
|
|
TrainingUnitRunPage: "1.1.0",
|
|
TrainingCoachPage: "1.0.0",
|
|
AdminCatalogsPage: "2.2.0",
|
|
TrainerContextsPage: "1.0.0",
|
|
MediaLibraryPage: "1.9.0", // P-13: open_report_count Badge + Journal content_report_filed
|
|
ExerciseFormPage: "1.1.0", // P-13: MediaPreviewModal (geteilt) + Melden im Viewer
|
|
ExerciseInlineFileMediaModal: "1.1.0", // P-06: RightsDeclarationDialog vor Upload
|
|
ExerciseInlineEmbedModal: "1.1.0", // P-06: RightsDeclarationDialog vor Embed-Upload
|
|
ExerciseMediaEmbed: "1.1.0", // P-11: Legal-Hold-Placeholder statt Datei
|
|
ExerciseMediaThumbTile: "1.1.0", // P-11: Legal-Hold-Kachel statt Datei-Vorschau
|
|
ExerciseAttachmentMediaStrip: "1.2.0", // P-13: MediaPreviewModal (geteilt) + Melden im Viewer
|
|
InboxPage: "2.3.0", // P-13: Archiv-Trennung offen/abgeschlossen; Club-Admin Legal-Hold-Button
|
|
OrgInboxContext: "1.3.0", // P-13: isClubAdmin + isPlatformAdmin exposed
|
|
MediaPreviewModal: "1.0.0", // P-13: geteilter Medienvorschau-Dialog (Melden + Bearbeiten optional)
|
|
ReportContentModal: "1.2.0", // P-13: onSuccess callback fuer Badge-Update
|
|
}
|