Skip to content

Feature/#116 collation provide json

Michelle Weidling requested to merge feature/#116-collation-provide-json into develop

Feature

Summary

This MR

  • provided a new API endpoint, /content/ahikar-json.zip, which contains the JSON input for the collation
  • removes the TXT enpoints since it has become obsolete with the new JSON endpoint

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.
  • Yes, you can test by following these steps:
    • build the database locally
    • add some Ahiqar data to the database
    • curl the endpoint /content/ahikar-json.zip

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

Closes

Closes #116 (closed)

Logs and Screenshots

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

Edited by Michelle Weidling

Merge request reports