-
Who: Students
-
What: Record and track assignments
-
When: Anytime
-
Where: The internet
-
Why: To better plan and prepare for coursework
-
TIME: 6 hours, 0 minutes
-
COST/PRIORITY: $0.00
-
Scale:
- H - High
- M - Medium
- L - Low
-
-
SCOPE:
-
Scale:
- C - Comfortable
- N - Need assistance
- X - No idea
-
-
Create a task - John inputs an assignment and upon clicking "Add", it appears on John's screen.
- [T: 30 mins; S: C, P: H]
-
Complete a task - when John completes an assignment, it's added to a "Completed" list or strikethrough styling is applied to the text.
- [T: 45 mins; S: N, P: M]
-
Updating a task - John made a mistake and needs to fix the assignment they entered.
- [T: 30 mins; S: N, P: M]
-
Delete a task - John finds out his instructor has determined an assignment won't be turned in so he wants to clear his assignment list
- [T: 30 mins; S: C, P: M]
-
Order of list - time vs priority.
- [T: 2 hours; S: N, P: H]
-
Mobile friendly or mobile only
- [T: 1 hour S: C]
Develop a web application that allows creation of tasks and the display of these tasks as a prioritized list.
-
Create an assignment - John inputs a task and upon clicking "add", it appears on John's screen.
- [T: 30 mins; P: H; S: C]
-
Complete an assignment - when John completes an assignment, completed list or strikethrough.
- [T: 45 mins; P: M; S: N]
-
Updating an assignment - John needs to clear the assignment list.
- [T: 30 mins; P: M; S: N]
- Delete a single assignment - John should be able to delete assignments one by one
- [T: 30 mins; P: M; S: C]
Print "user text"
else
Print ""
apply strikethrough styling
add the user input text to the "completed" list
clear list
store saved list locally
clear only the line items with strikethrough syling applied