User Flow Diagrams

Lesson Prerequisites

Purpose of User Flow Digrams

A user flow diagram is a visual representation of the steps that a user takes to complete a task on a website or application. In the case of a login page, the user flow diagram will show the steps that a user takes to successfully log into the platform.

To create a user flow diagram for a login page, follow these steps:

  1. Identify the key components of the login page: This may include the login form, registration link, forgot password link, and any other relevant features.

  2. Identify the different user paths: Think about the different scenarios that could occur when a user attempts to log in. For example, a user may have an existing account or may need to create a new one. They may also forget their password and need to reset it.

  3. Map out the user flow: Start with the initial state of the user, such as arriving on the login page. Then, map out each step that the user will take to complete the login process. This may include entering their username and password, clicking the “login” button, and being redirected to the main dashboard or homepage.

  4. Use symbols and arrows to represent the user flow: To create a clear and easy-to-understand diagram, use symbols to represent each step and arrows to connect the steps in the correct sequence.

  5. Iterate and refine the diagram: After creating the initial diagram, review it to ensure that it accurately represents the user flow. Make any necessary adjustments and continue to refine the diagram until it is clear and easy to follow.

By following these steps, you can create a user flow diagram for a login page that will help you understand the user experience and identify any potential issues or areas for improvement.

Activity: Define User Actions for App

  1. Identify the different user actions and tasks that the app will allow users to perform, such as creating an account, logging in, navigating to different pages, and completing tasks.
  2. Create a list of these tasks and actions in the order in which a user would typically perform them.

Creating Diagrams with Diagrams.net

Create New Diagram

  1. Go to diagrams.net in your web browser

    Note: It is recommended that you open diagrams.net on a desktop or laptop if possible

  2. Digrams.net will ask you where to create your new diagram. Select the “Google Drive” option

    Creating digram in diagram.net

  3. When asked to authorize, select “Authorize” Creating digram in diagram.net

  4. When asked to sign in, use your school email address and password

    Note: For Mac users, Safari may have pop up windows disabled by default, which will cause a white screen to appear when trying to log in. To re-enable pop up windows temporarily select the “screen” icon in your toolbar as seen below

    Creating diagram in diagram.net

  5. When asked to create a new diagram, type a name for your diagram in the “Digram name:” box and select “Blank Diagram” Creating diagram in diagram.net

Opening Exisiting Diagram

  1. Open your Google Drive

  2. Find and select the file with the extension .drawio

    Diagram Google Drive

  3. Select “Open with diagrams.net” at the top of the screen

    Opening Diagram

Exporting Diagram

  1. Open your diagram from Google Drive

  2. Select “File” -> “Export as” -> “PNG”

    Exporting diagram

Adding Boxes to Diagram

  1. Open the diagrams.net web application in your browser.
  2. Create a new diagram or open an existing one.
  3. On the left-hand side of the screen, click on the “Basic Shapes” icon, which looks like a square with a plus sign in the center.
  4. Select the “Rectangle” shape from the list of available shapes.
  5. Click and drag the mouse cursor on the page to draw a box of the desired size.
  6. To adjust the size of the box, click on one of the corners and drag it to the desired size.
  7. To add text to the box, double-click on the box to enter edit mode, and start typing.
  8. To change the color of the box, click on the box to select it, and then click on the “Fill Color” or “Line Color” icon in the toolbar at the top of the screen. Select a color from the available options or create a custom color.
  9. Repeat steps 3-8 to add additional boxes to the page as needed.
  10. To move a box, click and drag it to the desired location.
  11. To delete a box, click on it to select it, and then press the “Delete” key on your keyboard.

Activity: Sketch Diagram

  1. Sketch out a basic user flow diagram on paper or using Diagrams.net to visualize the user journey through the app.
  2. Use boxes or other shapes to represent each screen or page in the app, and draw arrows to connect the boxes in the order that the user will navigate through them.
  3. Add any additional details, such as buttons or forms, to each screen in the diagram.
  4. Review your user flow diagram to make sure it is easy to follow and accounts for all necessary steps in the user journey.