Keeping order in Testing
Posted: Fri Jan 09, 2015 12:29 am
As hi_leute_gll suggested, we're implementing tags for map testing now, so it's immediately clear what the state of a map is. I added the regular moderators as forum moderators (and hi_leute_gll) so that they can set the tags (and help keep the forum clean).
These are the testing states we have:
If a map does not get released, it should never get to the [APPROVED] state, instead:
These are the testing states we have:
- [NEW] Map has just been sent in, no idea whether to release it
- [APPROVED] Testers have taken a good look at the map and it's fun enough that we can release it, after fixes
- [WAITING] Waiting for fixes by the mapper
- [UNTESTED] Mapper sent a new version, needs to be tested
- [RELEASABLE] Everything is fine, map can be released
- [ARCHIVE] Map is not good enough, should not be released, even with changes (can probably just move it to archive)
Code: Select all
[UNTESTED] -> [APPROVED] -> [WAITING] -> [UNTESTED] -> [RELEASABLE]Code: Select all
[UNTESTED] -> [ARCHIVE]