-
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: Populate logged in user information on both dashboard and profile section #152
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #152 +/- ##
========================================
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. |
49235e1
to
21b1408
Compare
21b1408
to
463de77
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!!!
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!
…llow dynmic build for ios and android # *fix(favoriteDoctors-screen):Enhance UI and add dark theme *fix(favoriteDoctors-screen):Enhance UI and add dark theme # *fix-doctor-details-screen-added *fix-SignupAndLogin-screen-added *fix-SignupAndLogin-screen-added *fix-AddNewCard-Screen-added *bg: fix appointment *feat:setting up the dark theme for some screens. *fix-doctor-details-screen-added bg: fix merge conflicts *fix-AddNewCard-Screen-added *bg: reset release commits *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android *bg: Adjust scollable onboarding screens *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android *bg: Adjust scollable onboarding screens *bg: onboarding alignment fix chore(config): setup eas for EAS builds - Setup Apple Appstore test flight and connect it to EAS - Configure EAS for iOS builds ft: populate user data
463de77
to
e25d1aa
Compare
Description
This pull request implements the functionality to fetch patient data from the database and display it on the user interface in the Medica app. Below are the key changes and additions made:
Database Integration:
UI Integration:
Displayed the patient data on the UI using FlatList for efficient rendering.
Implemented themes for the UI elements to support both dark and light modes.
Code Improvements:
Added TypeScript types to ensure type safety.
Improved error handling for better debugging and user feedback.
screenshots