-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 01.md #221
base: gh-pages
Are you sure you want to change the base?
Update 01.md #221
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
--- | ||
play_number: 1 | ||
title: Understand what people need | ||
title: Understand what the service consumers need | ||
--- | ||
|
||
We must begin digital projects by exploring and pinpointing the needs of the people who will use the service, and the ways the service will fit into their lives. Whether the users are members of the public or government employees, policy makers must include real people in their design process from the beginning. The needs of people — not constraints of government structures or silos — should inform technical and design decisions. We need to continually test the products we build with real people to keep us honest about what is important. | ||
We must begin digital projects by exploring and pinpointing the needs of the consumers who will use the service, and the ways the service will fit into their lives. Whether the users are members of the public or government employees, policy makers must include real people in their design process from the beginning. The needs of people — not constraints of government structures or silos — should inform technical and design decisions. We need to continually test the products we build with real people to keep us honest about what is important. | ||
|
||
Services are no longer limited to people. Many services will be consumed or utilized by another service or non-human. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Digital projects users are not limited to only individuals, many will be utilized or consumed by other projects or services. |
||
|
||
### Checklist | ||
1. Early in the project, spend time with current and prospective users of the service | ||
|
@@ -23,3 +25,6 @@ We must begin digital projects by exploring and pinpointing the needs of the peo | |
- What were the key findings? | ||
- How were the findings documented? Where can future team members access the documentation? | ||
- How often are you testing with real people? | ||
- What is the range of concurrent API calls during a given time period? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that:
|
||
- What are the concurrency needs of the service? | ||
- What is the uptime needs and how far should being cautious of single point of failure go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe end-users? Since this is generalized to digital projects.