abhijeetnishal / URLShortener

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

Feat: Storing all URLs. #98

Closed abhiperfect closed 2 hours ago

abhiperfect commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, users do not have visibility into the shortened URLs they have created after logging into their profiles.

Describe the solution you'd like I would like to implement a feature where users can view all the shortened URLs associated with their account after logging in. This would provide users with better visibility and control over their shortened URLs.

Describe alternatives you've considered An alternative solution could be to allow users to access their shortened URLs through a unique link sent to their email after each URL is shortened. However, this approach may be less convenient for users and could lead to cluttered inboxes.

Additional context Having the ability to view all shortened URLs in their profile would enhance the user experience and improve the usability of the URL shortening service.

github-actions[bot] commented 1 month ago

Congratulations, @abhiperfect! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

abhiperfect commented 1 month ago

I would like to work on this issue.

abhijeetnishal commented 1 month ago

Hey @abhiperfect, currently login/signup and authentication done then we will work on this

abhiperfect commented 1 month ago

Hey @abhiperfect, currently login/signup and authentication done then we will work on this

Ok @abhijeetnishal , could you please assign me this task after login/signup completion.

abhijeetnishal commented 1 month ago

I will let you know

Aditya2ReaLNITKKR commented 1 month ago

@abhijeetnishal can you assign me this task under ggsoc'24

Aditya2ReaLNITKKR commented 1 month ago

@abhijeetnishal can you tell where we will be storing history on server ? or in cookies ?. form my point of view , server side saving is good. it will persist even if user clear cookies or history in browser.

abhijeetnishal commented 1 month ago

Hey @Aditya2ReaLNITKKR, we can use server side approach not cookies as i explained in #106

riyasaxena32 commented 1 month ago

I am interested in resolving issue for GSSoC '24 and believe my skills in make me a good fit. Please assign it to me.

abhijeetnishal commented 1 month ago

Hey @riyasaxena32, there are some issues like #70 that needs to be done before this. Also @abhiperfect asked this issue to assign.

abhijeetnishal commented 3 weeks ago

Hey @abhiperfect, do you have any designs for this feature? We have redesigned the UI and login/signup pages

abhijeetnishal commented 2 hours ago

Closing this issue as not active.