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

As a data editor, I want people records with VIAF URIs and no birth or death date to have dates automatically populated from VIAF data. #819

Closed jerielizabeth closed 2 months ago

jerielizabeth commented 2 months ago

testing notes

  1. From the main django admin page, access log entries in the administration section at the bottom
  2. You should see log entries for all the person records that were updated by the data migration
  3. Clicking a log entry should take you to the record for that person
  4. Check a few records to confirm the birth and death dates are set as expected, and that the log entry accurately documents the change

dev notes

write data migration to:

code for the first part is here: https://github.com/Princeton-CDH/mep-django/issues/801#issuecomment-2062202677

jkotin commented 2 months ago

Perfect.