im currently trying to figure out how I can implement something like a sorted list that contains data that can be selected by the user.
To make it more understandable, I have a set of colors, and each color can be associated with one or more products. But I do not want to display colors sorted by name or hex code. Instead, I would give the "administrator" the opportunity to independently arrange the order of colors. I am currently using an optional position attribute for sorting, but that doesn't seem right to me.
Has anyone done something similar with entity infrastructure?
Thanks for the help!
source share