Skip to content

Feature/#27 provide endpoint for transcription and transliteration

Feature

Summary

With this MR the different text types, transcription and transliteration, are now considered for the HTML creation and the annotations.

The HTML endpoint now not only has a key word to distinguish the two types, but also provides the different texts now at /content/${text-type}/${uri}-${page}.html.

The AnnotationAPI considers both the transcription and the transliteration (where present) for the Annotation Pages so that annotations can be shown for both text types in TIDO. Since the annotations are linked with their respective targets via unique IDs, they can easily be matched.

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 #27 (closed)

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

Edited by Michelle Weidling

Merge request reports