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 for events should have eventname instead of ID #297

Closed
Keyvan0111 opened this issue Oct 4, 2024 · 1 comment
Closed

Url for events should have eventname instead of ID #297

Keyvan0111 opened this issue Oct 4, 2024 · 1 comment

Comments

@Keyvan0111
Copy link
Collaborator

✨ What is your feature? Is it related to a problem?

When looking at the url of an event page it looks something like this:
https://td-uit.no/event/b0128b52-beb8-47d1-8d58-11b344020b13

πŸ’« Explain your suggested solution

Perhaps use the title as the route name?

πŸ”€ Do you have some other alternative solutions?

Add a field to the "Create event" where you write in one word what the event is and use this instead

πŸ’¬ Additional thoughts
N/A

@github-project-automation github-project-automation bot moved this to πŸ”Ž Issue under review in Master backlog Oct 4, 2024
@otytlandsvik
Copy link
Collaborator

This is possible, however we would need to

  • Check the database to verify that this name is not taken
  • Make sure two events do not share the same URL
  • Somehow support both the legacy UUID and new naming system in the backend, or
  • Keep the UUID and add the URL name as an additional field, in which case old events must also get this attribute

To me it seems to be slightly complex in return for not a lot of utility, that's my two cents. Feel free to reopen and argue for it if you still feel this could be useful and worth the effort.

@github-project-automation github-project-automation bot moved this from πŸ”Ž Issue under review to βœ… Done in Master backlog Oct 15, 2024
@otytlandsvik otytlandsvik closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: βœ… Done
Development

No branches or pull requests

2 participants