nemein / com_meego_packages

MeeGo Community Applications browser
3 stars 1 forks source link

Paging results #3

Closed feri closed 13 years ago

feri commented 13 years ago

Listing 100s of packages is not just time consuming, but bad from usability point of view. Make paging work on any index pages that show multiple elements. Make the items shown on one page configurable.

bergie commented 13 years ago

Use a similar approach to https://github.com/nemein/fi_openkeidas_articles

This means registering an additional route pointing to the same controller and action, like this:

path: /latest/{$int:page}

...and then catching and using the page variable in the controller to tune QuerySelect offset.

feri commented 13 years ago

I mark this closed now. I think listing packages is fine as is today: http://apps-beta.meego.com/repository/home:zigbee/meego_1.1_core_Netbook/i586/

Reopen if you disagree.