Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider and implement a route to return all information for home page #163

Open
Tracked by #124
adhi0331 opened this issue Oct 13, 2023 · 0 comments · May be fixed by #165
Open
Tracked by #124

Consider and implement a route to return all information for home page #163

adhi0331 opened this issue Oct 13, 2023 · 0 comments · May be fixed by #165
Assignees
Labels
epic:homepage Issues related to home page for ALUM app stack:backend All issues strictly involving backend work has this tag

Comments

@adhi0331
Copy link
Member

adhi0331 commented Oct 13, 2023

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.

Screenshot 2023-10-12 at 8 10 36 PM

  • [] Return necessary user information
  • [] Return necessary sessions information with correct state

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

@adhi0331 adhi0331 added stack:backend All issues strictly involving backend work has this tag epic:homepage Issues related to home page for ALUM app labels Oct 13, 2023
@YashRavipati1 YashRavipati1 linked a pull request Oct 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic:homepage Issues related to home page for ALUM app stack:backend All issues strictly involving backend work has this tag
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants