Azurekuz / RPG-Task-Manager

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

Select Tasks by ID #76

Closed E-3P0 closed 4 years ago

E-3P0 commented 4 years ago

Since task IDs are also shown in toString, users can select tasks by ID in the UI (not just the name).

Azurekuz commented 4 years ago

Demo: When prompted to select a task, enter a numerical id, thus allowing tasks to be managed successfully aside from typing in their titles.

Selecting, Stopping, Editing, and Completing now work by ID.

Time Taken (so far): 0.5 Hours

Azurekuz commented 4 years ago

Resolved merge conflicts. +0.16 Hours

Time Taken (so far): 0.66 hours