Problem statement:

Design the elevator interface and experience for a building with 1000 floors.

Research we did to understand the working of an elevator:

The Smartest Elevators with destination dispatch

Skyscraper elevators: up, down and sideways | DW News

Questions we considered before proceeding ahead with some assumptions and solution

  1. Who is the user?
  2. How many elevators are installed in those buildings? or Are there any other elevators working simultaneously?
  3. How many users can travel in the elevator at a time? Let's say there are 100 users who want to travel at a time and the 1st user want to go on the first floor,2nd on the 2nd floor, 3rd on the 3rd floor, and so on. How to decide who will travel in that elevator and how many?
  4. Do we really need web/app interface for this? Will the elevator interface not work?
  5. What will be the worst interface we can design for the elevator?
  6. What is the capacity of the lift?
  7. What different types of interfaces can be used? (Lift interface, Lobby interface, Phone app, etc.)
  8. Will there be different kinds of elevators? Or lifts with different speeds with different ranges.
  9. Can the user pick the floor before entering the elevator? So, if the lobby has 6 elevators then the system will show him which elevator he needs to board because it would be inefficient if the user takes the elevator randomly without knowing where it is going.

Our Team Process

Step 1 - Interpretation of the problem (Assumptions)