Menu System
The choice was to be between menus, toolbars, or some other means, to note the features we wanted to implement. I made the choice to use menus, as this was clear and to the point, and we only had a few items anyway; later, at some point, we can add toolbars as well, if desired. Right now, for the stories we created, we only interact with tasks, so my menus are simple:
File
Exit
Tasks
Add
Delete
Of course, the menus are horizontal, not vertical. These are all that are pertinent for now. We do not have an open/save story, any other file operations, or other GUI functions yet. We are only dealing with the most important part for this iteration: tasks. Any other ideas can wait until we need them.