Ticket #42 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

In WUI where List of Items to Display is Large Results should be Paged

Reported by: rgrp Owned by: rgrp
Priority: critical Milestone: v0.6
Component: ckan Keywords:
Cc: Repository:
Theme:

Description

As A

Visitor

I Want To

View lists of items but not have too many on a page (as this leads to slow page loads and difficulty navigating the list). Where there are more items in the results of my action that can be fit on a single page the results should be 'paged' in some manner.

Details

Main place this issue arises:

  • List of tags
  • List of packages
  • Repository history (/revision)

Should probably have no more than 50 (or so) items on a page. Obvious solution is for actions that return lists to have some kind of pageno parameter and then use this in controller to select what to display.

Change History

comment:1 Changed 6 years ago by rgrp

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to v0.6

See r234 and previous. Pagination now implemented for packages and tags (but not for revisions yet).

Note: See TracTickets for help on using tickets.