Skip to content
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

The consumer takes note of the license document associated with the asset during the purchase of the asset #50

Open
MBadea17 opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@MBadea17
Copy link

MBadea17 commented Oct 25, 2024

In the marketplace, when consumers select a service and press the buy button, the license of the asset will be displayed on the screen and the consumers need to tick the "I acknowledge the license of the asset" check button to continue the purchase process.

Steps
After the consumer selects the service from the asset's service list and presses the "Buy" button, the following steps should be performed:

  • read the licenseObject from the asset's DDO
  • read the licenseDocuments array from the licenseObject and retrieve any individual license file
  • in the browser, open a reader and display all the license files, sequentially
  • add a checkbox button with the title "I acknowledge the license of the asset"
  • proceed to the next steps in the asset consumption flow only after the consumer checks the checkbox button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants