Project Management System

My Todo List of General/Generic Tasks



Expand for Development Notes:
  1. generalTasks/generalTasks.html
    1. getAndDisplaySteps.js
      1. Loads via a script src at the bottom of my generalTasks.html
      2. Calls the function showOutput(res)
    2. Edit Link:
      1. Calls the editTask(id) function.
        1. The edit task function saves the id to local storage.
        2. The edit task function takes the user to the editTask.html page.
          1. The editTask.html page has an onLoad in the body tag to open a specific step/task and load the fields for editing.
          2. body onload="onLoadGetTaskData()"
          3. Seems to be pushing the correct date into the DB but when I display the table afterwards, it shows the date as one day earlier. Could this be due to 0 based indexing.
          4. Uncomment: // window.location.href = "generalTasksSortedByDueDate.html"; in the .then code block.

      2. Calls editTask.html
        1. Cannot get the window.location.href = "http://www.w3schools.com";
        2. goToEditTask();
        3. Save Changes Button:
          1. saveTaskChangesToDB()
        4. Cancel Changes Button:
          1. cancelChanges.js

      1. Outstanding Fixes Needed:
      2. Copy in styles.css and fix the link in the header.
      3. In the DB when viewed by Compass or Mongo Shell the dateDue is 09-19-2020, but on the editTask.html page the dateDue is showing up as 08/02/2013.
        1. Review the file/page editTask.html
        2. editTask.html calls: body onload="onLoadGetTaskData()" body
        3. Review onLoadGetTaskData()
      4. When I click edit on the generalTasksSortedByDueDate.html screen. The due date is not populated on the editTask.html screen.
      5. Implement main.js as much as possible.

Step Order Phase Assigned Complete Due Note Edit Mark Complete