Output transcriptions IDs in CreateElementTranscriptions
Closes #686 (closed)
Merge request reports
Activity
It's strange to return the element ID under
id
and the transcription ID undertranscription_id
in this endpoint output.Changing the output to have the transcription ID under
id
and the element ID underelement_id
will require us to only modifybase-worker
project and one test inparagraph_creator
worker.The MR on
base-worker
was already needed to support the new attribute in the output, there will not be much more work with this endpoint output modification.The MR on
paragraph-creator
is only needed to remain coherent with the API specification, it will not break anything to change this output (see: https://gitlab.com/teklia/workers/paragraph_creator/blob/master/tests/test_worker.py#L91).added 1 commit
- 4ef1f40f - Modify id to element_id and transcription_id to id
added 4 commits
-
4ef1f40f...6213a650 - 2 commits from branch
master
- 1f3c6074 - Output transcription_id in CreateElementTranscriptions
- 31c124e9 - Modify id to element_id and transcription_id to id
-
4ef1f40f...6213a650 - 2 commits from branch
enabled an automatic merge when the pipeline for 31c124e9 succeeds
mentioned in commit 51b8d038