You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add files to pull to data_scripts/pull-files.sh using wget
Create a data_scripts/get_gallery_images.py (and similar scripts for the other file types) which imports the files into the data model. You can look at data_scripts/get_site_images.py as an example of how this is done
Add the python scripts to the end of data_scripts/get_all.sh after ./get_site_images.py
CSV Exports
The CSV exports are split into two types of Drupal Views:
metadata view
URL to gallery file
There are also currently two types of exports, one for images and another for files. Specifically, you can use the following urls for the data:
@ramereth Can you help me export gallery journal entries/videos?
Model for Journal Entries: "Title", "Journal Entry Field", "Post Date", "Nid", "Uid", "Site Name"
Model for videos: "Title", "Description", "Post Date", "Nid", "Uid", "Site Name", "Filename", "Gallery Video" (Link to drupal site)
We need to work on importing data from the old production site for the gallery feature to be fully complete. To do that, we need to do the following:
csvs
directorydata_scripts/pull-files.sh
using wgetdata_scripts/get_gallery_images.py
(and similar scripts for the other file types) which imports the files into the data model. You can look atdata_scripts/get_site_images.py
as an example of how this is donedata_scripts/get_all.sh
after./get_site_images.py
CSV Exports
The CSV exports are split into two types of Drupal Views:
There are also currently two types of exports, one for images and another for files. Specifically, you can use the following urls for the data:
The text was updated successfully, but these errors were encountered: