-
Notifications
You must be signed in to change notification settings - Fork 15
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 administrative interface #219
Comments
Hi Diego, What are the models that you wanna in this interface? User, Project, MetricConfiguration and ReadingGroup? I'm working in this issue and I am worried about authorization and acess permissions to this feature. The documentation of the RailsAdmin suggests that we use CanCan gem, but I don't know if this is the best way to do this. What do you think about this? PS: my work branch. |
You can go with the global configuration: https://github.com/sferik/rails_admin/wiki/Base-configuration CanCan is just necessary if we want different levels of access for differents users with administration access. What we really want is to set a special Looks like you are halfway done looking at your work branch. Nice :) |
Thanks, @rafamanzo! 👍 |
More context on the work done on this issue can be found at: http://librelist.com/browser//mezuro/2015/6/23/rails-admin-issue-219/ |
Would be nice to manage Prezento's content without using the console.
See: https://github.com/sferik/rails_admin
The text was updated successfully, but these errors were encountered: