diff options
author | Frederick Muriuki Muriithi | 2023-07-27 05:19:22 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-27 05:19:55 +0300 |
commit | a8804012b1b8848f9298a672625e4cc5dc7f668d (patch) | |
tree | 9948f575dee127923df1e1af58bd2f8ac8615744 | |
parent | 975ddd2d24687da2e49caee991ec9a9e4c504885 (diff) | |
download | gn-gemtext-a8804012b1b8848f9298a672625e4cc5dc7f668d.tar.gz |
Issue: Paginate Data Items on Resource Page
-rw-r--r-- | issues/authentication_authorisation/paginate-resources-page.gmi | 21 |
1 files changed, 21 insertions, 0 deletions
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 |