TherkuTech / tturl

Shorten your URLs in one click
https://tturl.netlify.app/
MIT License
14 stars 35 forks source link

enable deletion of single url #63

Open AyushSharma72 opened 1 month ago

AyushSharma72 commented 1 month ago

right now there is not option by which user can delete a single url i want to add an cross symbol to each url in the history so that the user can delete a specific url

image

please assign this issue to me @muruga21

muruga21 commented 1 month ago

@AyushSharma72 yeah dude.. work on it.. dont delete the id from database.. add a attribute called deleted with type bool in the schema.. and set the value to true = "deleted" .. and while redirecting to the corresponding page.. make sure when you try to use deleted ur it should not redirect