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 user actions #16

Merged
merged 89 commits into from
Aug 1, 2024
Merged

Add user actions #16

merged 89 commits into from
Aug 1, 2024

Conversation

arkadiuszbachorski
Copy link
Collaborator

@arkadiuszbachorski arkadiuszbachorski commented Jul 21, 2024

Add user actions

♻️ Current situation & Problem

Users need to be able to create/delete/update Users and Patients

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 Jul 21, 2024

Codecov Report

Attention: Patch coverage is 18.36735% with 480 lines in your changes missing coverage. Please review.

Project coverage is 45.03%. Comparing base (720a0df) to head (13197ef).

Files Patch % Lines
app/(dashboard)/users/UserForm.tsx 0.00% 41 Missing ⚠️
app/(dashboard)/patients/page.tsx 0.00% 30 Missing and 1 partial ⚠️
app/(dashboard)/users/[id]/page.tsx 0.00% 31 Missing ⚠️
app/(dashboard)/patients/[id]/page.tsx 0.00% 30 Missing ⚠️
modules/firebase/utils.ts 0.00% 26 Missing and 2 partials ⚠️
app/(dashboard)/patients/PatientForm.tsx 0.00% 27 Missing ⚠️
modules/user/queries.tsx 0.00% 25 Missing and 1 partial ⚠️
app/(dashboard)/users/page.tsx 0.00% 24 Missing and 1 partial ⚠️
app/(dashboard)/users/UserMenu.tsx 0.00% 22 Missing ⚠️
modules/user/table.tsx 0.00% 21 Missing ⚠️
... and 19 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #16       +/-   ##
===========================================
- Coverage   55.87%   45.03%   -10.83%     
===========================================
  Files          99      126       +27     
  Lines         938     1397      +459     
  Branches      169      238       +69     
===========================================
+ Hits          524      629      +105     
- Misses        390      744      +354     
  Partials       24       24               
Files Coverage Δ
...ges/design-system/src/components/Button/Button.tsx 100.00% <ø> (ø)
...design-system/src/components/Calendar/Calendar.tsx 100.00% <100.00%> (ø)
...es/design-system/src/components/Calendar/index.tsx 100.00% <100.00%> (ø)
...gn-system/src/components/DatePicker/DatePicker.tsx 100.00% <100.00%> (ø)
.../design-system/src/components/DatePicker/index.tsx 100.00% <100.00%> (ø)
...ges/design-system/src/components/Dialog/Dialog.tsx 100.00% <100.00%> (ø)
...ages/design-system/src/components/Dialog/index.tsx 100.00% <100.00%> (ø)
...ystem/src/components/DropdownMenu/DropdownMenu.tsx 73.81% <ø> (ø)
...s/design-system/src/components/Popover/Popover.tsx 100.00% <100.00%> (ø)
...ges/design-system/src/components/Popover/index.tsx 100.00% <100.00%> (ø)
... and 36 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 720a0df...13197ef. Read the comment docs.

Base automatically changed from arek/list-users to main July 23, 2024 18:52
@arkadiuszbachorski arkadiuszbachorski marked this pull request as ready for review July 30, 2024 18:45
@arkadiuszbachorski arkadiuszbachorski merged commit 13821c1 into main Aug 1, 2024
8 of 10 checks passed
@arkadiuszbachorski arkadiuszbachorski deleted the arek/add-user-actions branch August 1, 2024 15:48
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