Credit badges added
Message boards :
News :
Credit badges added
Message board moderation
Author | Message |
---|---|
Send message Joined: 26 Jun 08 Posts: 644 Credit: 464,997,608 RAC: 151,380 |
User and team badges for total credit since the beginning of the project and for individual app credits since I started tracking them a couple of days ago have been implemented. Details about the badge levels are at http://escatter11.fullerton.edu/nfs/forum_thread.php?id=457. Let's get sieving for the individual app badges! |
Send message Joined: 11 Oct 13 Posts: 2 Credit: 13,336,630 RAC: 1 |
I would like to thank you for these individual badges ! Kind Regards, Philippe |
Send message Joined: 11 Sep 09 Posts: 3 Credit: 123,354 RAC: 0 |
Looks like you killed a load of credit in the process: http://stats.free-dc.org/stats.php?page=proj&proj=nfs Oops! Cheers, Al. |
Send message Joined: 5 Sep 09 Posts: 12 Credit: 1,892,151 RAC: 0 |
I think this is my fault. Looking at it now... |
Send message Joined: 11 Sep 09 Posts: 3 Credit: 123,354 RAC: 0 |
Looks better now Bok :) As you were chaps, move along, nothing to see here ... Cheers, Al. |
Send message Joined: 5 Sep 09 Posts: 12 Credit: 1,892,151 RAC: 0 |
Almost :) Fixed it mostly, and subproject data is parsed but need to add some rows to my subproject table for it to display.. I had done the downloads and gzipping component of the new work files, but not the coding to parse them and because of the naming, the user_work one got parsed as the user one. Same for team. |
Send message Joined: 5 Sep 09 Posts: 12 Credit: 1,892,151 RAC: 0 |
Subproject data is now showing. http://stats.free-dc.org/stats.php?page=userwork&proj=nfs&subproj=14e and on the user page http://stats.free-dc.org/stats.php?page=user&proj=nfs&name=95 Now to work on the subproject badges. |
Send message Joined: 13 Aug 13 Posts: 9 Credit: 2,500,034 RAC: 0 |
... since I started tracking them a couple of days ago ... Your BOINC server side version tracks that per host and with the fixed credits in this project, you could fill up your stats initially even with data from before your starting point : Required attributes : - host_app_version.host_id to connect the values to a host (and to a user ID through the host entity) - host_app_version.pfc_n for the number of successful workunits per app - host_app_version.app_version_id to lookup the app name and fixed app credits (through the app_version entity) |