Open ezl opened 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.
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.