-
Notifications
You must be signed in to change notification settings - Fork 39
externalInfo display #613
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
Merged
Merged
externalInfo display #613
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
cac3aa7
Show externalInfo in right panel if available
will-moore aeb7536
Move External info under Filset info panel
will-moore a8c190b
Pass obj to toolbar.html for all objects. Tweak extInfo css
will-moore cca34cb
Only show ExternalInfo on .show()
will-moore f3c42d3
Show externalInfo with 'Zarr' button. Link to open in BioNGFF viewer
will-moore 189a107
Remove console.log
will-moore b1e46a8
Remove zarr link to viewer. Show lsid only, other info under 'details'
will-moore 3112dd8
Use obj.getDetails().getExternalInfo()
will-moore e9cbf53
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] eaf08da
Add None check
will-moore 0f025c6
Cleanup template endif to reduce PR diff
will-moore 407021a
Remove outdated comment
will-moore 442803a
Only show 'Zarr' button if externalInfo is ngff:multiscales
will-moore 17beaf1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4a4dd41
Don't require extinfo.entityId == 3 to be considered a zarr
will-moore 2c98dff
Remove external info specifics
knabar 6aa270d
Add template blocks
knabar 77aed96
Merge pull request #4 from knabar/extinfo_display
will-moore File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
An Image with an associated ExternalInfo object is not necessarily an OME-Zarr dataset. You will want to filter ExternalInfo objects of the correct namespace.
Also should this be called OME-Zarr rather than just Zarr as the group is expected to adhere to the multiscales metadata conventions of the OME-Zarr specification?
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.
By
namespacedo you meanentityTypeorentityId?"Should be called OME-Zarr" where? In the UI
Zarrbutton? I just think thatOME-Zarrfor this button would be a bit verbose, given the limited space for the toolbar.But I'll certainly put "OME-Zarr Info" instead of "Zarr Info" in the panel below.
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.
Yes I meant
entityType/entityId.OME-Zarr infowould be a good starting pointThere 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.
OK, now we only show
Zarrbutton if theentityTypeandentityIdindicate it's a "zarr" externalInfo.