osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

Import Gallery data from old production site #637

Open ramereth opened 6 years ago

ramereth commented 6 years ago

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:

CSV Exports

The CSV exports are split into two types of Drupal Views:

  1. metadata view
  2. 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:

CarvellWakeman commented 6 years ago

Code for his is basically done, Brennan and I are going to do more testing on it locally and then on dev before I call this one done.

hertelc commented 6 years ago

I can see the Gallery items, but the files don't appear to be there for download or viewing? @ramereth

http://drupal.streamwebs.org/node/2686/gallery https://streamwebs-staging.osuosl.org/sites/wenaha-river/

jerry-peng commented 6 years ago

@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)