You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have running prod connectors: sovity + Tractus-X
Chat App Backend Implementation
Initial Setup
CI: Docker Images
We will use the Notification Push approach from Industry Core KIT
Implement OpenAPI with Stubs
Implement the persistence-related API endpoints without EDC interaction
(optional) Automatic Data Offer setup with the connected EDC for the notification push receiver
EDR Negotiation on first contact (basically after pressing "New chat")
This includes Contract Negotiation and sets up a Transfer Process
We also can fetch the first DP access token here
For every message, we reuse the DP access token from our EDR or refresh it if it expired
Messages are sent directly to the counterpart Backend via the Data Plane
The Notification Receiver asset needs to have a reception API endpoint in the backend linked as the "data source". This endpoints needs to process the payload.
We can have a list of chats with a status by querying our active contract agreements
Every chat partner gets its own contract
(optional) You can probably display a status by checking the transfer process status? Because in the EDR scenario, the transfer process actually stays in RUNNING until deprovisioned manually
Hackathon Planning Issue
Breakdown / Planning
npm run format-all
Brainstorming
Requirements for the Chat App
Requirements for the Tutorial
The text was updated successfully, but these errors were encountered: