Some checks failed
Deploy Development / deploy (push) Successful in 37s
Test Suite / pytest-backend (push) Successful in 32s
Test Suite / lint-backend (push) Successful in 0s
Test Suite / build-frontend (push) Successful in 13s
Test Suite / playwright-tests (push) Failing after 50s
- LegalPage und AdminLegalDocumentsPage: pdf.save() statt window.open/print - AdminLegalDocumentsPage: Abschnitte per Pfeil-Buttons verschieben - AdminLegalDocumentsPage: neuen Abschnitt an beliebiger Stelle einfuegen - npm: jspdf installiert version: 0.8.74 module: legal_documents 1.2.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
789 B
JavaScript
24 lines
789 B
JavaScript
// Shinkan Jinkendo Frontend Version
|
|
|
|
export const APP_VERSION = "0.8.74"
|
|
export const BUILD_DATE = "2026-05-10"
|
|
|
|
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", // Fokus +/- Regeln, nur ohne Fokusbereich; Filterprefs
|
|
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", // Updated: Frontend API Calls & Field Names für renamed tables
|
|
TrainerContextsPage: "1.0.0", // New: Trainer-Kontext-Verwaltung
|
|
}
|