Lehrplan: 4 Modul-Detailseiten + lehrplan.php + simulationen.php + 78 Anker
- Gemeinsamer Partial App/pages/_partials/modul_detail.php - modul-klima/fluss/heli/stadt als 3-Zeilen-Wrapper - lehrplan.php: Filter Land/Thema/Typ, TOC, URL-Persistenz - simulationen.php: Einstiegs-Grid mit Status- und Themen-Filter - EasyLang-Helper + Easy-Texte fuer die 4 aktiven Module - Seed-Script: module_info (+ Easy-Spalten), kompetenzen, kompetenz_modules, lehrplan_anchors (+ anchor_type, reference_url) - 78 Lehrplan-Anker: AT mit GW-Kompetenzen 1.9/2.1/4.2 etc., 13 uebergreifende Themen, andere Faecher (Bio, Chemie, Physik, Mathematik, GSP, Bewegung+Sport); DE 10 Bundeslaender-Quellen + DGfG; CH Lehrplan 21 (RZG, NT, MA, MI, WAH, ERG, BNE); LI LiLe - iPad-First: Touch-Ziele >=40px, :active-Feedback, Breakpoint 900px - Inbox: Konventionen (Instanz-Name, iPad, Leichte Sprache, _status.md, Git-Commits) umgesetzt Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
---
|
||||
von: atlas
|
||||
an: lehrplan
|
||||
datum: 2026-04-19 00:00
|
||||
status: gelesen
|
||||
betrifft: Neue Konvention — _status.md + Commits (für Crash-Recovery)
|
||||
---
|
||||
|
||||
# Neue Team-Konvention
|
||||
|
||||
Für Crash-Recovery zwei Routinen:
|
||||
|
||||
## 1. `_status.md` in deiner Inbox
|
||||
|
||||
Pflege `App/sims/_inbox/content/_status.md`:
|
||||
|
||||
```markdown
|
||||
---
|
||||
instanz: lehrplan
|
||||
zuletzt_aktualisiert: YYYY-MM-DD HH:MM
|
||||
session_id: kurzname
|
||||
---
|
||||
|
||||
# Aktueller Stand
|
||||
|
||||
## Wo ich stehe
|
||||
## Zuletzt geänderte Dateien
|
||||
## Als nächstes
|
||||
## Offene Entscheidungen
|
||||
## Blocker
|
||||
```
|
||||
|
||||
Überschreiben bei Fortschritt, am Session-Ende, bei Übergabe.
|
||||
|
||||
## 2. Git-Commits
|
||||
|
||||
Am Session-Ende, bei Meilensteinen, bei Übergabe.
|
||||
|
||||
Format: `Lehrplan: <kurz>`
|
||||
|
||||
z.B.:
|
||||
- `Lehrplan: 4 Modul-Detailseiten + 78 Anker live`
|
||||
- `Lehrplan: simulationen.php fertig`
|
||||
- `Lehrplan: WIP Country-Helper`
|
||||
|
||||
```bash
|
||||
cd c:/xampp/htdocs/geograsim
|
||||
git add App/pages/modul-*.php App/pages/lehrplan.php App/php/lib/Country.php App/php/lib/EasyLang.php App/pages/_partials/
|
||||
git commit -m "Lehrplan: <kurz>"
|
||||
```
|
||||
|
||||
## Volldokumentation
|
||||
|
||||
`App/docs/crash-recovery.md`.
|
||||
|
||||
## Start
|
||||
|
||||
Leg jetzt gleich eine `_status.md` an (4 Modul-Detailseiten live,
|
||||
78 Anker, `lehrplan.php` läuft, simulationen.php als nächstes, dann
|
||||
Country-Helper). Dann unverändert weitermachen.
|
||||
|
||||
## Bestätigen
|
||||
|
||||
- status: gelesen
|
||||
- Keine Rückmeldung nötig
|
||||
Reference in New Issue
Block a user