[ ] New feature (non-breaking change which adds functionality)
Testing Instructions
git fetch --all
git checkout sc-TaskEdit
please check that edit button is present and when clicked a form to edit the task is presented to the user. Please check that a change made to the task appears on the dom and in the data. thank youuuuu everyoneeee
Checklist:
[ x] My code follows the style guidelines of this project
[ x] I have performed a self-review of my own code
[ x] I have commented my code, particularly in hard-to-understand areas
[ x] My changes generate no new warnings or errors
[ x] I have added test instructions that prove my fix is effective or that my feature works
Description
Added edit functionality to "Tasks"
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Testing Instructions
git fetch --all git checkout sc-TaskEdit
please check that edit button is present and when clicked a form to edit the task is presented to the user. Please check that a change made to the task appears on the dom and in the data. thank youuuuu everyoneeee
Checklist: