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'
implement unit tests for the mainMenu
See merge request fdai7057/bankmanagement-system!3
|
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'
implement the main menu
See merge request fdai7057/bankmanagement-system!1
|
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 |
fdlt3817
|
a0b698747a
|
Merge branch 'feature/customer-login' into feature/deposit-system
|
2 years ago |
Shivam Chaudhary
|
9cc92bae91
|
Add function to return to home page after completion of withdrawal
|
2 years ago |
Shivam Chaudhary
|
d98031e24b
|
Add initiateWithdraw function
|
2 years ago |
Shivam Chaudhary
|
8d87032e46
|
Create withdrawMoney.h
|
2 years ago |
Shivam Chaudhary
|
48b95447a1
|
Create withdrawMoney.c to implement 'withdraw' function
|
2 years ago |
Shivam Chaudhary
|
cf9f3827c6
|
Update .gitignore
|
2 years ago |
Shivam Chaudhary
|
fe8b90a603
|
Revert "Create .gitignore"
This reverts commit ec3e31a0cc .
|
2 years ago |
Shivam Chaudhary
|
ec3e31a0cc
|
Create .gitignore
|
2 years ago |
fdlt3817
|
bca3ba8c0c
|
Logic fundamentals and placeholder code
|
2 years ago |
fdlt3817
|
2ea6d5d6f0
|
Layed down the needed functions
|
2 years ago |
fdai7057
|
41f0b11f71
|
refactoring: Modified unit test for function error(). Replaced variables with arras and consecutive execution of assertion calls with for-loops and added test cases for valid error codes.
|
2 years ago |
fdai7057
|
2f6e3d54c2
|
Implementation of unit test for function error()
|
2 years ago |
fdai7057
|
ecc8068103
|
Implementation of function error()
|
2 years ago |
fdai7057
|
b4d442e4ea
|
Implementation of function menu()
|
2 years ago |
fdai7057
|
3e1cc260d4
|
Implementation of function showAllMenuEntries()
|
2 years ago |