v.0.2.0
We allowed the user to add a note in a task while viewing the task list. This will update the notes section of the tasks table. This will produce better communication and a clearer view on what is needed to complete the task. The view task page now has a button to edit the task. The edit task page will pull all of the data into editable textboxes / drop-down menus. Pressing the update will save the changes and redirect to the task list page. The Assigned To drop-down is using a query to get a list of all user accounts to pick from. We made a create task page and form and are currently in the process of trying to get form data to submit to the data base. This will allow users, specifically managers, to add tasks for their employees.