Azurekuz / RPG-Task-Manager

A COMP345 Agile project dedicated towards creating a gamified RPG task manager.
MIT License
4 stars 1 forks source link

TaskUI error catching & testing #95

Closed E-3P0 closed 4 years ago

Azurekuz commented 4 years ago

Demo: Going through the process of entering commands and selecting tasks, typing incorrect or imprecise options (i.e. Typing in 'SELECT' rather than 'select'), and demonstrating that an error is printed out and the program remains functional.

Error Catching now works for Selecting, Editing, Stopping, and Completing tasks.

Time Taken (so far): 1 hour

tobydragon commented 4 years ago

No how to demo...

E-3P0 commented 4 years ago

Fixed merge conflicts & stuff with main tasks branch (see added time on card #1)

Done for now.

Azurekuz commented 4 years ago

Added more error catching for user inputs. Time Taken (so far): 1.3 hours