mozilla / gameon

INACTIVE - http://mzl.la/ghe-archive - Simple playdoh site to support the gameon 2012 challenge
BSD 3-Clause "New" or "Revised" License
0 stars 6 forks source link

Make a model for the Awards #139

Closed rossbruniges closed 2 years ago

rossbruniges commented 11 years ago

The way that we assigned and created the awards is a fair bit of a hack - this could potentially be made a bit more elegant.

Instead of having the awards hard-coded inside of https://github.com/mozilla/gameon/blob/master/gameon/submissions/models.py#L37-L42 we could make a model out of them, that way more can be easily added if needed, we would also be able to associate them with an individual (or multiple) challenge year and provide ourselves with a little bit more longevity if the challenge becomes an on-going thing over a large number of years - which hopefully it will be :)