-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Cancel appointment #90
Conversation
4a0e6b4
to
26ad90d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #90 +/- ##
========================================
Coverage 72.22% 72.22%
========================================
Files 3 3
Lines 18 18
Branches 3 3
========================================
Hits 13 13
Misses 5 5 ☔ View full report in Codecov by Sentry. |
26ad90d
to
8df0e46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
// backgroundColor: | ||
// theme === "light" | ||
// ? Colors.others.white | ||
// : Colors.others.black, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented codes
// backgroundColor: | ||
// theme === "light" ? Colors.others.white : Colors.others.black, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
even here
8df0e46
to
12eaf93
Compare
Title: Cancel Appointment
Description:
This pull request Implements a feature that helps the user to cancel appointment where they will be asked to state the reason for canceling and then get a notification after successful cancelling of appointment
Screenshots