GR1 - Task analysis
Key Objectives
- Simple User Interface
- Ability to quickly and easily add tasks, including category labels and due dates
- Allow users to create “projects” - lists of tasks shared within groups
- Track individual and group progress towards completing goals
Features
- Add task by category
- Include due dates
- Check completed tasks
- Remove checked tasks
- Add new categories
- Simple sort by category or date
...
Breadcrumbz will cater to Beth’s desire for a simple UI. It will be easy to learn and even easier to use, making sure Beth is never frustrated with the application.
Task Analysis
High Level
View Tasks (Sort Tasks)
...
- open app
...
- change view if desired (by category or by due date)
Add a Task (Categorized Task)
- tap “add task”
- pick category
...
- tap due date on calendar (if deadline task)
- tap “add” to add task
Add a Task (Uncategorized Task)
- tap “add task”
- type task description/title
...
- tap due date on calendar (if deadline task)
- tap “add” to add task
Create a new category
- tap “add task”
- pick category (pick other)
- type new category name
- tap add
Low Level
Open App
- turn phone on
- find app
- tap icon
Mark Completed Tasks
- open app
- find task
- check task as completed
Clear Completed Tasks
- open app
- tap clear tasks
Delete Category
- open app
- tap edit/menu to open app menu
- select all categories to kill
- tap delete category
...