cfedermann / Appraise

Appraise evaluation system for manual evaluation of machine translation output
http://www.appraise.cf/
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

Add affiliation to user accounts #26

Closed cfedermann closed 11 years ago

cfedermann commented 11 years ago

Extend user accounts (or associated profiles) with information about a user's affiliation.

OR in case that does not work, create respective groups inside Django's admin backend and thus allow to assign users to "affiliation groups".

The latter option would work out-of-the-box.

cfedermann commented 11 years ago

We will use auth.Group instances instead, similar to what we do for language pair mappings.