I'm trying to make a simple demo in which I have an imaginary merchandise store that gives points (an open asset) to customers when they buy products. Those points can be exchanged for limited edition products (a closed asset).
I not sure what would be the best (or even possible) solution to make a page where only clothing items are shown or only cutlery like mugs. I was thinking about making assets that hold a list of all txids, name and amount left of a certain category (like clothing) so that I can show those on an index page, but it seems like I can't store an array in an asset.
any idea what a best practice could be for this scenario?