sul-cidr / scriptchart-backend

Admin UI and API for Scriptchart
https://db.syriac.reclaim.hosting/admin
MIT License
1 stars 0 forks source link

Feature/refactor #41

Closed simonwiles closed 5 years ago

simonwiles commented 5 years ago

These backend commits represent some restructuring of the database (with both schema and data migrations), and a new API endpoint which leverages the new structure. Old endpoints continue to function as before, so this can be merged and deployed without breaking existing interface instances.

codecov[bot] commented 5 years ago

Codecov Report

Merging #41 into develop will increase coverage by 5.6%. The diff coverage is 89.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #41     +/-   ##
==========================================
+ Coverage    75.81%   81.42%   +5.6%     
==========================================
  Files           15       26     +11     
  Lines          521      829    +308     
==========================================
+ Hits           395      675    +280     
- Misses         126      154     +28
Impacted Files Coverage Δ
scripts/migrations/0006_auto_20190507_2316.py 100% <100%> (ø)
scripts/tests/test_priority_field.py 100% <100%> (ø)
scripts/serializers.py 100% <100%> (ø) :arrow_up:
.../migrations/0010_add_coordinates_priority_field.py 100% <100%> (ø)
...dd_index_and_notnull_for_coordinates_msid_field.py 100% <100%> (ø)
scripts/letter_endpoint.py 100% <100%> (ø) :arrow_up:
scripts/tests/tests.py 100% <100%> (ø) :arrow_up:
scripts/migrations/0004_manuscript_slug.py 100% <100%> (ø)
scripts/admin.py 62.9% <100%> (+0.91%) :arrow_up:
...ipts/migrations/0007_add_coordinates_msid_field.py 100% <100%> (ø)
... and 17 more

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 bfb40d4...87f1bce. Read the comment docs.