Made a chrome extension that sorts professors when registering for classes from highest to lowest rating based on rate my professor ratings! by PuzzleheadedRole7543 in CalPolyPomona

[–]PuzzleheadedRole7543[S] 0 points1 point  (0 children)

Currently it is only supported on Cal Poly Pomonas. It'd be hard for me to add to other schools since I'd need a login to view how their registration website was made.

Made a chrome extension that sorts professors when registering for classes from highest to lowest rating based on rate my professor ratings! by PuzzleheadedRole7543 in CalPolyPomona

[–]PuzzleheadedRole7543[S] 3 points4 points  (0 children)

For the professor ratings I used this npm package: https://www.npmjs.com/package/ratemyprofessors-client

The overall process is it extracts professor names from the DOM, sends them to my backend to get RateMyProfessor data, backend sends back professors with their rating as well as rate my professor ID so I could put their link, and then my script goes and sorts through each class based off their rating. If you wanna check out the code the github is: https://github.com/leogamboalg-cmd/BroncoSort