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

User can request setter rights for a contest #26

Open
divyanshumehta opened this issue Apr 2, 2017 · 1 comment
Open

User can request setter rights for a contest #26

divyanshumehta opened this issue Apr 2, 2017 · 1 comment

Comments

@divyanshumehta
Copy link
Member

Currently to added a new setter admin has to add it from the admin panel. The user cannot even request setter rights from the admin through the app. In this issue views, and admin panel controller needs to be expanded to allow users to request setter rights. Under the setter option in admin panel, the admin will get requests and then the admin can confirm which user to be provided for admin rights.

@divyanshumehta divyanshumehta changed the title Forms for a user requesting to be a setter for a contest User can request setter rights for a contest Apr 2, 2017
@eh2arch
Copy link
Contributor

eh2arch commented Apr 2, 2017

Try out Rails Admin. You can build an interface for a user requesting setter rights and get it approved through the Admin panel by the admin. You can also override the haml files for your UI template.

It has the added benefit of keeping track of user history when combined with paper trail or mongoid-audit
so you can keep track of logins, submissions, changes, etc.

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

No branches or pull requests

2 participants