-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement data transfer button #109
Comments
future feature (as a remark): in the payloads sent to the EDC there are fields like:
After this story is finished we want also to parameterize our new dialog (where we specify the consumer EDC-URL) with those values. |
devbysp
pushed a commit
that referenced
this issue
Oct 11, 2024
Signed-off-by: Zoltan Magyari <[email protected]>
devbysp
pushed a commit
that referenced
this issue
Oct 11, 2024
Signed-off-by: Zoltan Magyari <[email protected]>
devbysp
pushed a commit
that referenced
this issue
Oct 11, 2024
Signed-off-by: Zoltan Magyari <[email protected]>
devbysp
pushed a commit
that referenced
this issue
Oct 16, 2024
Signed-off-by: Zoltan Magyari <[email protected]>
This was referenced Oct 21, 2024
devbysp
pushed a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Zoltan Magyari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current situation:
There is a Button "Kontaktieren oder Kaufen" in the detail page of a resource without any function.
Target situation:
contract-id
and can be obtained from the field<entity-name>/general/data/contractId
<entity-name>.dataResource.instanciatedVirtualResource.serviceAccessPoint
, fieldsprotocol
+://
+host
(+ "management" or "/api/v1/dsp") . The class model is described (here)[https://github.com/GAIA-X4PLC-AAD/gaia-x-compliant-claims-example]edc_pr
in the example payloads representing the provider's participant ID (configured in the EDC) should be replaced with<entity-name>.dataResource.instanciatedVirtualResource.serviceAccessPoint
, fieldname
https://edc-co.gxfs.gx4fm.org/management
.msgedcstorage
uc1-dest
COMPLETED
and display the transfer state underneath the "Kaufen" button. Possible states areSTARTED
,COMPLETED
,TERMINATED
,DEPROVISIONED
,INITIATED
,PROVISIONED
,REQUESTED
,STARTED
.Acceptance criterias:
https://edc-co.gxfs.gx4fm.org/management
,msgedcstorage
anduc1-dest
assetsSelector
when querying a contract) an error is displayed: "Contract has more than one Asset. This is currently not supported. Please choose a contract with only one asset"STARTED
for now since there is a bug in the EDC setting the state toCOMPLETED
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.
The text was updated successfully, but these errors were encountered: