Kapitel 4 · Für Super-Admins

Feature Flags

Feature Flags sind Schalter, mit denen Sie einzelne Funktionen der Plattform mandantenweit an- oder ausschalten. So schneiden Sie CAMPUS auf Ihre Bedürfnisse zu und führen Neues kontrolliert ein.

Warum & was

Nicht jede Organisation braucht jede Funktion — und Neues will kontrolliert eingeführt sein. Unter Einstellungen → System → Feature Flags schalten Sie Funktionen gezielt frei oder aus. Verwandt sind Menubar-Flags (steuern Menüpunkte) und Modul-Reifegrade (announced → beta → stable).

So geht's konkret

So geht's konkret: ein Flag umschalten
  1. ÖffnenSystemFeature Flags.
  2. SuchenDas gewünschte Flag finden (Beschreibung lesen).
  3. UmschaltenAn/aus setzen — bewusst und einzeln.
  4. BeobachtenWirkung prüfen; bei Problemen zurückschalten.

Worauf achten

⚠️

Große Hebel. Ein Flag kann ganze Bereiche für alle sichtbar oder unsichtbar machen. Schalten Sie einzeln, notieren Sie den vorigen Zustand und beobachten Sie die Wirkung. Im Zweifel Rücksprache mit dem CAMPUS-Team.

  • Nicht „mal eben" experimentieren auf der Produktivinstanz.
  • Zusammenhänge bedenken: manche Funktionen hängen voneinander ab.
  • Kommunizieren: neue Funktionen den Nutzern ankündigen.

Troubleshooting

Eine Funktion ist plötzlich weg.

Vermutlich ein Flag (oder Menubar-Flag) deaktiviert — Zustand prüfen und ggf. zurückschalten.

Ein Flag zeigt keine Wirkung.

Manche Funktionen brauchen zusätzlich das passende Modul/Recht oder einen Reload; Abhängigkeiten prüfen.

Verwandtes

Chapter 4 · For super admins

Feature Flags

Feature flags are switches with which you turn individual functions of the platform on or off tenant-wide. This lets you tailor CAMPUS to your needs and introduce new things in a controlled way.

Why & what

Not every organisation needs every function — and new things want to be introduced in a controlled way. Under Settings → System → Feature Flags you selectively enable or disable functions. Related are menubar flags (control menu items) and module maturity levels (announced → beta → stable).

Step by step

Step by step: toggle a flag
  1. OpenSystemFeature Flags.
  2. SearchFind the desired flag (read the description).
  3. ToggleTurn on/off — deliberately and one at a time.
  4. ObserveCheck the effect; switch back if there are problems.

What to watch

⚠️

Big levers. A flag can make entire areas visible or invisible for everyone. Toggle one at a time, note the previous state and observe the effect. When in doubt, consult the CAMPUS team.

  • Do not experiment “just quickly” on the production instance.
  • Consider dependencies: some functions depend on one another.
  • Communicate: announce new functions to users.

Troubleshooting

A function has suddenly disappeared.

Probably a flag (or menubar flag) was disabled — check the state and switch back if needed.

A flag has no effect.

Some functions additionally need the matching module/right or a reload; check dependencies.

Related