alan-turing-institute / Hotdesk-Indicator

Displaying the status of a hotdesk using a raspberrypi and the Inky pHAT
MIT License
3 stars 4 forks source link

Paginate bookings view #8

Open JimMadge opened 4 years ago

JimMadge commented 4 years ago

Currently, when viewing bookings all bookings are shown. If there are many bookings, it would be good to paginate the list so that only a manageable number are displayed at once.

There is a paginate extension for Flask that should help.