dotnet-foundation / election

Election content has moved to the main site at dotnet-foundation/website
MIT License
31 stars 23 forks source link

Randomizing Candidates Stored In Cookie #75

Closed khalidabuhakmeh closed 5 years ago

khalidabuhakmeh commented 5 years ago

We now store the randomized values in a cookie that will last for a single day. This should help folks who use the back button to go back and forth.

Additionally, if the candidate count changes the cookie will be overwritten with a new set of values.

daveaglick commented 5 years ago

Getting fancy - nice work!