Consider and implement a route to return all information for home page #163
Labels
epic:homepage
Issues related to home page for ALUM app
stack:backend
All issues strictly involving backend work has this tag
Requirements for feature
The Home Page is going to be the landing page for the app and it needs the data to populate it. The goal of this task is to create a backend route to return all the information necessary for the Home Page. Note that the home page requires data pulled from various places (see Figma for details). Note that Home Page is similar for both Mentee and Mentor so it might be possible to have it be under one route instead of separate routes for mentee and mentor (choice is left to the developer).
Something to also note is that there are different versions of Upcoming and Last Session for the home page (see below). It is important that we keep track of the state of each session so that Frontend knows which of the sections options to use.
Any context for feature
This isn't a RESTful design however it may be beneficial for our case since it limits the number of call's needed for the Home Page.
Resources / tips for development
See PR #92 for info on how to get Session Information
See PR #73 for info on how to get User Information
The text was updated successfully, but these errors were encountered: