-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User Story
Als Event Viewer möchte ich jederzeit den aktuellen Status des Events sehen (Draft → Planned → In Progress → Closed / Cancelled), um meinen eigenen Handlungsbedarf einschätzen zu können.
**Akzeptanzkriterien**
```gherkin
Feature: View Status
Scenario: View current status
Given an event is in status "Planned"
When a viewer opens the event overview
Then the status badge displays "Planned"
```
**UI Notes**
- Header Status Indicator (semantic colours).
- Realtime update via Event Mesh websocket → UI5 model refresh.