fdai7514
|
4c58ea6056
|
implement function calculatorGetUserInput()
|
2 years ago |
fdai7514
|
c4280af27c
|
refactoring: format the code by implementing new variables and important comments in displayMenuCalculator.c and displayMenuCalculator.h
|
2 years ago |
fdai7514
|
f80b84380d
|
implement function displayMenuCalculator()
|
2 years ago |
fdai7514
|
38cfd6baf1
|
refactoring: change variable names in test_calculatorFactorial.c
|
2 years ago |
fdai7514
|
0c34fa9c5b
|
refactoring: change variable names, format code and attach some descriptive comments in calculatorFactorial.c
|
2 years ago |
fdai7514
|
e13793bb20
|
implement function calculatorFactorial()
|
2 years ago |
fdai7514
|
a9cda3ff44
|
refactoring: change variable names and format code in calculatorDivide.c
|
2 years ago |
fdai7514
|
70bccf002c
|
implement function calculatorDivide()
|
2 years ago |
fdai7514
|
c14d061ac4
|
refactoring: change variable names and format code in calculatorMultiply.c
|
2 years ago |
fdai7514
|
5416031d06
|
implement function calculatorMultiply()
|
2 years ago |
fdai7514
|
9e0d1cece9
|
refactoring: change variable names and format code in calculatorSubtract.c and calculatorSubtract.h
|
2 years ago |
fdai7514
|
92f74b3f37
|
implement function calculatorSubtract()
|
2 years ago |
fdai7514
|
9a8bfb585e
|
refactoring: change variable names calculatorAdd.c and calculatorAdd.h
|
2 years ago |
fdai7514
|
bce3b53bb8
|
implement function calculatorAdd()
|
2 years ago |
fdai6618
|
47586c3d42
|
refactoring getAvailableBalance
|
2 years ago |
fdai6618
|
ea15eb3d0e
|
add CustomerData file
|
2 years ago |
fdai7514
|
ec11d3d7c9
|
refactoring: implement new variables and comments in requestLoan.c and requestLoan.h
|
2 years ago |
fdai7514
|
585d28952f
|
implement function requestLoan()
|
2 years ago |
fdai7207
|
fc6033da00
|
refactoring: removed redundant code from the function isValidPhoneNumber() and the constant from the function and added it to the header file.
|
2 years ago |
fdai7207
|
1e047c30b0
|
implement the function isValidPhoneNumber() in the getNewEmployeeCredentials() function.
|
2 years ago |
fdai7207
|
57292f4b64
|
implement unit tests for the function validPhoneNumber().
|
2 years ago |
fdai7207
|
1112a6f365
|
refactoring: removed redundant codes from the unit tests of the isValidName() function.
|
2 years ago |
fdai7207
|
5ba7c64f53
|
correct some logical mistakes in the test_createEmployeeAccount.c file
|
2 years ago |
fdai7207
|
d5952a55bf
|
refactoring: removed some constants from the .c file and added them to the header file and made the isValidName() function more readable.
|
2 years ago |
fdai7207
|
cb92ce69b6
|
implement the isValidName() in the getNewEmployeeCredentials() and fixed a bug in the createNewEmployee() function.
|
2 years ago |
fdai7207
|
80b26f2a6d
|
implement unit tests for the new function isvalidName().
|
2 years ago |
fdlt3817
|
9cfd0e9908
|
Revert "Test arrangements"
This reverts commit cd78a96c03 .
|
2 years ago |
fdlt3817
|
10d0cf2def
|
Refactoring: Test work
|
2 years ago |
Shivam Chaudhary
|
4c112e72e6
|
Add needed headers for currency change toUSD
|
2 years ago |
Shivam Chaudhary
|
336d01499a
|
Add feature to change currency to USD
|
2 years ago |
fdlt3817
|
836815ad44
|
Fix header file for deposit
|
2 years ago |
fdlt3817
|
f5d1684e33
|
Fix an error of deposit function
|
2 years ago |
fdlt3817
|
b0b991e856
|
Create customer interface for deposit
|
2 years ago |
fdlt3817
|
53f0b3dd72
|
Adjustments to deposit function
|
2 years ago |
fdlt3817
|
0a8d9c9699
|
Created a fail case for non-existent customers
|
2 years ago |
fdlt3817
|
87e16d0b27
|
Created an error system that displays error information
|
2 years ago |
Shivam Chaudhary
|
69b08ccb8f
|
Modify function's name and parameter
|
2 years ago |
Shivam Chaudhary
|
fc0854cf5c
|
Add missing headers
|
2 years ago |
Shivam Chaudhary
|
ce29bd9b4f
|
Add missing declaration of parameter of function
|
2 years ago |
fdai7207
|
6ad040483c
|
refactoring: removed unnecessary lines and changed variables to constants in the storeEmployeeData() given that the function doesnt modify them.
|
2 years ago |
fdai7207
|
b5a764b566
|
implemented the storeEmployeeData() function in the getnewEmployeeCredentials() function in order for the new employee to enter his personal data.
|
2 years ago |
fdai7207
|
c659f9b9aa
|
implement unit tests for the function storeEmployeeData() and fixed a bug in the unit tests of the function chooseOption.
|
2 years ago |
fdai7057
|
6f595fb2dd
|
Implementation of unit test for calculateStringLength().
|
2 years ago |
fdai7057
|
0a3e444766
|
refactoring: renamed function calLen() to calculateStringLength and inner variables in order to increase readability. Now it is easier to understand.
|
2 years ago |
fdai7057
|
68e5650300
|
Implementation of function calLen().
|
2 years ago |
fdai7057
|
73813b54cb
|
refactoring: Changed name of function charIsUp to characterIsUpperCase() and inner variable in order to increase readability.
|
2 years ago |
fdai7057
|
75eb70c8b3
|
Implementation of function charIsUp()
|
2 years ago |
fdai7057
|
5068387141
|
Modification of the function customerChoiceForMenuItem(). Change void to int. This function now has a return value. Each return value has a meaning. The meaning of the return value lies in the user's choice for a menu item.
|
2 years ago |
fdai7057
|
f55f596853
|
Integrated the customer menu in our programm. The user gains access to the customer menu if the login was successful. From there the user can choose between different menu entries. In the build-script, the file customerMenu.c is added to the files which get compiled.
|
2 years ago |
fdai7057
|
afa674f8d2
|
refactoring: Where possible, remove the use of printf() and use puts() instead in customerMenu.c. One advantage is that it prints the new line character automatically.
|
2 years ago |