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

Modified User Route for User Management Redesign #2595

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Nov 11, 2024

  1. Added get user route

    - Added get user route
    	- For fetching details of other users
    - Added additional permissions check for change password
    	- Allowing district admins and above to change password
    - Enable username search for FacilityUsers
    Jacobjeevan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7fc9ca3 View commit details
    Browse the repository at this point in the history
  2. added tests

    Jacobjeevan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    601ab9b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Added additional tests

    - Added last_login as a field in UserSerializer
    	- To access login time for user detail queries
    - Tweaked error messages to follow similar format
    Jacobjeevan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    537e6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff3510 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 25, 2024

  1. changed password perms

    Jacobjeevan committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7c6ee37 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Nov 28, 2024

  1. add test for coverage

    Jacobjeevan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    41563b6 View commit details
    Browse the repository at this point in the history