AltCamp is an e-learning platform that allows students to post messages to the discussion threads, interact and receive feedback from other students and instructors, and hence create a deeper understanding of the subject matter being discussed.
Users who bookmark contents on the platform can only delete/remove bookmarks one at a time. It becomes stressful when the user wants to delete/remove multiple bookmarks simultaneously.
How to Fix It
The API should have a deleteMultipleBookmarks endpoint that will take ids of the bookmarks that the user wants to delete/remove as part of the request body in an array and deletes those bookmarks simultaneously.
A sample request from the frontend using RTK-Query
Contact Details
No response
The Problem
Users who bookmark contents on the platform can only delete/remove bookmarks one at a time. It becomes stressful when the user wants to delete/remove multiple bookmarks simultaneously.
How to Fix It
The API should have a
deleteMultipleBookmarks
endpoint that will takeids
of the bookmarks that the user wants to delete/remove as part of the request body in an array and deletes those bookmarks simultaneously.A sample request from the frontend using RTK-Query
Additional Context
No response
Specific File Path(s) on the Repo to be Modified/Refered to
No response
Code of Conduct