List view
Create the text UI interface returning "TO BE IMPLEMENTED" but able to accept text input. This includes a switch that will translate the input into a command. Food for thought, make a Command class?
Overdue by 6 year(s)•Due by October 15, 2019The object has 4 parameters: - Due Date (date) - Status (boolean) - Project name (String) - Task Description (String)
Overdue by 6 year(s)•Due by October 15, 2019After creating a Task object, the next step need is to create list of those object. It will have the need to be indexed in order to count, sort, and modify.
Overdue by 6 year(s)•Due by October 16, 2019Create automated tests that check the values of task Object and task List.
Overdue by 6 year(s)•Due by October 17, 2019Create a file reader and writer that hold the raw task list.
Overdue by 6 year(s)•Due by October 17, 2019Test if File is read, written correctly. If modifications are saved. If removed items are removed.
Overdue by 6 year(s)•Due by October 18, 2019