You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As users start to add a lot of web-archival items, i.e. bookmarks, the backend provides all of the bookmarks that belong to use as one call. The problem with this is it doesn't scale well for the backend or the frontend.
Backend has to provide all the data at once.
The frontend has more data than it can currently render or display but must store it.
Tasks
Create a paginated backend endpoint to return 6-25 bookmarks at a time.
Use paginated DB interface in Spring.
The text was updated successfully, but these errors were encountered:
That's one thing I don't like about Github is it seems that I can't assign people who haven't commented directly on the issue.
But answer your question yeah he says he has some changes, I haven't seen a PR yet but I will keep you posted if that changes. I will have some more issues soon too.
Details
As users start to add a lot of web-archival items, i.e. bookmarks, the backend provides all of the bookmarks that belong to use as one call. The problem with this is it doesn't scale well for the backend or the frontend.
Tasks
The text was updated successfully, but these errors were encountered: