Load course data from the GMU Catalog
Summary
Right now, the only data that we have about courses is their names and what sections belong to them. The GMU Catalog provides great descriptions of each course along with prerecs. This data should be scraped, loaded into the DB, and displayed in the UI.
There also needs to be fields added to the Course
model for the description, credits, and prerequisites,
Helpful Links
See db/patriot_web_parser.rb
for an example of parsing HTML using Nokogiri.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information