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

add basic framework for visualizations. #216

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

add basic framework for visualizations. #216

wants to merge 8 commits into from

Conversation

colinfruit
Copy link
Contributor

To be improved upon by design. #212 beginning.

<ForceGraphNode node={{ id: 'third-node' }} fill="green" />
<ForceGraphLink link={{ source: 'first-node', target: 'second-node' }} />
<ForceGraphLink link={{ source: 'third-node', target: 'second-node' }} />
</ForceGraph>
Copy link
Contributor

Choose a reason for hiding this comment

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

@colinfruit Great! Can you grab all the pursuances (I think they should all be in redux already) and show connections between some of them? How about making the side of each node equal to the length of the name of the pursuance, just so we can get a sense of the different options we have re: visuals?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll grab this this evening.

pursuanceId={currentPursuanceId}
location={location}
label='Map'
action='map'
Copy link
Contributor

Choose a reason for hiding this comment

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

@colinfruit Please call this "Universe" in the UI and the URL; the rest can stay.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@elimisteve
Copy link
Contributor

@colinfruit Merge https://github.com/PursuanceProject/pursuance/tree/colinfruit-react-vis-merged into here please?

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