LunchDevCommunity / community-calendar

📅 Community calendar for our Discord server, built with love and Eleventy.
https://events.lunch.dev
15 stars 12 forks source link

URL scheme collisions #110

Open chantastic opened 3 years ago

chantastic commented 3 years ago

I'm working on a possible Monthly recurring event and realizing that our url-scheme isn't particularly well-suited for this notion.

Problem title: title: Mastermind Monday

I could prefix with the month: title: Mastermind Monday — August But we still have collision after a year

We could add a year, or an increment or but these feel a little clunky and have to be manually enforced: title: Mastermind Monday — August, 2021 title: Mastermind Monday #1

In an effort to keep permalink for all events, I'm curious if we should introduce a dates to new event URLS. If so, what's the best way to handle old urls:

Thanks for your thoughts on this :)