mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Collections pagination #521

Closed pdpinch closed 6 years ago

pdpinch commented 6 years ago

As an admin with access to a lot of collections, I need to be able to load the home page (/collections) and the side nav without waiting for 1000+ items.

In order to minimize design changes and not block the import of TechTV collections, we can add simple pagination to the home page, and limit the sidenav to the first 10 items. We'll add a "more" link in the sidenav that will just load the /collections page.

acceptance criteria

related issues

roberthouse54 commented 6 years ago

Just to add a note. Elaine has said that one of her main use cases to find videos is that she does an in browser text search to find a video. It is possible that this will be a use case for other users, so we may at some point want to add a basic search feature. As the way she does it now will no longer be possible when we add pagination.

emmello commented 6 years ago

It's more to find a collection that I do a search, though in something like the Blossoms collection with a lot of videos, it would be nice to be able to search through pages, but I think that's probably more work than it is worth.

roberthouse54 commented 6 years ago

Please update the pagination style to the following.

image

This should be added to both the collection page, and the collections list. Place the pagination at the bottom, aligned right.

image

image

pdpinch commented 6 years ago

I'm going to close this. The UI changes in #626 don't seem to be released yet, but I see them on CI.