Skip to content

Feature/#170 annotations performance total no of annotations

Feature

Summary

This MR fixes an issue in the computation of the total annotation number per collection/manifest.

While the computation created all annotations before counting them, this approach makes use of the saved annotation items and adds them up. This saves a lot of time when calling the AnnotationAPI.

Compliance to “Definition of Done”

  • Unit tests passed
  • [] Code reviewed
  • Product Owner accepts the User Story

Documentation

  • I updated the README (if applicable)
  • I provided my functions with appropriate documentation
  • I updated existing documentation

Tests

Are we able to test this new feature?

  • Yes, everything can be done via unit tests.

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

Closes

Closes #170 (closed)

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Merge request reports