abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
38 stars 62 forks source link

[Feature] Allow users to customize short links #52

Open fazil-syed opened 2 months ago

fazil-syed commented 2 months ago

Is your feature request related to a problem? Please describe. The shortened url is auto generated so it might be harder to remember

Describe the solution you'd like My solution is to allow users to customize the shortened url with their username and some additional 6 letters strings (size is open to changes) so that it could be easy to store it. But we can allow users to only acces this feature if they are logged in

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Another alternative is to allow users who use the shortening feature to specify their custom url and if that does not already exist then we will use that custom url or specify the error in a readable format.

Additional context I want to work on implementing this feature on the backend

fazil-syed commented 2 months ago

Please assign this issue to me under gssoc'24

abhijeetnishal commented 2 months ago

Hey @fazil-syed, currently there are some features we are adding now, so after these issue you can work on this issue.