Added edit functionality to the tasks page.
Fixes # (issue)
Type of change
[ ] New feature (non-breaking change which adds functionality)
Testing Instructions
git fetch --all
git checkout sc-editTask
Please check that the edit button is available and when clicked an edit form renders for the user. Please check that the message is able to be edited and that the edited message appears on the dom and in the data.
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] My changes generate no new warnings or errors
[ ] I have added test instructions that prove my fix is effective or that my feature works
Description
Added edit functionality to the tasks page. Fixes # (issue)
Type of change
Testing Instructions
git fetch --all git checkout sc-editTask
Please check that the edit button is available and when clicked an edit form renders for the user. Please check that the message is able to be edited and that the edited message appears on the dom and in the data.
Checklist: