dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Allow ordering of items in shop #640

Open melinath opened 8 years ago

melinath commented 8 years ago

Right now the order is... arbitrary? We should fix that.

harrislapiroff commented 8 years ago

We've had one event request this functionality this month.

chigby commented 8 years ago

Started a branch for this (see current head here: 9e944da8c0db0c9852ee243fb74eba81d14d9d3b). It adds an order field to Item, which it then sorts by in the shop. Seems to work all right? I tested it by manually adding order values to some items.

If you want to put something in the organizer interface for adjusting the orders, that branch seems like an okay place for it.

melinath commented 8 years ago

Branch is django-brambling/item-ordering. I might take a stab at adding drag & drop to the organizer interface in a bit for fun. Yay vacay!

harrislapiroff commented 8 years ago

We had another event request this.

melinath commented 7 years ago

Just had another event request this.