From a8804012b1b8848f9298a672625e4cc5dc7f668d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 27 Jul 2023 05:19:22 +0300 Subject: Issue: Paginate Data Items on Resource Page --- .../paginate-resources-page.gmi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 issues/authentication_authorisation/paginate-resources-page.gmi (limited to 'issues/authentication_authorisation/paginate-resources-page.gmi') diff --git a/issues/authentication_authorisation/paginate-resources-page.gmi b/issues/authentication_authorisation/paginate-resources-page.gmi new file mode 100644 index 0000000..5e04b96 --- /dev/null +++ b/issues/authentication_authorisation/paginate-resources-page.gmi @@ -0,0 +1,21 @@ +# Paginate Resources Page + +## Tags + +* priority: medium +* status: open +* assigned: fredm, zachs +* keywords: resources, data linking, auth +* type: feature request + +## Description + +Some of the Resources have too many data items linked, which leads to the page freezing when loaded. + +Pagination will help aleviate the issue in those situations. + +We also need to add a search of sorts for the data within the resource, to avoid having to scroll through the pages to find a specific data item. + +### Possible implementation notes + +* Have pages of 250 results or so -- cgit v1.2.3