-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way for us to "check off" people who have won #3
Comments
I suggest we create a new CSV with winners removed. That way we can run the script again on the second CSV if needed. And then on the third and so on. |
Yeah, but that should be a part of the system. Either creating a csv with the original winners stripped out as a default function or maybe like a prompt to rerun or something. |
So re-raffling can be done pretty easily, but how are we going to mark off people who have claimed their prizes as we give prizes out? |
See above. I suggest creating new csv and html files. And call the function three times. So when the script is run, it automatically creates two extra CSV files and 3 total html files. Original CSV file winners-1.html That way we only need to run it once for all of our redraws. And we use the redraws I’d we need them. |
theoretically the system we used opens us up to people double-claiming prizes
The text was updated successfully, but these errors were encountered: