jreinstra / planner

Main repository for cardinal planner project.
MIT License
1 stars 1 forks source link

Better handling of prereqs #216

Closed jreinstra closed 7 years ago

jreinstra commented 7 years ago

Prerequisites for classes could be parsed and handled better - add links to courses and also "this course is a prereq for ...."

jreinstra commented 7 years ago

Also:

"Iterated integrals, line and surface integrals, vector analysis with applications to vector potentials and conservative vector fields, physical interpretations. Divergence theorem and the theorems of Green, Gauss, and Stokes. Prerequisite: 51 or equivalents."

If code not found, then auto-append code of current dept.

jreinstra commented 7 years ago

Overview plan: Create a new crawl script that traverses through course descriptions and generates a list of course IDs and codes as a separate course field. After something like "requisite" or "ecommend" is found in desc, try each set of two words w/ append like above comment and find any matched courses.

Then, display these courses on the course detail page as a list of linked buttons or links.