JStonham / budjen

MIT License
0 stars 0 forks source link

[8] Implement Product Design for Add Transactions #18

Open JStonham opened 5 years ago

JStonham commented 5 years ago
  1. Check whether command is budjen add.
  2. Does the command pass validation? i.e. Does it include type, description and amount? Are they in the correct order e.g. amount immediately before number? Will need a separate class for this.
  3. Take string array into transaction object.
  4. Add to transaction date.
  5. Manual testing for missing code (bugs) using travis.
kinbiko commented 5 years ago

So the main new components are: