AY1920S1-CS2113T-F14-1 / MooMooMoney

Duke is a command line based personal assistant
0 stars 5 forks source link

Category command format and refactor #173

Closed shannonlee98 closed 4 years ago

shannonlee98 commented 4 years ago

Category commands changed to: category add [categoryName] category delete [categoryName OR categoryIndex]

Refactor category methods into separate child class for storage and parser

shannonlee98 commented 4 years ago

Tests for budget and parser are failing after I refactor, but I don't know how to change it. It should be something to do with the ui