mozilla / testpilot

Test Pilot is a platform for performing controlled tests of new product concepts in Firefox
https://testpilot.firefox.com/
250 stars 123 forks source link

Make sure redirects work to individual experiments if you're not signed in #602

Closed pdehaan closed 8 years ago

pdehaan commented 8 years ago

I can't get this to work currently, but it may be related to the [temporary] query string gate on the index page.

I want to link directly to an experiment (ie: http://testpilot.dev.mozaws.net/experiments/tabcenter) but I'm not logged in. It'd be nice if Test Pilot redirected me through the proper FxA flows and then dumped me back on the Tab Center experiment page instead of on the homepage.

This would also be pretty useful for the badge so we can point to specific experiments instead of the generic homepage.

lmorchard commented 8 years ago

This is kind of an interaction with how the site intentionally works right now: Anonymous users are not allowed to navigate into experiment detail pages right now. So, they end up redirected to the home page. Then, they can sign in. We can probably fix this one along with that, if/when we decide to change that product decision

ckprice commented 8 years ago

Closing this in favor of #419.