-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show Annotation Segment Counts in Dashboard (#7548)
* WIP: save annotation stats per layer * store annotation stats per layer in postgres * generalize annotation stats and send segmentCount for volume tracings * sql migration * add zeros for new annotation layers * integrate segment stats into dashboard and unify with stats in dataset-info-sidebar * remove obsolete stats property from annotation object * changelog * don't show segment or tree count if a skeleton-only or volume-only annotation is present * fix unit tests * test db, snapshots * rename stats to statistics in listExplorationals json * fix typing * rename statistics to stats in annotation json * re-add stats property to type definition * use pluralize for segment and tree count formatting * add missing import * DRY helper type --------- Co-authored-by: Philipp Otto <[email protected]> Co-authored-by: MichaelBuessemeyer <[email protected]>
- Loading branch information
1 parent
9187eff
commit d8a2931
Showing
32 changed files
with
453 additions
and
275 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.