helder
7
You just need to remove the item from the RG datasource.
How you do that depends on the datasource, and your database structure.
As adamhholmes mentioned, you have to configure your database that display the ‘job listings’ with a yes/no or a list of things (for more granular control) and then you filter that list conditions to show like/disliked.
The moment the user clicks to dislike, make changes to both user and lists (suggestion here) to add to disliked list or turn yes/no. That way, the RG list won’t show the one that the user selected.
“Multiple ways to skin a cat”