Currently tracking (could combine this with any other sort)
We could also allow the user to choose what to sort by
Maybe a drop down button
Where would we put it?
Interaction w/ paging
For someone following hundreds of tv series, it makes sense to not download all the series info at once. Paging is breaking up the series list into pages. When the user scrolls down to the bottom of the page, more shows will be loaded.
Currently, the first thing the My Shows page does is ask the server for all the ratings (including tracking season and watched episode) that the user has made. Then it loads all series that have been rated. Eventually I'll break this up. What should the page size be, 20 series?
Paging requires a stable list. If we allow the user to change the sorting on the page, what should happen?
Maybe remove all of the series, sort the ratings list, then reload the first page of series. What do you think?
Things we could sort by
We could also allow the user to choose what to sort by
Interaction w/ paging