pulibrary / pul_library_drupal

Deprecated - Princeton University Library Core Site Drupal Codebase
https://library.princeton.edu/
GNU General Public License v2.0
3 stars 0 forks source link

Set Up Feed Importer for Libguides Databases #1964

Closed kevinreiss closed 1 year ago

kevinreiss commented 1 year ago

Use the CSV output from https://github.com/pulibrary/lib_jobs/issues/442

This feed importer will populate the current Database content type with data now managed in libguides.

The fields that will be present in the CSV are listed in the issue linked above.

First Execute this in Staging, than repeat in Production

kevinreiss commented 1 year ago

Overlaying the existing data isn't straightforward. The Drupal Node ID is the only possible overlay key for existing databases in the Drupal site. This is stored in the friendly_url in guides. We aren't assigning friendly_urls to new databases in guides. If we use this as match point we will need to make sure guide DB managers follow this practice.

kevinreiss commented 1 year ago

https://github.com/pulibrary/lib_jobs/issues/486

kevinreiss commented 1 year ago

the guide assets are now sync'ed up with the website. When the lib_jobs ticket 486 is done we can put a daily sync'd of the systems into production.

kevinreiss commented 1 year ago

Deployed prod. Will pull new database updates every hour. Closing