Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Reflect Past Data

Katsuya Noguchi edited this page Oct 4, 2012 · 1 revision

If you wish to reflect past data into new reputation system, I recommend you write a script which simulates all evaluations that would have happened in the past. You probably want to use collectiveidea's Delayed Job to enqueue those past evaluation tasks first and then new ongoing evaluation task so that evaluations are performed in proper time sequence.