Modified file TaskProvider to include getTaskById and functionality.
Modified file TaskForm, to include saveEditTask, saveNewTask and functionality.
Modified filetask.css
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout lkm-task
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
Example: When user does BLANK, then BLANK should happen.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Looks great! All functionalities added are working (adding a new task, modifying/editing a task, deleting a task, and marking a task as complete and disappears from list) 💯
Changes Made
TaskProvider
to includegetTaskById
and functionality.TaskForm,
to includesaveEditTask, saveNewTask
and functionality.task.css
Steps to Review