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

Handle Partial Updates to User Profile in updateProfile Function #166

Merged
merged 11 commits into from
Sep 10, 2024

Commits on Jul 14, 2024

  1. Merge pull request #4 from sef-global/main

    latest
    mayura-andrew authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    19b6e96 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    cfd59e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3604289 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    2cdce35 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    350d485 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    adda905 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    5013738 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    996760f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    1401096 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Refactor profile update logic to use a single updateData object

    Instead of directly passing individual fields to the updateProfile function, refactor the logic to use a single updateData object. This object contains the updated fields for the profile, such as primary_email, first_name, last_name, and image_url. This change improves code readability and maintainability.
    
    Related to sef-global#165
    mayura-andrew committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e1ef71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f0de5 View commit details
    Browse the repository at this point in the history