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

Create "EM Atlas" plugin #70

Open
stephenplaza opened this issue Aug 25, 2020 · 0 comments
Open

Create "EM Atlas" plugin #70

stephenplaza opened this issue Aug 25, 2020 · 0 comments
Assignees

Comments

@stephenplaza
Copy link

This plugin will be for viewing special locations manually annotated by the biologist. The key features are a search box to display and filter saved annotations and the ability to add new annotations in the neuroglancer react component.

The annotations will be saved in clio top level with an endpoint similar to "annotations" endpoint but with the ability to fetch annotations across all datasets. Prototyping can probably begin before the endpoint is available.

Features:

  • search panel that gives a paginated view of all the annotations downloaded from the endpoint (show title, description, dataset, and thumbnail centered at the point)
  • filter box on the top that will allow keyword search (each annotation will have a dataset name, title, description field, and timestamp). By default the newest entries should be on the top. There will only be hundreds of entries so it makes sense to have this all paginated in memory.
  • the user should be able to click on an item and have that dataset and location loaded
  • authorized users should be able to add a special "atlas" annotation to NG, providing a title and description. The interface will be very similar to the current 'annotations'
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