Purging points/leaderboards

Post

Posted
Rating:
#896 (In Topic #234)

Trying to find a way to purge point totals/leaderboards

Is there a way either on the admin panel or on the back end to purge the leaderboards/point totals? Basically the scheme we're looking to do is to have a weekly leaderboard that we can clear at the end of the week to see who can accumulate the most points in that week. We can use the reporting to export, but if I can find a way to do it on the leaderboard block that would be A+ either by adjusting the leaderboard to show points accumulated that week rather than a running total snapshot or just purging points entirely so they start fresh each week (I can create a scheduled task to run if it's a database thing).

Post

Posted
Rating:
#897
Hey,

It's not currently a feature I'm afraid. We have had it on the tracker for a while:
0000782: Allow leader-board to show snapshots of biggest earners in a period of time - Composr CMS feature tracker

The thing is that points are calculated on-the-fly, so to implement this we'd need to start recording points each week, or we'd need to switch to a model where points all individually audited with a timestamp.

Post

Posted
Rating:
#898

Chris Graham said

Hey,

It's not currently a feature I'm afraid. We have had it on the tracker for a while:
0000782: Allow leader-board to show snapshots of biggest earners in a period of time - Composr CMS feature tracker

The thing is that points are calculated on-the-fly, so to implement this we'd need to start recording points each week, or we'd need to switch to a model where points all individually audited with a timestamp.

Gotcha! Thanks for the reply :)
1 guest and 0 members have recently viewed this.