connerdavis47 / scu-courses

A web application that suggests class schedules to students at Santa Clara based on their degree progress.
MIT License
1 stars 0 forks source link

Indicate arbitrary core/degree requirements #18

Closed connerdavis47 closed 5 years ago

connerdavis47 commented 5 years ago

We need to clearly indicate to users which buttons and sections will not be factored into the algorithm because they're too arbitrary to parse. This should be simple because the only parse-able sections are direct course lists. Any item that is not either a course or list of courses will be tossed by the algorithm.

connerdavis47 commented 5 years ago

Resolved by #20