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

#ILEX-43 - Adds D3 library to create the Graph needed for Predicates #25

Merged
merged 6 commits into from
Jul 4, 2024

Conversation

jrmartin
Copy link

@jrmartin jrmartin commented Jun 18, 2024

Creates Graph component, which is used to create a graph from predicates. It uses D3 library to create the Graph. At the moment this branch is using hardcoded mock data, still need to work on the endpoint for predicates to return mock data and real data. It needs to be styled

image

@jrmartin jrmartin requested a review from ddelpiano June 18, 2024 23:57
@@ -0,0 +1,28 @@
const data = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrmartin question here, can't we derive the data for the graph from the predicates that we get from the endpoint? Thx

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ddelpiano Yes, that's the idea. However, the endpoint returning the predicates is not yet in devel branch. The PR #26 with predicates is now open, and once merge to devel I can bring changes here to replace it with endpoint.

@ddelpiano ddelpiano merged commit 166e657 into devel Jul 4, 2024
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.

None yet

2 participants