Sometimes requirements ask for media that was favourited by other people/participants.
idk if the API let's you request the specific users directly but an easy way to accomplish this would be storing the "is favourited" flag of every MediaList entry of every AniTools user and relying on that data. Sure, this approach doesn't cover all of them but it'd be a good start.
As for the column content: button with the amount of known favs as label. On click: popup with links to the users. Maybe show an info blurp on top explaining the source of the data the user sees.
Sometimes requirements ask for media that was favourited by other people/participants.
idk if the API let's you request the specific users directly but an easy way to accomplish this would be storing the "is favourited" flag of every
MediaListentry of every AniTools user and relying on that data. Sure, this approach doesn't cover all of them but it'd be a good start.As for the column content: button with the amount of known favs as label. On click: popup with links to the users. Maybe show an info blurp on top explaining the source of the data the user sees.