ensignlee / ssbook

ssbook
5 stars 3 forks source link

Cookie should keep last date range recorded for 30 minutes #160

Closed ensignlee closed 12 years ago

ensignlee commented 12 years ago

Based off of a user request, I think we should have the cookie keep track of the last used date range for 30 minutes, so that people entering in multiple bets don't have to go and manually change the date every time they go back to the enter bets page.

30 minutes should be sufficiently long enough that users can change things in a given date range. We obviously don't want to keep the last used date range forever, or people would have to change it every time they logged in and wanted to record bets on different days, so that seems like a good solution to me. Thoughts?

ensignlee commented 12 years ago

Eh, on second thought, let's not do this. Users should be able to just enter in multiple bets at a time on the main page. This just adds unnecessary complexity.