Changes between Version 13 and Version 14 of BadgesOld


Ignore:
Timestamp:
Nov 14, 2013, 8:02:15 AM (10 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BadgesOld

    v13 v14  
    33The heading says it all: (volunteer) motivation. The general idea is to have BOINC support the notion of "badges" that represent various achievements and can be assigned to a volunteer's profile. Those badges should motivate the volunteers to keep contributing as they, apart from (un-sexy) credits alone, can show off their individual contributions in a more tangible and meaningful way. The basic idea isn't new. Various gaming platforms like Steam and BOINC projects like World Community Grid already support the assignment of achievement badges which are then displayed in the community section, e.g. as part of the forum post author details. We, the Einstein@Home and Joachim Fritsch, propose to standardise and extend this feature to all interested BOINC projects and beyond.
    44
    5 == '''Note''' ==
     5== Note ==
    66''The following represents a proposal, a basis for discussion. It's still work in progress! ''
    77
     
    6565|| team : boolean ||
    6666|| tags : (set or varchar/JSON) ||
    67 [[BR]]
    6867
    6968|| __user_badge__ ||
     
    7271|| create_dt : timestamp ||
    7372|| reassign_dt : timestamp ||
    74 [[BR]]
    7573
    7674|| __team_badge__ ||
     
    9492     * An update (only) resets the `reassign_dt` attribute to the current time
    9593
    96 '''Open questions and challenges'''
    97 
     94== Open questions and challenges ==
    9895 * How to ship the badges (images) efficiently?
    9996   * Should they be downloaded on demand (via URL) or shipped as "project file" (download on project attach/update)?