Badges showing list


i was trying to add a badge feature in my app, showing the badges users have collected in their profile page, how should i setup my database, linkage and avatar list filter?

@furiousfrog,

You can use a relation column between users and badges collections which would be a many to many relation.

thanks but how do i set up the filter in the avatar list component?