-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User Story
Als System möchte ich Statusänderungen aus SAP S/4HANA über das Enterprise Event Mesh empfangen, um die Benutzeroberfläche ohne Polling aktuell zu halten.
**Akzeptanzkriterien**
```gherkin
Feature: Sync status with project
Scenario: Update status on project close
Given the project publishes a "ProjectClosed" event
When the system receives the event
Then the UI updates the event status to "Closed" within 5 seconds
```
**Technical/UI Notes**
- CAP‑side AMQP subscription → Server‑Sent Events endpoint.
- UI5 listens via EventSource and calls model.refresh().