Check project status.

In this course:

In this course we will cover how to think like an engineer so that you can solve hard problems that engineers face everyday.
4 Lessons|8 Minute Read
Engineering
Course:
Real World Engineering - How to Solve Problems

Lessons:

Establish User Stories

In this lesson we will cover how to establish user stories so that you can be sure of the problem you are looking to solve.
The user(s) of the system we are building is of paramount importance. They are the ones that will determine if the system is a success or if it's a failure. It is good to break the system down into parts, small enough so that you can think about each story the user will experience.
For example, if we are writing user stories for the ride-sharing app Uber, we break the system into parts and identify the user types:

Identify User Types

For Uber these user types would be:
  1. Driver (responsible for driving the car)
  2. Rider (looking to get from point a to point b)
  3. Driver-Rider Safety Admin (responsible for keeping driver and rider safe)

Break into Parts

Attempting to enumerate all the user stories in one sitting for a system will be impossible. Instead, break the system up into parts.
Rider
  1. Rider enter payment information
  2. Rider enter destination
  3. Rider waiting for pickup
Driver
  1. Driver enter bank information to get paid
  2. Driver specify availability
  3. Driver approval
Driver-Rider Safety Admin
  1. Admin approve new rider
  2. Admin approve new driver
Now that we have the app broken down into parts we can begin enumerating the user stories. Let's take the waiting for pickup.
Uber Screenshot
Uber Screenshot
Rider will be shown a waiting screen after they have hailed a ride
  1. Rider can see the progress of the car on a map
  2. Rider can see the estimated time of arrival
  3. Rider can cancel the ride
  4. Rider can see the license plate number of the incoming Driver
  5. Rider can see where they are on the map
  6. Rider can see the expected route of the incoming Driver
  7. Rider can see their upcoming destination
  8. Rider can click to call Driver
  9. Rider can click to message Driver
Within each of these bullets, you can further enumerate the actions that a Rider can take, painting a full picture of how the user will interact with the system.
Once you have these stories enumerated, you will have a better idea of what you are looking to build. Additionally, you will be able to test your system against these stories to make sure the system does what you intend.
Interested in learning more about design?
The Lab

Our Library

Raidon
433 Broadway Suite 404 New York, NY 10012
+1 (332) 333-2855
© 2024 Raidon.