Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

New importing books #802

Closed quadrismegistus closed 5 months ago

quadrismegistus commented 5 months ago

Book import/export

codecov[bot] commented 5 months ago

Codecov Report

Merging #802 (a745d25) into develop (41b4afd) will increase coverage by 0.02%. The diff coverage is 98.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #802 +/- ## =========================================== + Coverage 97.54% 97.56% +0.02% =========================================== Files 229 230 +1 Lines 13012 13171 +159 Branches 81 81 =========================================== + Hits 12692 12850 +158 - Misses 317 318 +1 Partials 3 3 ```
rlskoeser commented 5 months ago

@quadrismegistus could you make an issue about the duplicate subjects with brief note about whatever you've figured out so far? (no need to do further investigation) It might be fixable with data + model migration

rlskoeser commented 5 months ago

about the indexing after import/update - I don't want the command-line indexing to be available/encouraged as an ongoing thing (ok as a one-time thing if needed). Does django-i-e let you customize the import screen to provide details to users about the import? Where do you tell them which fields will be imported, and is there a place you can say something like, don't import more than 1000 rows at a time ?