aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
299 stars 46 forks source link

Defer neighbor count query #430

Closed kmcginnes closed 3 weeks ago

kmcginnes commented 4 weeks ago

Description

This turned out to be way larger than I expected. Apparently many parts of the app are intertwined with the neighbor counts. Decoupling that logic has been tough and led to exposing many bugs in other parts of the system.

As it stands right now this PR accomplishes the following:

Deferred Neighbor Counts

Expand Node Action

Remaining Issues

This are the issues I am aware of and still need to be addressed before we can consider this PR ready.

Validation

Related Issues

Check List

kmcginnes commented 3 weeks ago

Closes this in favor of #434