256 Commits (e23c55e5c98b6e05fe478ed71ba7e4d97d47cce9)

Author SHA1 Message Date
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 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
Shivam Chaudhary f3415cf5a9 Update header files 2 years ago
Shivam Chaudhary 2f729d8ff0 Refactoring: Use created constant name for file 2 years ago
Shivam Chaudhary 33ea6b25e7 Update header files 2 years ago
Shivam Chaudhary 7147ad4ab1 Add file to save information about customerData.txt 2 years ago
Shivam Chaudhary aeabed3afb Add missing headers for newly added functions 2 years ago
Shivam Chaudhary 10d769ead8 Add function notifyCustomer to show status after withdrawal 2 years ago
Shivam Chaudhary 57a64876be Add missing parameter to function and organise code 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 de53d4ef95 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 349f173811 solve merge conflict 2 years ago
fdai7207 14d97220d0 implement unit tests for the checkEmployeeCredentials() 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
fdai7207 26ea996b0b implement the function menuInput(), in order for the user to choose a menu option. 2 years ago
fdai7207 ceccdd60a9 implement unit tests for the function chooseOption(). 2 years ago
fdai7057 c563dc710b initial commit 2 years ago
fdai7057 c2c1eac497 renaming files: source and header files start with lower case letters. Fixingorder of statements in build-project.sh 2 years ago
fdai7514 0298030b9f refactoring: changed some variable names and implemented if statements in showGeneralInfoEmployee.c 2 years ago
fdai7057 9fd187a289 remove unnecessary directories, implement build script, move project.yml to a new place 2 years ago
fdai7514 c394e533c6 implement function showGeneralInfoEmployee() 2 years ago
fdai7207 cf756de8b9 refactoring: changed some variable names, made code more readable and enhanced some functions 2 years ago
fdai7207 dcee631e6b implement the functions ageInput() and showMenu() to execute mainMenu.c . 2 years ago
fdai7207 c135603ed0 implement unit tests for the functions agePermission() and checkIfInteger() 2 years ago
fdlt3817 a527960e62 Bug fix: A line would get removed after the replaced line. 2 years ago
fdlt3817 f5015a6b13 Integrated updateAccountBalance and getAccountBalance into the deposit function 2 years ago
fdlt3817 bbc6c7557f Refactoring: Removed main function 2 years ago
fdlt3817 d9925a3a94 Expanded the function to work with negative balance changes. 2 years ago
Shivam Chaudhary 7b176305a3 Initial commit 2 years ago
Shivam Chaudhary 09f1536781 Add missing headers in currentCustomerAccountBalance.h 2 years ago
Shivam Chaudhary 30e1fcfa9e Refactoring: organize code to skip bad behavior 2 years ago
Shivam Chaudhary 8e0854cfc0 Refactoring: minimize code lines for easy understanding 2 years ago
Shivam Chaudhary 49f065ce3f Add missing parameter for function 2 years ago
fdlt3817 59cc6670da Functionality of the updateCustomerAccountBalance has been completed 2 years ago
fdlt3817 54ca0a053d Line delete function 2 years ago
Shivam Chaudhary 0abe044274 Refactoring: add function for making code readable 2 years ago
Shivam Chaudhary 73cd6f9621 Create function fetchBalanceFromBalanceString 2 years ago
Shivam Chaudhary 8d0693c329 Create currentCustomerAccountBalance.h 2 years ago
Shivam Chaudhary 2349682970 Create file with function getAvailableAccountBalance 2 years ago