Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • What data do we need to capture from the user?

  • What type of data is it? (Text, number, multiple choice, etc.)

  • How should the data be segmented into steps?

  • How should that data be structured on each step?

For the purposes of the following walkthrough, let’s assume that we’ve discussed the requirements with our stakeholders and have determined that our application will be used for gathering project data so that they can prioritize timelines and resources.

Specifically, we need to gather the following:

  • Contact information (first name and last name)

  • Project priority

  • Estimated effort

After consultation with a UX designer, we’ve further determined that our form should have the following steps:

  1. Gather contact information

  2. Gather project information

  3. Summary page

  4. Confirmation page

Continue on to the walkthrough to see how these requirements can be turned into an interactive form.