uprm-inso4101-2023-2024-S1 / semester-project-tutoring-app

semester-project-tutoring-app created by GitHub Classroom
6 stars 4 forks source link

Team 3 - Update Recommended Tutors Section #124

Closed G4vp closed 12 months ago

G4vp commented 1 year ago

Advanced (8 pts ) * Urgent (8pts) = 64 pts This task will be worked on by two people.

yamgram7 commented 1 year ago

My part is done:

  1. Created a PostgreSQL function that serves as a query for the recomendedTutors. As of now, it will recommend tutors based on the active courses of the student as seen in the student_tutor_course_relationship table in our database. Each active course is associated with a tutor. We take that tutor and fetch its necessary information for the recommendedTutor cards from the users table.

Image

  1. Updated tutor card to query from the database

Image