Skip to content

Prepare application for UX research round 1

Given that we want to make our prototype application available for users to test with, they will need to be able to sign in and interact with realistic or real data.

There are two options we can pursue here:

  1. Deploy the application to production
  2. Only test with internal GSA users for now

What I believe needs to be done for each, although this list is not comprehensive:

1. Production

  • Register our application with the production UAA instance
  • Create the Concourse pipeline for production deployment along with updated variable values
  • Confirm the available scopes most users have and update our application to fail gracefully if they are not able to view user information (last log in, etc)
  • Create a sandbox org and space for users to pursue potentially destructive actions (edit, delete, etc) without impacting actual applications

2. GSA only

  • Create a script that will populate our org / space on dev with more users so the tester has something to manage
  • Create users, if needed, or otherwise hook up their GSA accounts to UAA

Ensure this issue has a clear Definition of Done in the Acceptance Criteria list below:

Acceptance Criteria

  • We have determined the strategy we would like to pursue for user testing
  • The respective steps, depending on the strategy, have been completed to prepare our application for user testing
  • Someone outside of our team is able to log into the application and see an org details page