Skip to content

Refactor#19

Open
tifitz wants to merge 6 commits intokiiadi:masterfrom
tifitz:master
Open

Refactor#19
tifitz wants to merge 6 commits intokiiadi:masterfrom
tifitz:master

Conversation

@tifitz
Copy link
Copy Markdown

@tifitz tifitz commented May 20, 2018

Features Added, Now does Daily Accrual, and Adjustable Rate MaxiSavings
Added daily, accrual, ability to add transactions in the past and accrue daily to current date.
Added MaxiSavingAccountAdj, with .05 interest, with a 10 day adjustment to .001 on withdraw.
Left the Original MaxiSavingsAccount with the three bounded rates

Notes: First Based on the original code, this was calculating future one year interest based on the rules and rates given.
It did not compound interest, add interest into the balance or actually compound on a daily basis. If these are required features, they can be added simply.

tgfitz201 added 6 commits May 19, 2018 13:06
Simple Account refactor without breaking initial tests,
Update Libraries
Add account Transfer and refactor Transaction, Add Balance to account to avoid constant recalc. add Transfer and Transaction tests without breaking existing tests
Refactor Bank and add Coverage Tests
Added Functionalitiy for Maxi Savings after Withdral in past 10 days.
Refactored TransactionType and AccountStatementType to Enums.
Build new tests for multi accounts and new functionality.
Notes: Based on the original code, this is calculating future one year interest based on the rules and rates given.
It does not compound interest, add interest into the balance or actually compound on a daily basis. If these are required features, they can be added simply but it seemed like that was not the intent of a two hour refactoring.
Added daily, accrual, ability to add transactions in the past and accrue daily to current date.
Added MaxSavingAccountAdj, with .05 interest, with a 10 day adjustment to .001 on withdraw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants