sovity / edc-ui

Connector UI for the sovity EDC Community Edition.
https://sovity.de/en/connect-to-data-space-en/
Apache License 2.0
32 stars 11 forks source link

Contract Definition Details Popup #635

Open simritbhatia opened 5 months ago

simritbhatia commented 5 months ago

Issue

Description

Frame 616 1

The content of the popup is about setting access rights to contracts. These access rights can however be arbitrarly complex, because they may be a composition of any number of rules. For instance this could restrict the access to participation in a certain use-case "and" in a certain time period. You could also replace this "and" by an "or". This is what odrl is about.

we need to figure out how to represent the complex structure of odrl into a dialog and probably best solution is to restrict the dialog to some subset functionalities of odrl. To solve this puzzle we have to decide, which functionalities of odrl we want to have in the UI and to what degree they are relevant to the customer.

Requirements

Which requirements do you have to be fulfilled?

### Tasks
- [ ] https://github.com/sovity/edc-ui/issues/593
- [ ] https://github.com/sovity/edc-ui/issues/594