-
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: Action Menu 05(32-33) #70
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #70 +/- ##
========================================
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. |
23nosurrend
force-pushed
the
ft-favoriteDoctorSearch
branch
from
May 17, 2024 11:21
08da579
to
99de2d1
Compare
…f founds, and new notification when you search do not match
mr3nz1
approved these changes
May 17, 2024
Irirwanirira
approved these changes
May 17, 2024
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
23nosurrend
force-pushed
the
ft-favoriteDoctorSearch
branch
from
May 17, 2024 12:02
99de2d1
to
9f38d85
Compare
…d if it is selected
23nosurrend
force-pushed
the
ft-favoriteDoctorSearch
branch
from
May 17, 2024 12:06
9f38d85
to
874ccec
Compare
Nkbtemmy
approved these changes
May 17, 2024
23nosurrend
changed the title
Enhance Search Functionality with Result Count and No Results Feedback
Feature: Action Menu 05(32-33)
May 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description:
This pull request further enhances the user experience in our medical app by introducing additional features to the existing doctor categorization and search functionality. These enhancements include dynamically displaying the count of doctors found based on user search queries and providing feedback when no matches are found.
Features Implemented:
Dynamic Result Count Display:
This feature updates real-time as users type their search queries, improving interactivity and user engagement.
No Results Found Feedback:
This helps in improving the user experience by managing user expectations and guiding them on how to effectively use the search feature.
Dynamic Category Selection:
Enhanced the existing functionality to allow users to select different categories, filtering the displayed doctors accordingly. This is managed through a dynamic user interface element that adjusts the display based on the selected category.
Each category dynamically fetches data related to that specific specialization from a local JSON file, ensuring easy updates and modifications.
Fetch and Display Data from JSON:
Categorized Doctor Display:
UI Enhancements for Better User Experience:
Updated the user interface to support the new features including dynamic counting and no results feedback, enhancing both aesthetic and functional aspects of the app.
Screenshots