FreeGeekTwinCities / portero

A volunteer-management frontend for OpenERP, used at Free Geek Twin Cities.
http://freegeektwincities.org
GNU General Public License v3.0
3 stars 2 forks source link

Achievement Tracking #25

Open bdunnette opened 11 years ago

bdunnette commented 11 years ago

Would be useful (both for staff, and for volunteers themselves) to have a record of what "milestones" volunteers have completed...

Could be be accomplished by using OpenERP's Employee Tags?

bdunnette commented 11 years ago

Looks like this is stored in the 'category_ids' field of the Employee record:

https://bazaar.launchpad.net/~openerp/openobject-addons/7.0/view/head:/hr/hr.py#L182

Maybe just pre-load the tags/categories (since there won't be too many of those), then reference them when viewing a volunteer?

bdunnette commented 11 years ago

Added basic display of volunteer tags in commit 028df85a699d56c4c5639db2d27920b5a1f63442

bdunnette commented 11 years ago

Future possibilities:

bdunnette commented 10 years ago

Some basic documentation on how to set up and assign acheivements:

https://github.com/FreeGeekTwinCities/FGTC_Docs/wiki/achievement-tracking