j-delaney / planner-helper

Easily fetch Rate My Professor, CAPEs, and grade distributions in UCSD's WebReg
https://chrome.google.com/webstore/detail/planner-helper/omoljdnncdeeglgmagijlamhjlagobep
24 stars 14 forks source link

Addressing the teacherReplace function issue #40

Open cameronellis opened 7 years ago

cameronellis commented 7 years ago

I was thinking about a more permanent solution to this naming problem than this. I've noticed that there's more than just these professors that are having naming issues.

We could use a separate file so that gradeDist.js, rmp.js, and cape.js could all use the function.

And instead of using a for loop and checking all of them, we could use a hashmap

Thoughts?

image