DoSomething / voting-app

☑ Voting app for DoSomething.org campaigns.
MIT License
6 stars 4 forks source link

create the reset:app command to reset the app for a new year #433

Closed katiecrane closed 9 years ago

katiecrane commented 9 years ago

fixes #432

removes password reminders, votes, winners, and users that are not admins

This worked whenever I ran it. I tried to find and follow conventions but let me know if that didn't work out.

angaither commented 9 years ago

@weerd @DFurnes mind taking a look at this one?

DFurnes commented 9 years ago

I'd recommend adding a "Are you sure you want to delete all votes, users, and winners?" confirmation. There's a little section on this in the Artisan documentation since this is a super destructive task. :bomb:

DFurnes commented 9 years ago

Looking pretty good! Left a couple of comments. Don't worry about the two failing CI checks... I started working on hooking those up a little while back, but got distracted. :grin:

katiecrane commented 9 years ago

@DFurnes I made all your changes, take a look :)

DFurnes commented 9 years ago

Looks good to me! :shipit: