-
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: remove doctors from favorite #75
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #75 +/- ##
========================================
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. |
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.
Good job
… doctor from favorite
c672a33
to
3674691
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 job
What does this PR do?
This PR adds the functionality to remove certain doctors from the favorite section within the Medica app.
Description:
Implemented functionality to allow users to remove doctors from their favorites.
Changes Made:
Enhanced the favorite Doctor screen , to only remove doctor from favorite based on who is clicked
Added logic to filter and display only favorite doctors in the favorite section.
Implemented the handleRemove function to update the state and remove doctors from the favorite list.
Screenshots: