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

Feature: Cancel appointment #90

Merged
merged 1 commit into from
May 24, 2024
Merged

Feature: Cancel appointment #90

merged 1 commit into from
May 24, 2024

Conversation

aimeudoxie
Copy link
Contributor

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

image

image

image

@aimeudoxie aimeudoxie added Feature Feature issues Need Review Requires reviews labels May 22, 2024
@aimeudoxie aimeudoxie added this to the Mobile App UI milestone May 22, 2024
@aimeudoxie aimeudoxie self-assigned this May 22, 2024
@aimeudoxie aimeudoxie force-pushed the ft-cancel-appointment branch from 4a0e6b4 to 26ad90d Compare May 23, 2024 13:34
@codecov-commenter
Copy link

codecov-commenter commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (0c10884) to head (12eaf93).

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.
📢 Have feedback on the report? Share it here.

@Irirwanirira Irirwanirira force-pushed the ft-cancel-appointment branch from 26ad90d to 8df0e46 Compare May 24, 2024 08:33
Copy link
Collaborator

@23nosurrend 23nosurrend left a comment

Choose a reason for hiding this comment

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

Great!

Comment on lines 74 to 77
// backgroundColor:
// theme === "light"
// ? Colors.others.white
// : Colors.others.black,
Copy link
Member

Choose a reason for hiding this comment

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

Remove commented codes

Comment on lines 87 to 88
// backgroundColor:
// theme === "light" ? Colors.others.white : Colors.others.black,
Copy link
Member

Choose a reason for hiding this comment

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

even here

@Irirwanirira Irirwanirira force-pushed the ft-cancel-appointment branch from 8df0e46 to 12eaf93 Compare May 24, 2024 08:59
@23nosurrend 23nosurrend requested a review from Nkbtemmy May 24, 2024 09:05
@Nkbtemmy Nkbtemmy merged commit 5514204 into develop May 24, 2024
13 of 14 checks passed
@Irirwanirira Irirwanirira linked an issue May 24, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature issues Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Cancel Appointment 07 (55-57)
5 participants