moonshotcollective / pay.party

pay-party.vercel.app
MIT License
9 stars 18 forks source link

As a room creator, I want the names of the rooms I create to be reflected in the URL of room instance, so that I can remember the URL and share it easier #168

Closed brentmartin closed 2 years ago

brentmartin commented 2 years ago

Is your feature request related to a problem? Please describe.

Link's are strings of random numbers and characters, making it challenging for the creator to remember the link they created. This makes sharing, outside of copy/paste challenging.


Describe the solution you'd like

Rooms should have unique URLS that reflect the name of the room. We can do this by using a slug created when the instance is created for the URL.


Describe alternatives you've considered

no others considered


Additional context

This is how Tip.party rooms work - please refer to it as an example of how the URL UX should work.