Open richardtreier opened 1 year ago
The authority portal knows about all Connectors registered by the organization of a user. We could implement a bridge like Android Store does, where we have some kind of deep link to directly open the negotiate view for an asset from the AP's catalog page.
Feature Request
Description
With our open source connector UI in sovity/edc-ui it would be possible to support a better flow for consuming data offers.
Optional flow
?myConnector=https://my-connector/catalog
.Main flow
?otherConnectorEndpoint=https://other-connector&contract_offer_id=...
.Thus allowing a user to seamlessly use the broker. The above mentioned changes would only affect the UIs and would not interfere with broker compatibility regarding other EDC Frontends or Backends.
Which Areas Would Be Affected?
UI
Why Is the Feature Desired?
This would not require any backend changes. The Broker itself will always have full up-to-date functionality compared to individual connectors.