book / CPANio

CPAN.io
http://cpan.io/
7 stars 6 forks source link

New board: neocpanisms #8

Closed book closed 9 years ago

book commented 10 years ago

Since we're basically stealing everything from NEILB, this is is the obvious next step.

book commented 9 years ago

I have a branch with a full refactor than enables dealing with "regularity contests" in a generic manner: one only has to compute whatever type of bins is needed for the board and author.

There are two other boards that can be built on the same principle:

So we would have three "regularity contests boards":

Which means we need to expand the URL scheme to support these.

Here are some options:

  1. /board/regular/$board/$period/$contest.html
  2. /board/once-a/$period/$board/$contest.html

With:

I think the second option reads better.

neilb commented 9 years ago

Yup, second reads better to me too.

book commented 9 years ago

It also has the benefit that we don't stop using one of our URL. We just make it mean something different. ;-)

book commented 9 years ago

I've settled on names for each of the games:

book commented 9 years ago

And everything is now live.