Skip to content

Bugfix/#48-annotationapi-endpoints

Michelle Weidling requested to merge bugfix/#48-annotationapi-endpoints into develop

Bug fix

Related Tickets

#48 (closed)

Does the result of the MR comply to our "definition of done"?

  • Unit tests passed
  • Code reviewed
  • Acceptance criteria met
  • Functional tests passed
  • Non-Functional requirements met
  • Product Owner accepts the User Story

Related

Closes

Closes #48 (closed)

Summary

The endpoints had been designed for local use only. The server requires a /api as prefix which hasn't been considered for the endpoints building upon the entrypoint. Furthermore, the design of ahiqar_collection.xml lead to duplicates which caused the map function to crash, resulting in an HTTP 500 error.

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

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

Merge request reports