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

Report set up #31

Merged
merged 5 commits into from
Mar 5, 2025
Merged

Report set up #31

merged 5 commits into from
Mar 5, 2025

Conversation

jennleww
Copy link
Contributor

@jennleww jennleww commented Feb 25, 2025

Cough Report

♻️ Current situation & Problem

The current app is lacking a cough report to provide trend summaries and insights for both user and doctors. This implements a new tab to view weekly monthly changes in cough with a graph interface to view cough frequency.

⚙️ Release Notes

  • Created daily, monthly, and weekly cough report cards
  • Increase/decrease in cough, peak times in coughs
  • Added button to view graph trends of daily weekly monthly coughs
    *Note: Currently uses fake cough data

✅ Testing

N/A

📝 Code of Conduct & Contributing Guidelines

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

Copy link
Contributor

@MiguelAFH MiguelAFH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed changes with Jenny. All changes are fine.

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 3.54610% with 136 lines in your changes missing coverage. Please review.

Project coverage is 52.66%. Comparing base (029893f) to head (b325aff).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
CoughSync/Report/FrequencyView.swift 0.00% 43 Missing ⚠️
CoughSync/Report/ReportCard.swift 0.00% 35 Missing ⚠️
CoughSync/Report/ReportView.swift 0.00% 25 Missing ⚠️
CoughSync/Report/TrendChart.swift 0.00% 24 Missing ⚠️
CoughSync/Report/CoughReportData.swift 0.00% 9 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   57.65%   52.66%   -4.99%     
==========================================
  Files          33       38       +5     
  Lines        1256     1396     +140     
==========================================
+ Hits          724      735      +11     
- Misses        532      661     +129     
Files with missing lines Coverage Δ
CoughSync/HomeView.swift 100.00% <100.00%> (+16.22%) ⬆️
CoughSync/Report/CoughReportData.swift 0.00% <0.00%> (ø)
CoughSync/Report/TrendChart.swift 0.00% <0.00%> (ø)
CoughSync/Report/ReportView.swift 0.00% <0.00%> (ø)
CoughSync/Report/ReportCard.swift 0.00% <0.00%> (ø)
CoughSync/Report/FrequencyView.swift 0.00% <0.00%> (ø)

... and 1 file 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 029893f...b325aff. Read the comment docs.

@MiguelAFH MiguelAFH enabled auto-merge (squash) March 5, 2025 05:32
@MiguelAFH MiguelAFH merged commit 5238df6 into main Mar 5, 2025
8 checks passed
@MiguelAFH MiguelAFH deleted the report branch March 5, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants