personal info about the login user, this info can be used to further remove the person
the login user who's info we are deleting from the login user-table
personal info about the login user, this info can be used to further remove the person
the login user whose info we are deleting from the database
name that we are filtering on (or undefined if not filtering on name)
email that we are filtering on (or undefined if not filtering on email)
asc or desc if we want to sort on name, undefined if we are not sorting on name
asc or desc if we are sorting on email, undefined if we are not sorting on email
a given email status to filter on or undefined if we are not filtering on a status
the filtered loginUsers with their person data in a promise
a list of all the login user objects in the database
promise with the found data, or promise with null inside if no loginUser has the given id
get a list of years that should be visible for the login_user with given id
Sets the is_admin field of the loginuser to IsAdmin
the id of the loginUser whose field we are updating
the new value of is_admin
a promise with the updated entry, the person object is also included
Sets the is_coach field of the loginUser to isCoach
a promise with the updated entry, the person object is also included
the updated entry in the database
Generated using TypeDoc
the login user who's info we are deleting from the login user-table