sul-dlss / course_reserves

rails app used by patrons looking up course reserve info and lib staff entering course reserve info
1 stars 1 forks source link

Adding course_work_content directory #477

Closed hudajkhan closed 1 year ago

hudajkhan commented 1 year ago

The XML from registry harvester is currently stored in course_work_xml. The new fetch_courses rake task will use the MaIS APIs to write to the course_work_content directory. Ensuring the directory exists to be written to, and following the pattern of ignoring all the JSON files in this directory for git. Updating both main .gitignore and adding a .gitignore to the directory as well. (If only one of these approaches is needed, please let me know.)

cbeer commented 1 year ago

Should this be a capistrano linked_dir too?

https://github.com/sul-dlss/course_reserves/blob/master/config/deploy.rb#L34

hudajkhan commented 1 year ago

Yes, will make that change.