You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: CHANGELOG.unreleased.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
22
22
- When setting up WEBKNOSSOS from the git repository for development, the organization directory for storing datasets is now automatically created on startup. [#7517](https://github.com/scalableminds/webknossos/pull/7517)
23
23
- Multiple segments can be dragged and dropped in the segments tab. [#7536](https://github.com/scalableminds/webknossos/pull/7536)
24
24
- Added the option to convert agglomerate skeletons to freely modifiable skeletons in the context menu of the Skeleton tab. [#7537](https://github.com/scalableminds/webknossos/pull/7537)
25
+
- The annotation list in the dashboard now also shows segment counts of volume annotations (after they have been edited). [#7548](https://github.com/scalableminds/webknossos/pull/7548)
25
26
26
27
### Changed
27
28
- Improved loading speed of the annotation list. [#7410](https://github.com/scalableminds/webknossos/pull/7410)
0 commit comments