Madgrades / madgrades-extractor

UW-Madison course and grade distribution data extraction tool.
MIT License
14 stars 4 forks source link

Swap incorrectly-named Subject data fields #21

Closed rittvic closed 1 year ago

rittvic commented 1 year ago

Initially, the name and code Subject data fields were incorrectly named as vice versa (i.e., code -> name, name -> code). So, I swapped these two fields to its correct value for proper readability.

This doesn't produce any noticeable breaking changes after doing some small tests with grade reports, but I am not 100% sure if everything works as intended. Theoretically, everything should work fine.