12 Commits (cd4fb8fb7dd896a8d8d6e28a9e79cafafd390b58)

Author SHA1 Message Date
fdai7207 cd4fb8fb7d implement the verifyPassword() function in the getNewEmployeeCredentials() so that the validity of the password can be checked twice. 2 years ago
fdai7207 69a25cfa6a implemented unit tests for the new function verifyPassword() and changed the .txt files name while adding a new .txt file for personal emoyees data. 2 years ago
fdai7207 0ec4eadc97 refactoring: made code more readable by changing some variable name in the isValidPassword() function and added some documentation. 2 years ago
fdai7207 39fce8d436 implement the isValidPassword() function in the getNewEmployeeCredentials() function in order to check the validity of the entered password. 2 years ago
fdai7207 17327b8e43 implement unit tests for the function isValidPassword(). 2 years ago
fdai7207 25b42cd0c0 refactoring: changed some variabales names in createEmployeeAccount.c for better readability. 2 years ago
fdai7207 fed4a0a3ad implement the isValidEmployeeID() in the getNewEmployeeCredentials to check Id's validity 2 years ago
fdai7207 5e72e1f652 optimised the isValidEmployeeID() function and its unit tests 2 years ago
fdai7207 e570fb9f66 refactoring: changed some variables names and added some comments for documentation and enhanced the getnewEmployeeCredentials function. 2 years ago
fdai7207 7cf0febf28 implement the getNewEmployeeCredentials() function in order for the user to sign up as an employee 2 years ago
fdai7207 affa82bc3d implement unit tests for the function createNewEmployee() 2 years ago
fdai7207 906ee12708 implement unit tests for the function isValidEmployeeID() 2 years ago