Problem
When creating a new task in a module, the buttons for adding and removing task types are not clearly labeled. Additionally, there is no confirmation message or warning before a task type is removed
raiderplanner task type

Solution
The issues come from the TaskController.Java file. Resizing the New Task popup window would allow the buttons to be read, but the labels for the buttons also could be condensed or changed. To fix the issue of removing a task type not giving a warning, additional code should be added to warn the user when a task type is being removed.
Problem
When creating a new task in a module, the buttons for adding and removing task types are not clearly labeled. Additionally, there is no confirmation message or warning before a task type is removed
raiderplanner task type
Solution
The issues come from the TaskController.Java file. Resizing the New Task popup window would allow the buttons to be read, but the labels for the buttons also could be condensed or changed. To fix the issue of removing a task type not giving a warning, additional code should be added to warn the user when a task type is being removed.