Skip to content

I want to be able to create an account

As a Customer I want a registration page so that I can create a user account. pick, repeat 3 times

Acceptance Criteria

  • Create a form for user to input information
  • Send form data to controller
  • Salt + hash password
  • Store information in database via JPA
  • Make it so user cant use an email that has already been used
  • Display list of tags/categories to user, allow them to pick 3 (or more) tags that interest them
  • Send list of tags to server
  • Save list of favorite tags to database

Tracking Data

Stage Date
Entered Open at 2021-11-15 15:30:00
Entered Ready at 2021-11-15 16:00:00
Entered Dev at 2021-11-16 11:28:00
Entered Test at N/A
Entered Done at N/A
Entered Closed at 2021-11-26 12:15:00

Definition of Ready

  • Issue is populated with relevant Acceptance Criteria
  • Issue name meets the format “As a I want so that ”
  • Issue is not dependant on any, non-closed, issue
  • Issue appropriately weighted based on team opinions and planning poker session(s)
  • If issue has a corresponding UI element, it has a “UI Plan” created before development begins
  • If Issue has a corresponding DB element, it has an ER Diagram created with corresponding changes before development begins
  • All above points verified by a member of the team external to the main developer(s) of the issue

Definition of Done

  • At least one automated test per major feature created during the process of the issue
  • All acceptance criteria complete and met
  • All relevant tests pass
  • Appropriate Javadoc present throughout
  • All above points verified by a member of the team external to the main developer(s) of the issue
Edited by Joshua Gill