True OO implementation in Java of a Home Task Management System. This project is a port and modification from https://github.com/SilasReinagel/HomeTaskManagement
Users should be able to authorize a Transfer between his account and another target Account.
If the Transfer is successful, both Accounts should have a correctly updated Balance.
If either Account cannot apply the transaction, neither Account should be impacted.
User should receive a response with a suitable error message for failed Transfer.
Users should be able to authorize a Transfer between his account and another target Account. If the Transfer is successful, both Accounts should have a correctly updated Balance. If either Account cannot apply the transaction, neither Account should be impacted. User should receive a response with a suitable error message for failed Transfer.