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
|
943fbc0a8b
|
Merge branch 'feature/customer-login' into 'development'
Merging feature/customer-login into development.
See merge request fdai7057/bankmanagement-system!14
|
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'
Merging feature/string-handling into feature/customer-login.
See merge request fdai7057/bankmanagement-system!12
|
2 years ago |
fdai7057
|
104aae81c4
|
Merge branch 'feature/customer-login' into 'feature/string-handling'
# Conflicts:
# src/CustomerProperties.h
# tests/build/test/cache/defines_dependency.yml
|
2 years ago |
fdai7057
|
44921acb9f
|
Merge branch 'feature/customer-creation' into 'development'
merging feature/customer-creation into development
See merge request fdai7057/bankmanagement-system!9
|
2 years ago |
fdai7057
|
6103f83bf8
|
Merge branch 'development' into 'feature/customer-creation'
# Conflicts:
# src/mainMenu.c
|
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'
# Conflicts:
# build-project.sh
# project.yml
# src/main.c
|
2 years ago |
fdai7207
|
f7e366f6ff
|
Merge branch 'feature/the-main-menu' into 'development'
Feature/the main menu
See merge request fdai7057/bankmanagement-system!7
|
2 years ago |
fdai7207
|
e501cbdd5e
|
Merge branch 'development' into 'feature/the-main-menu'
# Conflicts:
# build-project.sh
# src/main.c
# team.md
|
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 |