I've just joined CC, but after reading through some of the forum posts wanted to modify/come up with a Gadget/GM script
to return info saying when a turn had been completed by anyone - at the moment you still have to keep refreshing if you
want to see if anyone has taken a turn unless it's the person just before you.
I'm aware of the gadgets/GM scripts/FF extensions currently available for notifications but they are limited by the scope of info in the RSS.
I notice there is a brief description of an upcoming Game Log/Game History in XML format which probably covers this so apologies in advance,
but here goes anyway:
Put Turn completion in the RSS feed or if there is a GAME XML
- Current RSS feed only gives indication about your turn in a game and not anyone else's turn in that game
Specifics:
- RSS feed could indicate something like "Player xxx has completed turn at 18:06:04" or even "Last turn completed at 18:06:04"
and optionally include the turn log.The URL can remain the same, of course.
This shouldn't be a problem from a database point of view and I think should be reasonably trivial
This will improve the following aspects of the site:
- Applications/GM scripts can parse this info and produce alerts/notifiers,analysers etc that are turn-based.
At the moment there are only round based alerts (tells you when it's your turn or a new round has begun)