Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

- See Code Entry wireframes

Storycard 1: Display keypad and number fields

- Show a numeric keypad for entry
- Number fields above the keyboard should be digit discrete (i.e., one field per digit), and should initially be empty
- Bottom right element on numeric keypad acts as backspace
- Bottom left element on numeric keypad does nothing

Storycard 2: Allow numeric entry

- Number fields are updated upon user input on numeric keypad
- Upon input of the final digit, application transitions the screen to the appropriate artifact view screen (i.e., there is no submit button; the last digit entry acts as submit); note that the last number field should be updated before the transition occurs
- If the code entered is invalid (i.e., there is no artifact associated with the code entered):
  - An error displays on the screen
  - The invalid code in the number fields is cleared after 1 second
  - The user is allowed to enter another code
  - The error fades out after the user enters the first digit of a new code

  • No labels