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

Enable bulk actions for store items #550

Open spilzer opened 9 years ago

spilzer commented 9 years ago

For stores with many items (i.e. several registration levels, t-shirt sizes, etc) it would be helpful to be able to bulk adjust settings such as price, availability dates, total number, and whether to display remaining items.

melinath commented 9 years ago

Could you give an example of a use case that this feature would make easier? I can definitely see how this could be useful for availability dates, but I'm not as clear on how it would help for price or total number, so I'm wondering if maybe I don't understand the request.

harrislapiroff commented 9 years ago

Dates are definitely one thing. Prices are useful if the different item options are just variations on the same item (e.g., t-shirt sizes). I think those are the particular cases Sarah was looking at.

spilzer commented 9 years ago

Total number is probably the least useful, especially in cases where there are unlimited items, but I could see needing to set several different registration levels at 50 tickets each or some such thing. I did find myself going through each item I had created to change the setting to not display the remaining number of items since it didn't apply to any of our items. Part of that was because I didn't realize what the defaults were and so didn't know I needed to change them until AFTER I had created 17+ items. At that point, it would have been much easier to do a bulk change than handle each item separately. Hope this helps clarify!

melinath commented 9 years ago

Yep, thanks!