-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/cele 32 #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aranega
reviewed
Jul 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR 🙏! All the code looks good to me, I'll test it quickly tomorrow and I'll merge it quickly 👌
aranega
approved these changes
Jul 17, 2024
implement the dropdown to select the dataset to load/display
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes first iteration of https://metacell.atlassian.net/browse/CELE-32
Connect start from template button
Render graph with cytoscape and connect it to React context
Adds legend and menu prototypes
Adds different layout options
Adds different coloring options
Adds show connected option and show connected as individual cells
Removes placeholder left and right components
Changes workspace model to store a record of neuronID-> neuron for all the available neurons of the workspace (this includes all neurons existent in all the active datasets). This is required because /api/connections doesn't provide all the information necessary for the 'connected' neurons. The original nemanode code fetches all neuron information from all the datasets in the beginning of the application.
Adds "/api/connections" endpoint (not yet equivalent to the original nemanode endpoint due to different threshold strategiess)
On review please have a look at the following questions:
https://metacell.atlassian.net/browse/CELE-32?focusedCommentId=14503
2024-05-27.09-22-22.mp4