notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 56 forks source link

Delete Snippet #74

Closed inkerton closed 1 month ago

inkerton commented 1 month ago

Is your feature request related to a problem? Please describe. Add a delete button to delete any submitted snippet

Describe the solution you'd like Making a DELETE request

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

notsoocool commented 1 month ago

@inkerton Are you gonna work on the mysnippet section on myprofile page ui or this issue?

inkerton commented 1 month ago

MY Profile Page UI is done and I was thinking of adding it there only the user can delete only the snippets submitted by them I would give then a delete icon on the top right corner of the snippet from where they may send a delete request and I will seperate the rendering of bookmarked snippets and Submitted snippets .

I already made a PR for the UI changes #71 I pushed the new changes in there only reverted the changes I made in the route and added styling If you want anything more do let me know. @notsoocool

notsoocool commented 1 month ago

Okay then i am assigning you this issue

inkerton commented 1 month ago

@notsoocool DO checkout the PR .

I had worked on it till late to finish it on the same day and It has been 2 days since I made the PR.