feat(course): add Cebu travel path with lessons and didactics for Bisaya courses
All checks were successful
Deploy to production / deploy (push) Successful in 24s

This commit is contained in:
Torsten Schulz (local)
2026-09-02 14:03:39 +02:00
parent 504f527a3f
commit b2e5d3d950
6 changed files with 261 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ import {
import { BISAYA_PHASE3_DIDACTICS } from './bisaya-course-phase3-extension.js';
import { BISAYA_PHASE4_DIDACTICS } from './bisaya-course-phase4-extension.js';
import { BISAYA_PHASE5_DIDACTICS } from './bisaya-course-phase5-extension.js';
import { BISAYA_CEBU_TRAVEL_DIDACTICS } from './bisaya-course-cebu-travel-extension.js';
/** Alte Kurstitel → aktueller Schlüssel in LESSON_DIDACTICS (bestehende Datenbanken). */
export const LEGACY_DIDACTICS_TITLE_MAP = {
@@ -501,7 +502,8 @@ export const LESSON_DIDACTICS = {
...BISAYA_DIDACTICS_24_43,
...BISAYA_PHASE3_DIDACTICS,
...BISAYA_PHASE4_DIDACTICS,
...BISAYA_PHASE5_DIDACTICS
...BISAYA_PHASE5_DIDACTICS,
...BISAYA_CEBU_TRAVEL_DIDACTICS
};
function resolveDidacticsForLesson(lesson) {