ConorRoberts / dogs-barking

https://dogs-barking.ca/
6 stars 1 forks source link

Determine and document how we will use the degree planner structure to validate degree plans #82

Closed ConorRoberts closed 2 years ago

ConorRoberts commented 2 years ago

For program validation

Recursively test if the courses listed in a plan (and the courses they require) fulfill a programs requirements

Plan will come in as a list of courses and we will have to fetch the requirements of these courses

ConorRoberts commented 2 years ago

Should definitely start with just validating a plan on whether or not the plan meets the requirements of the courses it contains

ConorRoberts commented 2 years ago

Primitive first draft is implemented. Validation is done on the frontend within the isRequirementMet function that is implemented within a number of components