Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL scheme collisions #110

Open
chantastic opened this issue Aug 2, 2021 · 0 comments
Open

URL scheme collisions #110

chantastic opened this issue Aug 2, 2021 · 0 comments

Comments

@chantastic
Copy link
Contributor

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:

  • _redirects
  • add permalink to previous events
  • only change the URL scheme for specific event types

Thanks for your thoughts on this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant