bernd-wechner / CoGs

Competitive Gamers Leaderboard Server (CoGs LS)
2 stars 4 forks source link

Add player/game activity view #6

Open bernd-wechner opened 5 years ago

bernd-wechner commented 5 years ago

My thought is here, as a player property perhaps to provide a data structure that describes all the months since a player was added to the system to now and for each month contains a count fo game session recorded in that month.

This can then be rendered as a player property in a little table perhaps of say one year per row, one month per column and a box which is either filled and/or contains a number if the session count is > 0 or is empty if it's 0. A simpel HTML table would suffice, could even be a custom widget or such.

This will provide a really nice overview of a players activity.

The precise same thing is possible for a game, to see a games activity, how often it's been played in a kind of time line.

bernd-wechner commented 5 years ago

This could be presented graphically too at some point. See: https://github.com/bernd-wechner/CoGs/issues/9