scholar-alert-digest icon indicating copy to clipboard operation
scholar-alert-digest copied to clipboard

Paper cache + reload button

Open bzz opened this issue 5 years ago • 0 comments

Right now the backend is completely stateless: every request from the frontend triggers fetching from GMail.

The idea is

  • to cache papers per user session in-memory on the backend and serve only them from /json/messages
  • add explicit "Reload" action to the frontend that will trigger a new /json/messages/fetch Screenshot 2021-03-11 at 09 05 27

This will allow to experiment on real data much faster and will be a fist step towards introducing a proper state management on the backend.

bzz avatar Mar 11 '21 07:03 bzz