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

make network form persist across tabs #6

Open
alexmanuele opened this issue Nov 9, 2023 · 0 comments
Open

make network form persist across tabs #6

alexmanuele opened this issue Nov 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@alexmanuele
Copy link
Contributor

Description

There is a form on the network visualization tab that controls the behaviour of all plots. This allows users to select nodes from the data and indicate threshold values on the distance matrices that relate those nodes, generating a network from the connected components focal to the selected nodes. The distance matrix and clustergram plots are subsequently reduced to only contain nodes that remain in the filtered graph.

The form should be persisted to exist on all tabs of the webpage, and "follow" the user. This is because the form controls the behaviour of all plots.

The function to create the form is currently found in layouts/network_layout.py . Some components of the form are statically defined, and some are dynamically defined by the make_network_form() method.

Acceptance Criteria

  • The form to select nodes and thresholds can be seen on all tabs of the app
  • The form data is not lost when changing tabs
@alexmanuele alexmanuele added the enhancement New feature or request label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant