JaneliaSciComp / dis-utilities

Utilities for Data and Information Services
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Modify data type for jrc_tag #88

Closed robsv closed 1 week ago

robsv commented 2 months ago

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:

robsv commented 1 month 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

robsv commented 1 month ago

Cutover complete