I got the checkbox to work. Before if you click on it nothing happened. Now if you click on it, it removes the task from the page but stays in the database and is marked as completed
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
Testing Instructions
Please make sure that the task is removed from the page and that its marked as true in the database.
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
I got the checkbox to work. Before if you click on it nothing happened. Now if you click on it, it removes the task from the page but stays in the database and is marked as completed Fixes # (issue)
Type of change
Please delete options that are not relevant.
Testing Instructions
Please make sure that the task is removed from the page and that its marked as true in the database.
Checklist: