Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Implement Bookmark Deletion #1194

Open
Tjoseph-O opened this issue Mar 1, 2025 · 0 comments
Open

Feature Request: Implement Bookmark Deletion #1194

Tjoseph-O opened this issue Mar 1, 2025 · 0 comments

Comments

@Tjoseph-O
Copy link

Tjoseph-O commented Mar 1, 2025

Is your feature request related to a problem? Please describe.

Yes. Users cannot remove saved job bookmarks, leading to an accumulation of unwanted bookmarks.

Describe the solution you'd like

Implement a delete method in BookmarkService that removes a bookmark given user_id and job_id, raising a 404 error if the bookmark does not exist.

Describe alternatives you've considered

A "delete all bookmarks" function was considered, but it lacks the necessary granularity for individual bookmark removal.

Additional context

This completes the CRUD operations for bookmarks, improving user experience.

@Tjoseph-O Tjoseph-O changed the title Implement Bookmark Deletion Functionality Feature Request: Implement Bookmark Deletion Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant