Changes between Version 35 and Version 36 of BluePrintCERT/RHoK2011


Ignore:
Timestamp:
11/30/11 11:19:59 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintCERT/RHoK2011

    v35 v36  
    138138
    139139=== Volunteer Status ===
    140 Ensure that we have Active/Pending statuses available for a volunteer:
     140Ensure that we have !Active/Pending statuses available for a volunteer:
    141141* http://bazaar.launchpad.net/~flavour/sahana-eden/cert/view/head:/models/06_hrm.py#L154
    142142
     
    144144* http://bazaar.launchpad.net/~flavour/sahana-eden/cert/view/head:/controllers/hrm.py#L727
    145145
     146=== Represent for Skill Competency Levels ===
     147Volunteers have 3 Competency Levels for their Skills: Level 1, Level 2, and Level 3
     148
     149These should be displayed in the 3 dots format as shown in the screen shots.
     150
     151This is a represent function:
     152{{{
     153def my_represent_function(opt):
     154    represent = ...
     155    return represent
     156
     157table.field.represent = my_represent_function
     158}}}
    146159=== Deployment Custom Method ===
    147160