Skip to content

FULL STACK | Manuscript + Transcript Bugfix

Manuscript + Transcript Bugfix

The Manuscript and Transcript visualizations are broken right now due to the new comparator structure. This is a full stack fix.
BACKEND: Add two arrays to each new object in the comparator: word_start and word_end containing the respective start and end times for each word in the comparator object.

Example:

 {
    "ID": "2028_ok",
    "word": "jederzeit auf uns zustürmen",
    "status": "ok",
    "start": 183.84,
    "end": 185.61
    "word_start": [183.84, 184.99, ...],
    "word_end": [184.95, .., 185.61]
  }

FRONTEND: Adapt the current manuscript and transcript visualization to the new data structure above.

Acceptance Criteria

  • Times get stored in arrays
  • Visualization works

Notes

Don't forget to track your time!

The Weight represents story points ∈ [1, 2, 3, 5, 8]

Edited by Kimon Neuhoff