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

Pure non-mathematical(sorry) solution to the increase in cluster & therefore load-time #190

Open
keepitopen opened this issue Apr 1, 2020 · 2 comments

Comments

@keepitopen
Copy link

  1. For patient view: There are many non-relational nodes. How about combining these into super-nodes. For eg. 1 super-node represents 20 nodes. All individuals with no connections. Even if relational nodes increase these super-nodes can be configured in such a way that they contain only internal connections and not outwards. Nodes which cannot be combined this way are left as it is.

  2. For City View(Maybe in Future): As covid cases have diversified in various cities, load times for city-view has increased. A non-mathematical solution to it could be to show the cities only state-wise and have outward directing arrows going to a new type of node(which represents inter-state connection). When person clicks on that node a smaller graph could open on the side. (Even better if we could this by hovering over the new type of node). These new directing arrows could be coloured differently to point that these point to patients in cities from another state. This will allow people to view the inter-state spread.

1 and 2 can also be combined in the future for state view, in case the need arises.

@someshkar
Copy link
Owner

This seems like an interesting solution, however I think for now a simple checkbox which removes all non-connected(nodes without edges) from the cluster works? @lovewithmind has made a feature like that in a PR already.

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

3 participants
@someshkar @keepitopen and others