bounswe / 2021SpringGroup11

Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
http://bounswe11.com.s3-website.us-east-2.amazonaws.com/
4 stars 0 forks source link

Update Get Enrolled Paths and Get Favorite Paths Endpoints #333

Closed kursatbakis closed 2 years ago

kursatbakis commented 2 years ago

In the user profile page, android app is supposed to display a list of user's enrolled and favorite paths. Backend only returns the list of _id's from the endpoints. For us to display these items, we need basic properties such as name, photo, effort, rating, isFav to these paths. Endpoints need to be updated.

EAltunoglu commented 2 years ago

In /path/get-enrolled-paths/ /path/get-followed-paths/, response body have needed properties.