GAIA-X4PLC-AAD / portal

1 stars 2 forks source link

Implement data transfer button #109

Open robertschubert opened 1 month ago

robertschubert commented 1 month ago

Current situation: There is a Button "Kontaktieren oder Kaufen" in the detail page of a resource without any function.

Target situation:

Acceptance criterias:

If you need help to create an asset I can show you how to do it with the Frontend. There is also a documentation how to create an asset with the REST endpoints in the same link above.

robertschubert commented 1 month ago

future feature (as a remark):

in the payloads sent to the EDC there are fields like:

  "connectorId": "edc_pr",
  "consumerId": "edc_co",
  "providerId": "edc_pr",

After this story is finished we want also to parameterize our new dialog (where we specify the consumer EDC-URL) with those values. Idea: use the field service-access-point.name as value for providerId

devbysp commented 3 weeks ago

Pull Requests 1-5

devbysp commented 2 days ago

Pull Request 6

Description

This feature orchestrates data resource transfer from the provider's infrastructure into the cunsumer's infrastructure, through interactions with the EDC.

Data transfer business flow

image