srct / schedules

Browse the GMU course catalog, professors, and build your course schedule
https://schedules.gmu.edu
Apache License 2.0
2 stars 0 forks source link

Update how section type is determined in Patriot Web parser #17

Open zacwood9 opened 4 years ago

zacwood9 commented 4 years ago

For ECE 286, Patriot Web reports that two of the recitation sections are labs, even though "recitation" is in the course title. Update the parser so that is "lab" or "recitation" is in the course title, use that for the section type, otherwise use what is reported in Patriot Web as a fallback.

See #load_sections in db/seeds.rb.