-
Notifications
You must be signed in to change notification settings - Fork 12
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
Navigator view Implementation + Additions to tutorial.md + generalized view/gene switching functionality in Views folder #151
Conversation
…into NavigatorView
…and nodes are aligned, tree drawn nicer, data is correct to the API.
…eys to nodes. Watering can now shown.
…nk is clicked. Changes to placeholder files as well. Changes to package.json and eslint file to include eslint tsdoc checking now
…use in all views. Now includes option to switch only the gene, only the view, or both. Added tsdocs
Placeholder files for the nav view and index of the nav view do not matter, they were there for development purposes. |
…into NavigatorView
NOTE: These changes are based on pre-routing PR modifications. This should only be merged if the routing PR is still un-merged. A separate PR for post-routing changes will be available later. |
Removing unneeded files
Removing unneeded files
Closing PR as I am making a new one exactly the same but using a BAR repo branch rather than one from my forked repo. |
Full changes for the navigator view(any improvement suggestions welcomed). Also some additions to the tutorial document to include things like code commenting, view switching, etc. Added a module in the Views folder to be used by any view to switch view, gene, or both. Instructions on use are in the tutorial.