Skip to content

US‑E2‑03 – Status‑Events empfangen #10

@mvk-abs

Description

@mvk-abs

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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions