196 Commits (859788e279cef7deb969ba2084bc425a024b1ea5)
 

Author SHA1 Message Date
fdai7207 affa82bc3d implement unit tests for the function createNewEmployee() 2 years ago
fdai7207 344d1be71c Merge branch 'feature/employees-infos-access' of https://gitlab2.informatik.hs-fulda.de/fdai7057/bankmanagement-system into feature/employees-infos-access 2 years ago
fdai7207 906ee12708 implement unit tests for the function isValidEmployeeID() 2 years ago
fdai7514 c60c470f08 removed unwanted directories and updated new Clearances in showGeneralInfoEmployee.c 2 years ago
fdai7057 c5dec7f704 Add preprocessor directives in four header files. 2 years ago
fdai7057 a18a4fed92 refactoring: The function test_toUnsignedInteger() is modified. The test now contains more test cases than before. Variables names are modified to increase readability. Assertions written under each other have been replaced with loops that verify them. 2 years ago
fdai7207 cda5d0bdad merge the feature/show-general-info-employee functions with feature/the-main-menu. 2 years ago
fdai7514 020388d740 Merge branch 'feature/show-general-info-employee' into 'feature/employees-infos-access' 2 years ago
fdai7514 df4d9ac7e0 Merge branch 'feature/employees-infos-access' into 'feature/show-general-info-employee' 2 years ago
fdai7514 f7a2bf74ac update with new Passwords in showGeneralInfoEmployee.c and test_showGeneralInfoEmployee.h 2 years ago
fdai7057 62186d36ae Implementation of unit tests for toUnsignedInteger(). 2 years ago
fdai7057 d7a102e3b1 refactoring: add more test cases and use easy names for arrays to increase readability. Assertions writen under each other have been replaced with loops that verify them. 2 years ago
fdai7057 59dbe0e96e Implementation of unit tests for everyCharacterIsDigit(). 2 years ago
fdai7057 fa12fdef2a Implementation of function everyCharacterIsDigit(). 2 years ago
fdai7057 d8f3b64d53 refactoring: change variable names to increase readability. 2 years ago
fdai7057 b8c357c667 bug fix: the behaviour of the function power() for 0 to the power of 0 and and for an exponent with the value 0 for any positive base in the range of the data type is not undefined anymore. 2 years ago
fdai7057 dcf1fc89bd refactoring: add more test cases 2 years ago
fdai7057 84da853102 Implementation of unit tests for power() and add line to build-script in order to call ceedling from there. 2 years ago
fdai7057 854366fd97 Implementation of function power(). 2 years ago
fdai7057 cd3e643660 fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago
fdai7207 fdf0bcd9ca refactoring: removed redundant code from the unit test of the employeeAccess() function. 2 years ago
fdai7207 098ce77c87 refactoring: changed some variables and some functions names for a better readability and optimized the employeesAccess() function 2 years ago
fdai7207 557709bdd6 implement the function inputEmployeeAccessCode() so that only employees can access the loginAsEmployee() function. 2 years ago
fdai7207 4622393844 implement unit tests for the function employeesAccess(). 2 years ago
fdai7207 be08357865 refactoring: removed redundant code from the unit test file test_employeeLogin.c, changed variable names and added som comments . 2 years ago
fdai7207 509362d0aa refactoring: changed some variable names for readability and used pointers to conserve memory in the functions CheckEmployeeCredentials() and EmployeeCredentials. 2 years ago
fdai7207 9c0a02dfbb implement the functions employeeCredentials() and loginAsEmployee() for employees to access their accounts. 2 years ago
fdai7057 34007afda0 Implementation of to_unsignedInteger() 2 years ago
fdai7057 5709d437f6 Implementation of function runBankmanagementSystem(). This function is the starting point of our software. Its job is to call other functions implemented in other c-files. Multiple files are compiled. 2 years ago
fdai7057 943fbc0a8b Merge branch 'feature/customer-login' into 'development' 2 years ago
fdai7057 7b588354dd solve merge conflict 2 years ago
fdai7057 de53d4ef95 solve merge conflict 2 years ago
fdai7057 5b5c4dccea refactoring: replaced variables with arrays and the consecutive use of assertions with for-loops 2 years ago
fdai7057 dee4af27ad solve merge conflict 2 years ago
fdai7057 3e76d660b0 implementation of checkLogin() 2 years ago
fdai7057 34f838204a Implementation of function stringConcatenation() and creation of docs.txt to as a documentation for the functions. 2 years ago
fdai7057 79573d2381 refactoring: rename variables for better understanding, write comment to explain function generateCheckString(), optimize intendation 2 years ago
fdai7057 6c766ee827 implementation of unit tests for generateCheckString() 2 years ago
fdai7057 e9d4d56754 implementation of unit test for to_string() 2 years ago
fdai7057 349f173811 solve merge conflict 2 years ago
fdai7057 dc6049fa86 solve merge conflict 2 years ago
fdai7207 14d97220d0 implement unit tests for the checkEmployeeCredentials() function. 2 years ago
fdai7057 4d810f5640 Merge branch 'feature/string-handling' into 'feature/customer-login' 2 years ago
fdai7057 104aae81c4 Merge branch 'feature/customer-login' into 'feature/string-handling' 2 years ago
fdai7057 44921acb9f Merge branch 'feature/customer-creation' into 'development' 2 years ago
fdai7057 6103f83bf8 Merge branch 'development' into 'feature/customer-creation' 2 years ago
fdai7207 eee36c1fda refactoring: removed redundant code in the unit tests of the chooseOption() function. 2 years ago
fdai7207 0e8d805605 refactoring: made code more readable and enhanced the menuInput() and chooseOption() functions. 2 years ago
fdai7207 ac4b64166e implement the function menuInput(), in order for the user to choose a banking option. 2 years ago
fdai7057 cf8f751500 Merge branch 'development' into 'feature/customer-creation' 2 years ago