ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
GNU Affero General Public License v3.0
5 stars 0 forks source link

Implement Pagination and search for Documents page #260

Closed gyfantidis closed 3 weeks ago

gyfantidis commented 6 months ago

Description:

Currently, the backend sends only 20 JSON objects (projects) to the frontend per request. To handle large datasets efficiently and enhance user experience, we need to implement pagination on the frontend. This will involve creating a mechanism to request and display the next set of 20 projects when the user navigates to the next page.

sekasx commented 4 months ago

Also, the default sorting should be by update date. The API already supports this.

sekasx commented 3 months ago

The frontend should load the next 20, whenever the user scrolls in the end of page.

sekasx commented 3 weeks ago

Done. An other ticket created for search