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 54 forks source link

Bookmarks Page #8

Closed inkerton closed 1 month ago

inkerton commented 2 months ago

Is your feature request related to a problem? Please describe. I want to add a feature for the users to see the bookmarked code snippets as currently their is no way for them to see their bookmarked snippets.

Describe the solution you'd like I would like to add a page where they may see all their bookmarked snippets.

github-actions[bot] commented 2 months ago

πŸŽ‰ Welcome to CodeCache! πŸŽ‰

Thank you for opening your first issue! We're excited to have you contributing to the project.

Before you get started, please make sure to check out our contributing guidelines and coding standards to ensure that everything is aligned with the project's workflow. If you have any questions or need help along the way, don't hesitate to ask.

We appreciate your input and look forward to collaborating with you. πŸš€

Happy coding!

inkerton commented 2 months ago

hey @notsoocool i would like to solve this under gssoc24 extnd and hacktoberfest. Kindly assign it to me.

notsoocool commented 2 months ago

Hi @inkerton, Thank you for the feature request! Yes, adding a page to display bookmarked snippets would be a great enhancement to the user experience. Currently, users can bookmark snippets, but having a dedicated page where they can easily view and manage all their bookmarked snippets would make it more convenient.

notsoocool commented 2 months ago

@inkerton ref: https://github.com/notsoocool/codecache/issues/20#issuecomment-2389259257 for help

and the reason you are not getting the snippet is because, while creating your mongo db cluster, might be you have not uploaded some dummy data First upload some dummy data in your cluster and then try to access the snippets

notsoocool commented 2 months ago

Connect me on Discord if you are getting stuck with something Discord id: notsoisocool

notsoocool commented 1 month ago

@inkerton Hello! It's been 3 days since this issue was assigned. If you’re still working on it, please provide an update. Otherwise, I will need to remove you from the assignment to free it up for others to take over. Thank you!

inkerton commented 1 month ago

I am working on it working with dummy data and admin rights was an issue I was also wondering where do I put the Bookmarks page in the navigation bar above or somewhere else.