dailyidea / dailyidea.com---ARCHIVE

Daily Idea: Email me an idea every day. I'll store it, make it searchable, and tell you about similar ideas submitted by others.
11 stars 11 forks source link

login email isn't immediately available in gmail #1049

Open ezl opened 3 years ago

ezl commented 3 years ago

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 commented 3 years ago

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.