geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
15 stars 5 forks source link

Add buttons to event page for cronologically next / prev event #1170

Open geoff-maddock opened 6 months ago

geoff-maddock commented 6 months ago

Make it easy for users to cycle through events by adding buttons to the show pages. https://arcane.city/events/4715

Add a method to get the next and previous next select * events where start_at >= current event, id >= current event sort by start_at, id asc limit 1 where id not equal to this event

previous select * events where start_at <= current event, id <= current event sort by start_at, id desc limit 1 where id not equal to this event