add text orientation property to transcriptions (editable in admin)
Closed
add text orientation property to transcriptions (editable in admin)
text-orientation
into
master
All threads resolved!
All threads resolved!
closes #850 (closed) #851 (closed) #852 (closed) #853 (closed) #854 (closed) #855 (closed) kind of accidentally because I started fixing the tests that broke
Edited by ml bonhomme
Merge request reports
Activity
assigned to @mlbonhomme
added 1 commit
- 77456ae6 - fix schema issue + have text orientation in bulk endpoint too
added 16 commits
-
77456ae6...f8aa3e8f - 14 commits from branch
master
- fb293416 - add text orientation property to transcriptions (editable in admin)
- 1c7023ed - fix schema issue + have text orientation in bulk endpoint too
-
77456ae6...f8aa3e8f - 14 commits from branch
added 1 commit
- 1e21e475 - remove required=False from transcription serializer
added 8 commits
-
09050dc2...d0af1cf1 - 4 commits from branch
master
- 32d583fc - add text orientation property to transcriptions (editable in admin)
- 5ae32482 - fix schema issue + have text orientation in bulk endpoint too
- b6513b26 - remove required=False from transcription serializer
- d1360c28 - add missing default value on some endpoints
Toggle commit list-
09050dc2...d0af1cf1 - 4 commits from branch
- Resolved by ml bonhomme
This is missing some unit tests:
- Test that a user can use
CreateTranscription
to send an orientation - Test that
CreateTranscription
without any orientation uses the default value (probably already verified by existing tests) - Test that
CreateTranscription
with an invalid orientation returns an error - Test that a user can use
CreateElementTranscriptions
to send an orientation - Test that
CreateElementTranscriptions
without any orientation uses the default value (probably already verified by existing tests) - Test that
CreateElementTranscriptions
with an invalid orientation returns an error - Test that
PartialUpdateTranscription
can be used to update the orientation - Test that
PartialUpdateTranscription
with an invalid orientation returns an error - Test that
PartialUpdateTranscription
without any orientation does not change the orientation (probably already verified by existing tests) - Test that
UpdateTranscription
can update a transcription's orientation - Test that
UpdateTranscription
with an invalid orientation returns an error
- Test that a user can use
- Resolved by ml bonhomme
- Automatically resolved by ml bonhomme
marked this merge request as draft from cdf385c7
Please register or sign in to reply