Add a parameter to serialize transcription elements in CreateElementTranscriptions
Add a filter in CreateElementTranscriptions
endpoint to serialize created elements.
This allows ML tools to recursively push transcriptions.
The response should specify elements that have been created
Part of worker-ml#36
Edited by Valentin Rigal
Merge request reports
Activity
- Automatically resolved by Valentin Rigal
Codecov Report
Merging #863 into master will increase coverage by
0.03%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## master #863 +/- ## ========================================== + Coverage 86.43% 86.47% +0.03% ========================================== Files 227 227 Lines 14185 14221 +36 ========================================== + Hits 12261 12297 +36 Misses 1924 1924
Impacted Files Coverage Δ arkindex/documents/api/ml.py 97.25% <100.00%> (+0.12%)
arkindex/documents/serializers/ml.py 100.00% <100.00%> (ø)
...ocuments/tests/test_bulk_element_transcriptions.py 100.00% <100.00%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d9680e3...c877800. Read the comment docs.Edited by Bastien Abadieadded 6 commits
-
436f708b...5280a82d - 2 commits from branch
master
- 4786f803 - Allow to serialize the sub-elements while bulk creating transcriptions
- 2971b5bb - Store created zones and elements to avoid duplication
- 696812b5 - Add a test for elements serialization
- 507c8a51 - Apply 1 suggestion(s) to 1 file(s)
Toggle commit list-
436f708b...5280a82d - 2 commits from branch
added 2 commits
added 9 commits
-
071f1c0b...0385039c - 3 commits from branch
master
- 943aebd2 - Allow to serialize the sub-elements while bulk creating transcriptions
- 32153c9d - Store created zones and elements to avoid duplication
- e104d028 - Add a test for elements serialization
- b13f1ffa - Apply 1 suggestion(s) to 1 file(s)
- 6a893492 - Add information on created elements
- 597095e9 - Add OpenAPI response examples
Toggle commit list-
071f1c0b...0385039c - 3 commits from branch
- Resolved by Valentin Rigal
added 9 commits
-
597095e9...d9680e36 - 2 commits from branch
master
- 87f3cf1a - Allow to serialize the sub-elements while bulk creating transcriptions
- 2cfb8e44 - Store created zones and elements to avoid duplication
- 42e360e9 - Add a test for elements serialization
- b134b61b - Apply 1 suggestion(s) to 1 file(s)
- e37b03c9 - Add information on created elements
- 6811456c - Add OpenAPI response examples
- 2b97dfa7 - Suggestion and tests update
Toggle commit list-
597095e9...d9680e36 - 2 commits from branch
- Automatically resolved by Valentin Rigal
added 1 commit
- c877800f - Move the annotated elements serializer to documents.serializers.ml
mentioned in commit 3d43ede7
Please register or sign in to reply