Changes between Version 4 and Version 5 of PerAppCredit


Ignore:
Timestamp:
Sep 3, 2014, 10:48:18 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerAppCredit

    v4 v5  
    4949'''user_work.gz''' and '''team_work.gz''' in your html/stats directory.
    5050
     51== Decaying per-app credit ==
     52
     53Average credit is automatically decayed when credit is granted.
     54However, if a user or team stops getting credit, this won't happen;
     55you need to run a script '''decay_per_app_credit.php'''
     56to decay the credit of inactive users and teams.
     57Add something like this to your config.xml:
     58{{{
     59    <task>
     60      <output>decay_per_app_credit.out</output>
     61      <cmd>run_in_ops decay_per_app_credit.php</cmd>
     62      <period>1 day</period>
     63    </task>
     64
     65}}}
    5166== Granting badges based on per-app credit ==
    5267