Not sure if this is a feature request or a proposal for a module.
I have a product catalogue with products appearing in one or more categories. I’d like to be able to precisely determine the order that those products are listed in when viewing a particular category.
This is not the same problem that add-ons like REEorder solve; current ‘ordering’ add-ons work by adding a custom field to the entry and ordering on that. As I have >100 categories I’d need 100 custom fields.
I would propose instead adding an order column to the `exp_category_posts` table and providing a drag-and-drop interface for entries already assigned to a category that would update the value in this column.
First you would choose your category from a select menu and load a list of entries assigned to it. Then you would reorder the entries as you wish and save. The ordered entries could then be displayed with a tag that wraps (exp:channel}
Has anyone built such a thing?