Skip to content

I want to be able to Imitate being logged in as any user

As a Super admin I want to be able to imitate being logged in as any user so I can perform actions on their behalf and in turn remove edit and add content to any store.

Acceptance Criteria

  • Create an API REST controller that returns a list of shops along with their respective level 2 admin account
  • Create a route that takes a userID, checks if the user sending the request is a superadmin and creates a jwt for the user
  • When pressed create a jwt for the given userID and redirect the user to the dashboard
  • Add a shop search bar

Tracking Data

Stage Date
Entered Open at 2021-12-06 15:16:00
Entered Ready at 2021-12-09 12:34:00
Entered Dev at 2021-12-09 12:36:00
Entered Test at 2021-12-10 14:06:00
Entered Done at 2021-12-12 11:36:00
Entered Closed at 2021-12-12 16:55: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 Ethan Allen-Harris