Closed robsv closed 1 week ago
Before cutover: Schedule 1 hour of time with Virginia and HQ where the DIS database will not be accessed
Script for cutover: 1) Shut down DIS website 2) Modify dis_responder to change tag interpretation in get_migration_data and show_doi_authors - check all #TAG comments for further instructions 3) Run ETL program to convert current tags to new format 4) Commit new programs to repo 5) Rebuild GCR container 6) Rebuild container and start DIS website
Cutover complete
Modify the data type for jrc_tag. It is currently a list of strings. It should change to a list of dictionaries:
FROM: ["Jennifer Lippincott-Schwartz Lab", "4D Cellular Physiology"]
TO: [{"code": "093226", "name": "Jennifer Lippincott-Schwartz Lab" }, {"code": "SUPERVISORY_ORGANIZATION-3-1088", "name": "4D Cellular Physiology" } ]
Code changes required:
New programs required: