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

Implement CourseList classes in the old scraping and searching modules #1

Closed didriksi closed 3 years ago

didriksi commented 3 years ago

This is done in the simplest way possible in the scraping part, only using the list classes once at the very end, to save the courses. Will work on searching interface soon.

didriksi commented 3 years ago

Ended up not using it during scraping because of speed, and could still work some more on making the search module smoother. There are also some unused functions there now that should be removed, but this is done enough for me to close the issue now.