Figured out pagination options

Tuesday, March 18, 2014

It finally clicked that I can handle roll-over by just returning to the first page. This satisfies the case that the user selects older posts while on the last post page, or newer posts while on the first page.

I think the only thing left for handling pagination will be to indicate on the model if older or newer posts are available. That way I can remove the "Newer Posts" or "Older Posts" button if it cannot be used. Another option would be to replace the "Older Posts" button with a "Back to front page" button. The rollover option will still need to remain in case as a last ditch method of error handling.

Tags:  Development