Like / Dislike

Hello,
My problem is fairly technical.
I have a video games application where people can rate their games, bookmark them, etc…

What I’d like is to be able to see their favourites on each user’s profile.
Initially, I came up with a technique but the problem was that everyone had the option of removing the person’s favourite. For example, when Jacques put the game Minecraft as his favourite, Paul and Bastien could remove it because the columns weren’t separated.
The only solution I’ve found to remedy this problem is to create user specifics. The problem is that when I go to Jacques’ profile, I see MY favourites and not his.

I’ve been lost for a fortnight with this problem and I can’t seem to solve it. If anyone would be so kind as to help me, that would be really great!

At the moment, I’ve also tried : Link my DB user with my DB Games. That way, when a player bookmarks something, it puts their email in a certain column in Games and sorts it. But it doesn’t work.
I’ve also tried doing the opposite: sending the games I’ve bookmarked in my DB user to a specific column, but that doesn’t work either.

This is what I used to do to create social favorite lists:

*this app was developed in Classic Apps and uses a bit of outdated logic, but the premise is the same.

2 Likes

Hello,
Thank you very much for your video! I’ve already used it to create followers and following on my app! I was thinking about it this morning, and I tried to use this video as inspiration for the favourites that are visible on people’s accounts.
But despite everything, I can’t do it. In your video, everything is in the same table. For me it’s a mixture of two panels: the User panel and the Games panel.
I tried to use your technique in the User table at first but it didn’t work (the game names, images, etc. didn’t appear). I then tried in games but then the games I had bookmarked were mixed up again.

Gotcha. Try this:

4 Likes

Wow, thank you so much! It was clearly the solution, so thank you once again! It’s thanks to you that I’ve been able to create my application today.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.