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: Populate logged in user information on both dashboard and profile section #152

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

Irirwanirira
Copy link
Contributor

@Irirwanirira Irirwanirira commented Jun 13, 2024

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:

  • Fetched patient data from the patients table.

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

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (9f2b58e) to head (e25d1aa).

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

@Irirwanirira Irirwanirira self-assigned this Jun 13, 2024
@Irirwanirira Irirwanirira added the Need Review Requires reviews label Jun 13, 2024
@Irirwanirira Irirwanirira added this to the integrate Auth milestone Jun 13, 2024
@Irirwanirira Irirwanirira changed the title Feature: Fetch Patients from Database and Display on UI Feature: Populate logged in user information on both dashboard and profile section Jun 13, 2024
@23nosurrend 23nosurrend self-requested a review June 14, 2024 11:21
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!!!

@Irirwanirira Irirwanirira requested review from 23nosurrend and removed request for mr3nz1 June 14, 2024 11:23
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.

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
@Nkbtemmy Nkbtemmy merged commit 4ea6ab9 into develop Jun 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Populate logged in user information on both dashboard and profile section
6 participants