Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

As an administrator, I can choose to log in as an administrator. #12

Closed
ethanl21 opened this issue Feb 9, 2021 · 0 comments
Closed

Comments

@ethanl21
Copy link
Owner

ethanl21 commented Feb 9, 2021

  1. DESCRIPTION:
    a. The program will have a text field for an administrator password. The correct password will grant administrator privileges to the user.
  2. TASKS:
    a. As any user, I should be able to enter a password to attempt to log in as an administrator.
    b. If the password is valid, the program should consider the user an administrator.
    c. If the password is invalid, a notification saying so is output.
    d. While the user is an administrator, they should have the option to modify campus souvenir data.
    e. While the user is an administrator, they should have the option to add new campuses.
  3. TESTS:
    a. Verify that the user can enter a password to attempt to log in as an administrator.
    b. Verify that, if the password is correct, the user is thereafter considered an administrator.
    c. Verify that, if the password is incorrect, no changes are made.
    d. Verify that while being considered an administrator, all other features which require administrator privileges are available to be used by the user.
  4. ASSIGNEE: Nicholas Lozano
  5. ESTIMATION: 1
  6. ASSUMPTIONS:
    a. Valid password(s) are predefined in the program and will be recognized when entered.
    b. All types of input can be handled by the program.
  7. PRIORITY: S1
  8. DONE:
    a. A text field is accessible to input a password.
    b. Entering a valid password grants the user administrator privileges for the remainder of program execution.
    c. Entering an invalid password will output a notification and makes no other changes.
@ethanl21 ethanl21 added this to Product Backlog in Product Backlog via automation Feb 9, 2021
@ethanl21 ethanl21 changed the title As any user, I can choose to log in as an administrator. As an administrator, I can choose to log in as an administrator. Feb 9, 2021
@ethanl21 ethanl21 moved this from Product Backlog to Sprint Backlog in Product Backlog Feb 9, 2021
@nlozan6 nlozan6 moved this from Sprint Backlog to In progress in Product Backlog Feb 15, 2021
@nlozan6 nlozan6 moved this from In progress to Done in Product Backlog Feb 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

3 participants