imGaurav3 / 295b_final_project

Repo for Master's Final Project for stress management application
0 stars 1 forks source link

Connect Signin & Signup questionnaire APIs with their frontend pages #29

Closed imGaurav3 closed 6 months ago

imGaurav3 commented 6 months ago

Connect Sign in & Signup questionnaire APIs with their frontend pages

Here are the values needed for certain columns from frontend: For column mood: happy, sad, neutral For column time_preference: latest, mid, old

time_preference should map to the following values in frontend latest: 2022+ mid: 2010 - 2021 old: <2010

Image

Update the "Are you in the mood for a new release or a classic?" section of the signinquestionairre page accordingly.

All the APIs for the questionnaire are on the questionnaire.js page in the backend.