Open GoogleCodeExporter opened 9 years ago
Sorry, it should be cache, not catch. I should sleep more (:
Original comment by hder...@gmail.com
on 18 Sep 2010 at 2:56
A coworker and I discussed this today, and had an idea. It has probably
already been rejected, for a good reason, but I hadn't seen it yet.
The goal here is to keep it simple enough for anyone to enter, yet to not use
resources when people submit and forget. If they want to submit and use a
starter bot, and keep it for the whole contest, this idea allows them to do it.
Make bots "active" for 7 days after they are submitted. After 7 days, they go
inactive. A user can reactivate their bot by clinking a link on their profile
or something, maybe even 1-2 days ahead of time, and get another 7 days,
without losing their history.
At the end of the contest, though, use all current submissions, "active" or
not, so people weren't penalized for going on vacation the last week of
November.
I am ignorant in database backed websites, so I probably have this all
wrong....
- add a column in the database for each submission, as a "good until" date.
- a user's profile page shows the date their submissions will go inactive.
- within 24-48 hours of going inactive (or after), they can click a link to
update the value in the database to the current time + 1 week.
Cons -
More complexity for the admins.
Another link on the webpages.
An additional where clause in a bunch of sql.
Extra logic for displaying the user profile.
This doesn't do anything to cull out the entries at the end of the contest, as
was done for the Tron competition (If I recall correctly)
Pros -
Anyone can enter, any bot they choose. As long as they themselves are active,
their bot is active.
People who submit and forget end up not using as much resources during the
contest
If this is just dumb, sorry for taking up your time.
Dave
Original comment by dmj...@gmail.com
on 30 Sep 2010 at 11:32
Original issue reported on code.google.com by
hder...@gmail.com
on 18 Sep 2010 at 2:51