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

Add basic appointments #33

Merged
merged 14 commits into from
Aug 20, 2024
Merged

Add basic appointments #33

merged 14 commits into from
Aug 20, 2024

Conversation

arkadiuszbachorski
Copy link
Collaborator

Add basic appointments

♻️ Current situation & Problem

Adds basic support for appointments

Code of Conduct & Contributing Guidelines

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

@arkadiuszbachorski arkadiuszbachorski merged commit df2af2e into main Aug 20, 2024
8 checks passed
@arkadiuszbachorski arkadiuszbachorski deleted the arek/appointments branch August 20, 2024 15:20
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 19.87952% with 133 lines in your changes missing coverage. Please review.

Project coverage is 31.71%. Comparing base (13dab0e) to head (ab826f7).
Report is 1 commits behind head on main.

Files Patch % Lines
app/(dashboard)/patients/[id]/AppointmentForm.tsx 0.00% 38 Missing ⚠️
app/(dashboard)/patients/[id]/Appointments.tsx 0.00% 22 Missing ⚠️
app/(dashboard)/patients/actions.tsx 0.00% 19 Missing ⚠️
app/(dashboard)/patients/[id]/AppointmentMenu.tsx 0.00% 18 Missing ⚠️
modules/firebase/models/medication.ts 0.00% 13 Missing ⚠️
...stem/src/components/DataTable/DataTable.columns.ts 20.00% 8 Missing ⚠️
app/(dashboard)/patients/utils.ts 0.00% 5 Missing ⚠️
...design-system/src/components/Calendar/Calendar.tsx 85.19% 4 Missing ⚠️
app/(dashboard)/patients/[id]/page.tsx 0.00% 2 Missing ⚠️
modules/firebase/utils.ts 0.00% 2 Missing ⚠️
... and 2 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
- Coverage   32.78%   31.71%   -1.07%     
==========================================
  Files         145      151       +6     
  Lines        1968     2123     +155     
  Branches      335      358      +23     
==========================================
+ Hits          645      673      +28     
- Misses       1294     1421     +127     
  Partials       29       29              
Files Coverage Δ
app/(dashboard)/patients/[id]/Allergies.tsx 0.00% <ø> (ø)
app/(dashboard)/patients/[id]/AllergyMenu.tsx 0.00% <ø> (ø)
app/(dashboard)/patients/[id]/LabMenu.tsx 0.00% <ø> (ø)
...s/design-system/src/components/DataTable/index.tsx 100.00% <100.00%> (ø)
...ackages/design-system/src/components/Tabs/Tabs.tsx 0.00% <ø> (ø)
...design-system/src/components/Textarea/Textarea.tsx 100.00% <100.00%> (ø)
...es/design-system/src/components/Textarea/index.tsx 100.00% <100.00%> (ø)
app/(dashboard)/patients/[id]/Labs.tsx 0.00% <0.00%> (ø)
...gn-system/src/components/DatePicker/DatePicker.tsx 92.31% <50.00%> (ø)
app/(dashboard)/patients/[id]/page.tsx 0.00% <0.00%> (ø)
... and 9 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 13dab0e...ab826f7. Read the comment docs.

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