- Incremented APP_VERSION to 0.8.9 and DB_SCHEMA_VERSION to 20260505036. - Added changelog entry for version 0.8.9 detailing database and API changes. - Updated TrainingFrameworkProgramEditPage to manage focus areas, style directions, training types, and target groups. - Enhanced TrainingFrameworkProgramsListPage with context teasers for better user information. - Improved CSS styles for framework catalog checkgrid and check components for better layout and usability.
21 lines
676 B
JavaScript
21 lines
676 B
JavaScript
// Shinkan Jinkendo Frontend Version
|
|
|
|
export const APP_VERSION = "0.5.1"
|
|
export const BUILD_DATE = "2026-05-05"
|
|
|
|
export const PAGE_VERSIONS = {
|
|
LoginPage: "1.0.0",
|
|
Dashboard: "1.0.0",
|
|
AccountSettingsPage: "1.0.0",
|
|
ExercisesPage: "1.1.0", // Updated: Katalog-Integration
|
|
ClubsPage: "1.0.0",
|
|
SkillsPage: "1.0.0",
|
|
TrainingPlanningPage: "1.3.1",
|
|
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
|
|
}
|