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

Warn when removing attendees #805

Open harrislapiroff opened 8 years ago

harrislapiroff commented 8 years ago

Currently the refund form issues a sort of oblique warning, "Attendees with no items remaining will be removed."

screenshot 2016-05-24 10 36 40

It would be clearer if, instead, we could calculate which attendees will be removed (this will be a challenge, but doable) and conditionally issue a warning like,

⚠️ Alex Hamilton and John Adams have no items and will be removed.

harrislapiroff commented 8 years ago

It's also possible that now that we have partial refunds implemented, we should default to having nothing selected and force the organizer to explicitly select things they wish to refund.