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

feat: add marketplace #8

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

feat: add marketplace #8

wants to merge 11 commits into from

Conversation

jxhnx
Copy link
Member

@jxhnx jxhnx commented Nov 20, 2024

TODO:

// solution 1 // discarded

  • (a) Cypher query buildOfferInfoQuery should properly reflect Gaia-X schema relationships used in the marketplace, no wildcards
  • (b) Offerings with multiple resources are not linked at the moment (e.g., data resource not linked to its respective service access point); linkage should come from the result of the cypher query in (a)
  • (c) Relationship (b) should properly be reflected in the UI in one carousel

// solution 2

  • Refactor, so that display in UI is dynamically build over Offer id, where each linked relation is a new query; or find solution to get a "sub-graph", which keeps the relations intact without transformations into other objects. Solution 1 tries to combine everything in one query, put that into a custom object -- while trying to keep graph relations in a non-graph-format -- and rebuild the information from there.

@jxhnx jxhnx force-pushed the feat/add-marketplace branch from fb055f7 to f4d7c5e Compare January 9, 2025 09:00
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

Successfully merging this pull request may close these issues.

1 participant