didriksi / course-search

Scrape the websites of the University of Oslo to get data on course dependencies, and make it searchable.
1 stars 0 forks source link

Make a more sensible set of requirement parameter types in CourseListPrimitive #5

Open didriksi opened 3 years ago

didriksi commented 3 years ago

CourseListPrimitive can now take additive and excluding course parameters, but perhaps it would make more sense to have union and intersection types? Or those two as well as excluding?