kir12 / cjnwebapp

guidebook web app for conventions
GNU Affero General Public License v3.0
0 stars 0 forks source link

automatically hopping to the closest next event #27

Open kir12 opened 9 months ago

kir12 commented 9 months ago

related feature: automatically hopping to the closest next event given a user's current time

grab the user's current time and query against the dataset
find the closest event and jump to that scrollpoint
    fallback: if user visits website before/after the event ends, jump to the first/last event respectively
kir12 commented 9 months ago

originated from issue #7