CS342 / 2023-Utah

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

modified querySurvey function, added survey list to trends page #112

Closed ivyalin2015 closed 1 year ago

ivyalin2015 commented 1 year ago

Questionnaire History Page

:recycle: Current situation & Problem

We currently lack a way for users to look at their previous Questionnaire responses.

:bulb: Proposed solution

We made a Questionnaire History view. We also implemented functionality to pull survey scores and survey responses.

:gear: Release Notes

N/A

:heavy_plus_sign: Additional Information

N/A

Related PRs

N/A

Testing

We didn't add any tests currently. This is because the UI is not complete yet, and will be independent from the Trends Page.

Reviewer Nudging

Where should the reviewer start? Where is a good entry point?

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

codecov[bot] commented 1 year ago

Codecov Report

Merging #112 (f0ae7bc) into main (f99ba30) will increase coverage by 2.52%. The diff coverage is 43.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   82.51%   85.03%   +2.52%     
==========================================
  Files          55       58       +3     
  Lines        1795     1950     +155     
==========================================
+ Hits         1481     1658     +177     
+ Misses        314      292      -22     
Impacted Files Coverage Δ
UtahModules/Sources/UtahTrends/DQRowView.swift 0.00% <0.00%> (ø)
...Sources/UtahTrends/DetailedQuestionnaireView.swift 2.64% <2.64%> (ø)
...ces/UtahSharedContext/SourceFirestoreManager.swift 85.85% <78.58%> (-6.05%) :arrow_down:
...Modules/Sources/UtahTrends/SurveyHistoryList.swift 100.00% <100.00%> (ø)
UtahModules/Sources/UtahTrends/Trends.swift 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f99ba30...f0ae7bc. Read the comment docs.