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

Simplify allergies type and add medication selection #34

Merged
merged 8 commits into from
Aug 24, 2024

Conversation

arkadiuszbachorski
Copy link
Collaborator

Simplify allergies type and add medication selection

♻️ Current situation & Problem

Finalizes medication selection and applies changes that emerged after the meeting.

Code of Conduct & Contributing Guidelines

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

Copy link

codecov bot commented Aug 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 73 lines in your changes missing coverage. Please review.

Project coverage is 31.00%. Comparing base (df2af2e) to head (209b517).
Report is 1 commits behind head on main.

Files Patch % Lines
app/(dashboard)/patients/utils.ts 0.00% 13 Missing and 4 partials ⚠️
app/(dashboard)/patients/actions.tsx 0.00% 14 Missing ⚠️
app/(dashboard)/patients/MedicationSelect.tsx 0.00% 8 Missing ⚠️
modules/firebase/models/allergy.ts 0.00% 8 Missing ⚠️
app/(dashboard)/patients/[id]/Allergies.tsx 0.00% 7 Missing ⚠️
app/(dashboard)/patients/[id]/AllergyForm.tsx 0.00% 7 Missing ⚠️
app/(dashboard)/patients/clientUtils.ts 0.00% 7 Missing ⚠️
app/(dashboard)/patients/Medications.tsx 0.00% 4 Missing ⚠️
app/(dashboard)/patients/[id]/page.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   31.71%   31.00%   -0.70%     
==========================================
  Files         151      153       +2     
  Lines        2123     2171      +48     
  Branches      358      378      +20     
==========================================
  Hits          673      673              
- Misses       1421     1465      +44     
- Partials       29       33       +4     
Files Coverage Δ
app/(dashboard)/patients/[id]/AllergyMenu.tsx 0.00% <ø> (ø)
modules/firebase/models/medication.ts 0.00% <ø> (ø)
app/(dashboard)/patients/[id]/page.tsx 0.00% <0.00%> (ø)
app/(dashboard)/patients/Medications.tsx 0.00% <0.00%> (ø)
app/(dashboard)/patients/[id]/Allergies.tsx 0.00% <0.00%> (ø)
app/(dashboard)/patients/[id]/AllergyForm.tsx 0.00% <0.00%> (ø)
app/(dashboard)/patients/clientUtils.ts 0.00% <0.00%> (ø)
app/(dashboard)/patients/MedicationSelect.tsx 0.00% <0.00%> (ø)
modules/firebase/models/allergy.ts 0.00% <0.00%> (ø)
app/(dashboard)/patients/actions.tsx 0.00% <0.00%> (ø)
... and 1 more

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 df2af2e...209b517. Read the comment docs.

@arkadiuszbachorski arkadiuszbachorski merged commit bdea12a into main Aug 24, 2024
9 of 10 checks passed
@arkadiuszbachorski arkadiuszbachorski deleted the arek/handle-allergies-medication-selection branch August 24, 2024 09:04
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.

1 participant