Question: WORKFLOW DESCRIPTION AND RELATED REQUIREMENTS CAN SOMEONE DO THIS USING C++ or PYTHON? This workflow handles the processing of the user login for the system.

  1. WORKFLOW DESCRIPTION AND RELATED REQUIREMENTS

CAN SOMEONE DO THIS USING C++ or PYTHON?

This workflow handles the processing of the user login for the system.

This workflow satisfies the following Requirements:

  • REQ # 1.0

  1. WORKFLOW PROCESS

Normal Flow:

  1. The user enters a username and password on the Login Screen then clicks OK.
  2. The system will validate the username and password combination against the Account Table to find a match.
  3. Upon finding a match, the system shall display a welcome message showing the logged in users name.
  4. The system shall display the Navigation Screen.

Alternate Flow #1:

  1. The user enters a username and password on the Login Screen then clicks OK.
  2. The system will validate the username and password combination against the Account Table to find a match.
  3. A match was not found, so the system shall display an error message to the user.
  4. Allow the user to create a new account by displaying the Create Account Screen.

Alternate Flow #2:

  1. The user enters a username and password on the Login Screen then clicks Cancel.
  2. The system will exit.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!