Skip to content
melin edited this page Sep 13, 2010 · 1 revision

Basic Users

In the spirit of keeping things fairly simple, and considering that we’re not creating a social network, the permissions system does not need to be particularly complex. We’ll be using role-based authentication. The following are the basic roles currently in mind.

  • admin
    • All-powerful; the admin should be able to create users, set user roles, create rules/rulesets, competitions, etc.
  • delegate
    • Delegates are basically ring-leaders; they input scores, apply rules (deductions) etc.
  • judge (?)
    • For the future! Integrate adhearsion, give every judge an iphone and have them key in scores directly.
  • competitor (?)
    • Get score reports/events/schedules.

Clone this wiki locally