SOOlutions / HomeTaskApp

True OO implementation in Java of a Home Task Management System. This project is a port and modification from https://github.com/SilasReinagel/HomeTaskManagement
2 stars 1 forks source link

Open Account #1

Closed SilasReinagel closed 6 years ago

SilasReinagel commented 6 years ago

User should be able to create an account. Only one account per user. Starting balance should be zero. Account holds a scalar amount of currency. Currency type does not need to be specified.

yohanmishkin commented 6 years ago

I think if accounts can be "Closed" (see #6) then we should consider changing the language here to "open" instead of "create".