Changes between Version 13 and Version 14 of BadgesOld
- Timestamp:
- Nov 14, 2013, 8:02:15 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BadgesOld
v13 v14 3 3 The 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. 4 4 5 == '''Note'''==5 == Note == 6 6 ''The following represents a proposal, a basis for discussion. It's still work in progress! '' 7 7 … … 65 65 || team : boolean || 66 66 || tags : (set or varchar/JSON) || 67 [[BR]]68 67 69 68 || __user_badge__ || … … 72 71 || create_dt : timestamp || 73 72 || reassign_dt : timestamp || 74 [[BR]]75 73 76 74 || __team_badge__ || … … 94 92 * An update (only) resets the `reassign_dt` attribute to the current time 95 93 96 '''Open questions and challenges''' 97 94 == Open questions and challenges == 98 95 * How to ship the badges (images) efficiently? 99 96 * Should they be downloaded on demand (via URL) or shipped as "project file" (download on project attach/update)?