Skip to content

Greeting (PBI example) #5

Description

@sjiang1

User Story
As a user who shares the computer with other family members, I would like to see a greeting message with my name after I log in to the website so that I know when I accidentally log in as another user.

  • Persona: A user who shares the computer with other family members
  • Feature: A greeting message with the user's name after they log in.
  • Business Value: Users can know when they accidentally log in as another user.

Tasks

  • prepare an API to return the user's full name after a user logs in
  • show the greeting message with the name on a webpage
  • deal with the case where a user doesn't have a name
  • create tests to make sure the functions work properly
  • merge the main back the working branch to see if everything work properly together

Acceptance Criteria

  1. if the user fills in the correct username and password, then clicks the sign-in button, the user should be logged in and view the home page.
  2. if the user fills in the incorrect username and password, the user should not be logged in, and the user should see a warning.
  3. if the username or the password is left blank when the sign-in button is clicked, the user should see a warning.
  4. the sign-in process and the password storage follow XX standards to protect users' private information.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions