Project Management System

Fast Add One Task




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