sul-cidr / scriptchart-backend

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

Add display Boolean field to Manuscripts #13

Closed broadwell closed 5 years ago

broadwell commented 5 years ago

This change to the Django/DB schema for Manuscripts adds a Boolean "display" field (default=False) which can be used to indicate which manuscripts are the "core" manuscripts that are meant to be used in the scriptchart interface. In theory, this DB "migration" (change) should be automatically applied during the CI deploy process when develop is merged into master.

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into develop will increase coverage by 0.43%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #13      +/-   ##
==========================================
+ Coverage    65.96%   66.4%   +0.43%     
==========================================
  Files           12      13       +1     
  Lines          382     387       +5     
==========================================
+ Hits           252     257       +5     
  Misses         130     130
Impacted Files Coverage Δ
scripts/admin.py 61.98% <ø> (ø) :arrow_up:
scripts/serializers.py 100% <ø> (ø) :arrow_up:
scripts/migrations/0003_manuscript_display.py 100% <100%> (ø)
scripts/models.py 83.63% <100%> (+0.3%) :arrow_up:

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 9bc95cc...34f8a94. Read the comment docs.