Expand for Development Notes:
- generalTasks/generalTasks.html
- getAndDisplaySteps.js
- Loads via a script src at the bottom of my generalTasks.html
- Calls the function showOutput(res)
- Edit Link:
- Calls the editTask(id) function.
- The edit task function saves the id to local storage.
- The edit task function takes the user to the editTask.html page.
- The editTask.html page has an onLoad in the body tag to open a specific step/task and load the fields for editing.
- body onload="onLoadGetTaskData()"
- Calls editTask.html
- Cannot get the window.location.href = "http://www.w3schools.com";
- goToEditTask();
- Save Changes Button:
- saveTaskChangesToDB()
- Cancel Changes Button:
- cancelChanges.js
- Mark Complete
- Delete Task
- main.js, not used at this point.
- Create a Show/Hide for the development notes.
Step |
Order |
Phase |
Assigned |
Complete |
Due |
Note |
Edit |
Mark Complete |