Expand for Development Notes:
- Page Flow:
- fastAddOneGeneralTask.html
- main.js
- imports addStep -
- imports submitBtn -
- submitBtn calls the addStep() function.
- Add functionality to handle the response.data.success true or false!
- If true, Send user to whatsNext.html
- If false, alert.('Record did not save!');
- What Next
- Outstanding Fixes:
- Add a default due date of today to fast add one new generic task.