RSalman / TutorBackend

Uber for tutors backend (capstone project)
1 stars 0 forks source link

Request History for Tutees #79

Closed sarmadhashmi closed 7 years ago

sarmadhashmi commented 7 years ago

Add a student requests controller so we can show request history for tutees, also return user_rating fields when returning pending/accepted requests for tutors.

sarmadhashmi commented 7 years ago

Yep, thought about that but tutor_requests_controller is becoming really huge. I think we should move anything related to student requests to a student_requests_controller (i.e: request a tutor, review a tutor, etc.). What do you think? It's a nice separation and keeps controllers light.

pliu commented 7 years ago

OK; either way works so... LGTM