In the new Opportunities page, we have the ability to save opportunities for later by bookmarking them. We want to improve the resources page by also having this functionality there.
Acceptance Criteria
Add the relevant info in the database to capture bookmarked resources for each user. Then, when the 'Bookmarked' filter is applied, only show the saved resources.
This will also requiring creating the functionality to bookmark a resource and have this reflected in the backend. Additionally, we'll need to implement the 'Bookmarked' filter.
Additional Context
There will be some similarities between bookmarking opportunities and bookmarking resources, so take a look at that existing code for reference!
Description
In the new Opportunities page, we have the ability to save opportunities for later by bookmarking them. We want to improve the resources page by also having this functionality there.
Acceptance Criteria
Add the relevant info in the database to capture bookmarked resources for each user. Then, when the 'Bookmarked' filter is applied, only show the saved resources.
This will also requiring creating the functionality to bookmark a resource and have this reflected in the backend. Additionally, we'll need to implement the 'Bookmarked' filter.
Additional Context
There will be some similarities between bookmarking opportunities and bookmarking resources, so take a look at that existing code for reference!