388 Commits (24c13810326028d8fa2c93209a82fb3dc04c1036)
 

Author SHA1 Message Date
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
fdai7207 f7e366f6ff Merge branch 'feature/the-main-menu' into 'development' 2 years ago
fdai7207 e501cbdd5e Merge branch 'development' into 'feature/the-main-menu' 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 da40d8b28b refactoring: changed some variable names in test_showGeneralInfoEmployee.c 2 years ago
fdai7514 0298030b9f refactoring: changed some variable names and implemented if statements in showGeneralInfoEmployee.c 2 years ago
fdai7514 5a78de5396 implement unittest for function showGeneralInfoEmployee() 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 8543ec2ec2 refactoring: removed redundant code in the unit tests to improve readability and maintainability. 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 8a84f5f257 Merge branch 'feature/update-current-customer-account-balance' into feature/deposit-system 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 296fed6faf Merge branch 'feature/get-current-customer-account-balance' into feature/deposit-system 2 years ago
fdlt3817 d84314fa61 Merge branch 'feature/update-current-customer-account-balance' into feature/deposit-system 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
Shivam Chaudhary b8f5484894 Merge branch 'main' into feature/withdraw-money-system 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
Shivam Chaudhary 4375112d6c Remove unnecessary and duplicate files/folders 2 years ago
Shivam Chaudhary a23240e770 Merge branch 'main' into feature/get-customer-current-account-balance 2 years ago
Shivam Chaudhary 5b03d170a3 Merge branch 'feature/get-current-customer-account-balance' of https://gitlab2.informatik.hs-fulda.de/fdai7057/bankmanagement-system into feature/get-customer-current-account-balance 2 years ago
fdlt3781 e535a8dca7 Merge branch 'feature/main-menu' into 'main' 2 years ago
fdai7207 6ba008222b implement unit tests for the mainMenu 2 years ago
fdlt3817 0747b54f36 Merge branch 'feature/main-menu' 2 years ago
fdai7207 a8213f56df remove unnecessary files 2 years ago
fdlt3781 fed59d7d46 Merge branch 'feature/main-menu' into 'main' 2 years ago
fdai7207 e30f7a66ae implement the main menu 2 years ago
fdai7057 2ad433c776 Implementation of function stringConcatenation() and creation of docs.txt to as a documentation for the functions. 2 years ago
fdai7057 08444292cb refactoring: modification of unit tests for function generateID(), add array for values and for-loop to check assertions 2 years ago
fdlt3817 06d8bef1f1 Created "Try Again" loop and added minimum deposit amount 2 years ago