Changes between Version 35 and Version 36 of BluePrintCERT/RHoK2011
- Timestamp:
- 11/30/11 11:19:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintCERT/RHoK2011
v35 v36 138 138 139 139 === Volunteer Status === 140 Ensure that we have Active/Pending statuses available for a volunteer:140 Ensure that we have !Active/Pending statuses available for a volunteer: 141 141 * http://bazaar.launchpad.net/~flavour/sahana-eden/cert/view/head:/models/06_hrm.py#L154 142 142 … … 144 144 * http://bazaar.launchpad.net/~flavour/sahana-eden/cert/view/head:/controllers/hrm.py#L727 145 145 146 === Represent for Skill Competency Levels === 147 Volunteers have 3 Competency Levels for their Skills: Level 1, Level 2, and Level 3 148 149 These should be displayed in the 3 dots format as shown in the screen shots. 150 151 This is a represent function: 152 {{{ 153 def my_represent_function(opt): 154 represent = ... 155 return represent 156 157 table.field.represent = my_represent_function 158 }}} 146 159 === Deployment Custom Method === 147 160