taggit-tacc / taggit

2 stars 1 forks source link

feature/tapisv3 #124

Closed sophia-massie closed 3 months ago

sophia-massie commented 3 months ago

Overview:

Related Jira tickets:

Summary of Changes:

Testing Steps:

  1. Change environment.ts to Experimental
  2. Test importing, exporting, renaming, tagging an image, adding image to a group etc.

UI Photos:

Notes:

nathanfranklin commented 3 months ago

Found a potential bug. During login I get redirected to the Connect page twice. After clicking login I get redirected to: https://designsafe.tapis.io/v3/oauth2/authorize?client_id=taggit.localhost&redirect_uri=http%3A%2F%2Flocalhost%3A4200%2Fcallback&state=None&client_display_name=taggit.localhost&response_type=token After I click connect it again redirects me to the Connect page with the url: https://designsafe.tapis.io//v3/oauth2/authorize?client_id=taggit.localhost&response_type=token&redirect_uri=http://localhost:4200/callback. After clicking Connect again I am redirected to the app correctly

this bug also exists on prod ( https://hazmapper.tacc.utexas.edu/taggit/). should we create a new ticket and put in June sprint?