Ryu-From-Streets / classcompass

CS320 PUMA2 semester project
6 stars 0 forks source link

Course Trees don't accurately represent course prerequisites 100% of the time #40

Closed Ryu-From-Streets closed 4 months ago

Ryu-From-Streets commented 5 months ago

Currently, course trees don't 100% accurately represent the prerequisites for a given course. This is mostly an integration issue, where the scraper created inconsistencies and a lot of the database had to be manually tweaked to work. However the current data structure for the prerequisites(a 2d array) doesn't capture all the possible ways prerequisites can be structured, so this needs to be fixed eventually. So far it works well enough, to provide some level of usability and proof of concept for the feature, but by 1.0 the new prerequisite data structure should be implemented and accommodated for in rendering the tree.

Ryu-From-Streets commented 4 months ago

Resolved with new prerequisite array