jonbiemond / BCIT-Flex

A website for easily navigating BCIT courses and offerings.
https://www.bcitflex.tech
MIT License
10 stars 8 forks source link

Add link to RMP on Offering #30

Open jonbiemond opened 10 months ago

jonbiemond commented 10 months ago

Add a link to the relative Rate My Professor page in course offering.

kshitiz305 commented 10 months ago

I wish to contribute to this may I know what is the link

jonbiemond commented 10 months ago

@kshitiz305 Thanks for your help! You can find a list of ids in resources/bcit_rate_my_professors.txt. These should be added to a table in the database. The link on the front end would then be: https://www.ratemyprofessors.com/professor/<rmp_id>

One challenge will be matching the offering instructor to the id as all we have is the name to lookup, which, as we know, is not unique.