Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perform google group creation in background job [1] #597

Open
aguestuser opened this issue Apr 5, 2018 · 0 comments
Open

perform google group creation in background job [1] #597

aguestuser opened this issue Apr 5, 2018 · 0 comments

Comments

@aguestuser
Copy link
Contributor

Acceptance

GIVEN I have just created a new group

  • THEN I should be redirected to my new group homepage in less than 500ms

Context

Currently it takes several seconds to redirect after filling out the group creation form and the app appears to be hung or broken. This is not a good first user interaction.

The reason it takes so long is because the POST does not complete until after the Google API has made several round trip network calls. If we performed these calls in a background job the redirect would be instantaneous

Question

I'm not sure how important it is to play this ASAP. I don't think it would take very long to do . What do others think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant