Support of allowed manual transcription for an element type
Part of #261 (closed)
Edited by Valentin Rigal
Merge request reports
Activity
Codecov Report
Merging #770 into master will increase coverage by
0.02%
. The diff coverage is95.23%
.@@ Coverage Diff @@ ## master #770 +/- ## ========================================== + Coverage 86.41% 86.44% +0.02% ========================================== Files 202 203 +1 Lines 13553 13589 +36 ========================================== + Hits 11712 11747 +35 - Misses 1841 1842 +1
Impacted Files Coverage Δ arkindex/documents/models.py 34.28% <0.00%> (-0.13%)
arkindex/documents/tests/test_corpus.py 100.00% <ø> (ø)
...index/documents/tests/test_transcription_create.py 100.00% <ø> (ø)
arkindex/project/api_v1.py 100.00% <ø> (ø)
arkindex/documents/api/ml.py 97.05% <94.11%> (+0.08%)
...grations/0015_elementtype_allowed_transcription.py 100.00% <100.00%> (ø)
arkindex/documents/serializers/light.py 100.00% <100.00%> (ø)
arkindex/documents/serializers/ml.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 d011865...8d1c189. Read the comment docs.Edited by Bastien Abadie- Automatically resolved by Valentin Rigal
- Automatically resolved by Valentin Rigal
added 13 commits
-
5d0b675e...a3a57c55 - 4 commits from branch
master
- 0b2294a8 - Add allowed_transcription field to ElementType
- ecda55aa - Allow line transcriptions for elements types containing line word in the migration
- a352f752 - Update TranscriptionCreate validation
- 814ad487 - Handle manual sources for created transcriptions
- 3ae6ca4f - Do handle manual source in the DataSource serializer field
- 4f883f82 - Only allows for a manual transcription to be created
- 04c590ad - Update manual transcription endpoint
- 4795a89a - Update existing tests
- d83f6a9d - Add tests
Toggle commit list-
5d0b675e...a3a57c55 - 4 commits from branch
- Resolved by Valentin Rigal
- Automatically resolved by Valentin Rigal
- Automatically resolved by Valentin Rigal
- Automatically resolved by Valentin Rigal
mentioned in merge request !772 (merged)
added 12 commits
-
1ef0802f...66e824af - 2 commits from branch
master
- 6eea96af - Add allowed_transcription field to ElementType
- e02dbe3e - Allow line transcriptions for elements types containing line word in the migration
- b054a398 - Update TranscriptionCreate validation
- d8f6126b - Handle manual sources for created transcriptions
- 594768cb - Do handle manual source in the DataSource serializer field
- c10c31c3 - Only allows for a manual transcription to be created
- e4fdce04 - Update manual transcription endpoint
- 1789b059 - Update existing tests
- 04ca735a - Add tests
- 1299a070 - Suggestions
Toggle commit list-
1ef0802f...66e824af - 2 commits from branch
Please register or sign in to reply