Changes between Version 4 and Version 5 of PerAppCredit
- Timestamp:
- Sep 3, 2014, 10:48:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PerAppCredit
v4 v5 49 49 '''user_work.gz''' and '''team_work.gz''' in your html/stats directory. 50 50 51 == Decaying per-app credit == 52 53 Average credit is automatically decayed when credit is granted. 54 However, if a user or team stops getting credit, this won't happen; 55 you need to run a script '''decay_per_app_credit.php''' 56 to decay the credit of inactive users and teams. 57 Add 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 }}} 51 66 == Granting badges based on per-app credit == 52 67