Description
With the recent update to the vax API, the site's now loading slowly due to the number of data. We should implement some form of pagination to help reduce the number of content rendered.
Implementation Model
A basic pagination query of the API is now available on the API. https://jkt-vax-quota.vercel.app/
Available queries: start (default 1) and count (default 100).
e.g. https://jkt-vax-quota.vercel.app/api/kuota?start=10&count=100
Tasks
[TODO]
Description
With the recent update to the vax API, the site's now loading slowly due to the number of data. We should implement some form of pagination to help reduce the number of content rendered.
Implementation Model
A basic pagination query of the API is now available on the API. https://jkt-vax-quota.vercel.app/
Available queries: start (default 1) and count (default 100).
e.g.
https://jkt-vax-quota.vercel.app/api/kuota?start=10&count=100Tasks
[TODO]