-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow ordering of categories #87
Comments
+1, but in the next milestone. |
This may be part of a solution: https://github.com/swanandp/acts_as_list Then, on the ui-side of things, something like this perhaps: https://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/ when also tackling foodcoop-adam#30, one of https://www.ruby-toolbox.com/categories/Active_Record_Nesting (some of which include ordering) |
Done in foodcoop-adam's beta branch, plus nested categories. Would need backporting to foodcoops' version, or adoption of the new user-interface. |
This would be great (along with nested categories). Is it possible to adopt this from foodcoop-adam? |
Related to #1068. Especially if you have a supplier with a broad product range with both fresh and dry goods, it is really inconvenient to have e.g. In my coop, this was so important that I renamed all 43 categories manually with prefixes like A drag & drop list would be the best solution, I guess. Nesting would also be great, but way less important. |
It might be simpler to just name the category "_Other". |
That would move it to the top. |
Currently it does not seem to be able to order categories. This can be quite confusing; the "Other" category, for example, would be placed best at the end; or cheese and milk could follow each other.
The text was updated successfully, but these errors were encountered: