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

Fixes for the collapsing of the Data Instances #30

Open
neomorphic opened this issue Jul 28, 2016 · 1 comment
Open

Fixes for the collapsing of the Data Instances #30

neomorphic opened this issue Jul 28, 2016 · 1 comment

Comments

@neomorphic
Copy link
Member

There are some bugs with the collapsing of the "_n" data instances in the console.

  1. The regex is only looking for a single digit after the _ so “tiles_10" would not be hidden. Should be an easy fix, but only thought of it after deployment.
  2. If you have a bunch of imageblk data instances called “testing_n” and you create an annotation called “testing_n+1” that will get hidden as well. (should be rare case)
  3. The show / hide icon is now present at the top of the Data Instance column whether there is something to show or not. (Another easy fix that I thought of after deployment)
@stuarteberg
Copy link
Member

In version 3.x of the dvid-console, data instances are not getting collapsed properly.

In the old "diced+dvid" version of the console, a special key (.meta/key/restrictions) was checked to determine which instances should be hidden:

Here's a working example:

In the current version of the console, it does not seem to work:

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

2 participants