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

feat: Remove the NID field from the system user add/edit form #7697

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Oct 1, 2024

  1. Ask surname first in the User details form

    we often receive requests from countries to have the surname first in this form, we have decided to satisfy that requirement by putting surname first for ALL countries.
    
    #6830
    Siyasanga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9d4f064 View commit details
    Browse the repository at this point in the history
  2. Change name and surname labels for User Details form

    A request came for the clients to change the labels for "First name(s)" to "User's first name". Also change "Last name" to "User's surname" for clarity and less confussion.
    
    #6830
    Siyasanga committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    025b867 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Remove NID field from the user details form

    Remove the question that asks the user for a national ID number in this form as it is not required
    
    #6830
    Siyasanga committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a124bb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Remove lang suffix for FamilyName field

    We no longer need the suffixes for the FamilyName field since we not really using it anywhere
    
    #6830
    Siyasanga Mtshokotsha authored and Siyasanga Mtshokotsha committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    08556a2 View commit details
    Browse the repository at this point in the history
  2. Add migration to remove NID field from user

    A requirement from client to remove the NID field since most of the contries are not really using it.
    
    #6830
    Siyasanga Mtshokotsha authored and Siyasanga Mtshokotsha committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1d83f88 View commit details
    Browse the repository at this point in the history