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.