RACI-Schritte konsistent (R+A zusammen, dann C+I) + Legende ausklappbar

- RACI-Mikroablauf entzerrt: Schritt 2 fragt jetzt R UND A zusammen
  ("Verantwortung (R + A)" = die Pflicht), Schritt 3 nur noch C + I
  ("Beteiligung" = ergaenzend). Vorher inkonsistent: R, dann R&A, dann Rest.
- RACI-Legende ist jetzt ausklappbar (<details>) mit Ueberschrift
  "Klicke fuer RACI-Legende", standardmaessig eingeklappt.
- Wording: Figuren auf die "Spielfelder im RACI-Kreis" (statt "Mulden des
  Station-Pucks").
- sw.js Cache hochgezaehlt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
breitenbach76 2026-06-10 10:37:41 +02:00
parent f6d40ba8bb
commit 795cfb5087
2 changed files with 20 additions and 9 deletions

View file

@ -1,5 +1,5 @@
/* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */
const CACHE = "slc-companion-v35";
const CACHE = "slc-companion-v36";
const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"];
// Action-Card-Grafiken (cards/s<service>-c<change>.png) fuer Offline vorab cachen (alle 24).
const CARDS = [];