Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add manager as a role #673

Open
annkatrinkuessner opened this issue Aug 3, 2017 · 0 comments
Open

add manager as a role #673

annkatrinkuessner opened this issue Aug 3, 2017 · 0 comments

Comments

@annkatrinkuessner
Copy link
Collaborator

annkatrinkuessner commented Aug 3, 2017

A manager role should be added that reflects the differences between a "Schülerklubsprecher" (organizer) and a "ÖA Mitarbeiter" (from now on manager) in our use case.
A manager works in administration and helps with planning workshops and camps.
A manager should be able to:

  • can [:show, :index, :archive], Event
  • can [:view_participants, :view_material, :upload_material, :download_material, :print_agreement_letters, :view_unpublished, ], Event
  • can [:show, :index], Request
  • can :send_email, Email
  • cannot :view_apply_button, Event
  • cannot :check, ApplicationLetter
  • cannot :view_apply_button, Event
  • cannot [:edit, :update, :destroy], Event
  • cannot [:update], ParticipantGroup
  • cannot :update_role,
  • cannot :update_role_to_admin, User

Depends on #672.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant