CS342 / 2023-Utah

The CS342 2023 U-STEP Project
MIT License
0 stars 3 forks source link

Retrieve questionnaire scores for display #90

Closed jenlmoore closed 1 year ago

jenlmoore commented 1 year ago

Problem

We need to display the questionnaire scores on the trends tab so need to fetch them from firebase.

Solution

Fetch scores from firebase and put in an array that can be used in the trends tab. Best way to do it is include it as a state variable so that when a user takes a survey, the trends tab is updated.

Additional context

No response

Code of Conduct

jenlmoore commented 1 year ago

Trends tab is being taken care of