If I have a table that record some kind of movie reviews , and it has a Enum column which contains the type of the movie , just like the #tag.
How could I make an interactive dashboard to show all the tags and let the user click the tag and shows all the related reviews that has been tagged?
I could also create another table to list out all the tags.
Thank you