zeiss-digital-innovation / Saxonia-Campus-Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make UI mode configurable

sbley opened this issue · comments

The campus app will have two modes:

  • a mode which enables users to mark slots as preferred to allow for better room planning
  • a mode to register for slots

While there are flags in the database to switch the modes on/off we will not have time to implement a REST API and UI logic to reflect these db states in the app.
So we need some toggle in the client code or build logic to set the mode. A new deployment will be required after changing the mode.