newsdev / elex-admin

A CRUD admin for editing AP election results data, including names and race calls.
6 stars 2 forks source link

Handle editing of multiple fields without immediately publishing #19

Open giratikanon opened 8 years ago

giratikanon commented 8 years ago

We may want to edit multiple fields, such as delegate totals for each candidate, without immediately having them published. So we may want the admin to have a "Save" button instead of auto-saving.

giratikanon commented 8 years ago

This also applies to "Accept AP calls" and "Winner", since if you take too long to pick a winner while the loader is running, we could temporarily uncall a race.

giratikanon commented 8 years ago

I can do this today. I think we just need to replace the "save on blur" to "save on click" and add a save button.