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

login email isn't immediately available in gmail #1049

Open
ezl opened this issue Jul 22, 2021 · 1 comment
Open

login email isn't immediately available in gmail #1049

ezl opened this issue Jul 22, 2021 · 1 comment

Comments

@ezl
Copy link
Collaborator

ezl commented Jul 22, 2021

when trying to log in, we give a button that searches your gmail.

however, the email usually hasn't arrived by the time i get to my inbox.

instead, let's pause on that screen before letting the user click the button. we can add an animation or something to entertain them while they wait for 2 seconds.

@saadmanrafat
Copy link

saadmanrafat commented Jul 26, 2021

Why not limit API responses to 10-15 data points per window? That would decrease the response time. Once API responses are stored, make use of Django's Lazy Loading ORM. It would show previous emails and giving sufficient time to retrieve new emails in the background.

I contribute to open-source software all the time. You can feel free to assign me to this ticket if you agree with the implementation plan.

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

No branches or pull requests

2 participants