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

Automatically assign dashboard configuration to backend users #1131

Closed
karnold opened this issue May 12, 2015 · 4 comments
Closed

Automatically assign dashboard configuration to backend users #1131

karnold opened this issue May 12, 2015 · 4 comments

Comments

@karnold
Copy link
Contributor

karnold commented May 12, 2015

Is there already a way to automatically assign backend users a dashboard configuration? I was thinking this could probably be handled in model events, but if a way exists already i don't want to duplicate efforts.

@daftspunk daftspunk mentioned this issue May 13, 2015
97 tasks
@daftspunk
Copy link
Member

It's a complex issue, we could specify defaults but then it will only impact newly created administrators. Existing administrators already have the dashboard defined to their liking. We hope to solve it by plugins providing dashboard presets that can be selected by the user.

@karnold
Copy link
Contributor Author

karnold commented May 13, 2015

this is something that would be a real A+ feature for us to incorporate into the project I'm on. thus is be happy to put forth some dev time to build out the feature and submit a pull request. Could you offer proper guidance on the best play to put the code in the source tree?


Kristen

On Wed, May 13, 2015 at 2:57 AM, Samuel Georges notifications@github.com
wrote:

It's a complex issue, we could specify defaults but then it will only impact newly created administrators. Existing administrators already have the dashboard defined to their liking. We hope to solve it by plugins providing dashboard presets that can be selected by the user.

Reply to this email directly or view it on GitHub:
#1131 (comment)

@daftspunk
Copy link
Member

That would be fantastic, the feature is planned so go for it. As high level guidance I would say to mimic the existing code structure, patterns and methodology but don't stress too much about it. We can work through any issues and amend the code along the way. Please work on a branch called dashboard-presets. Thanks!

@daftspunk
Copy link
Member

A flavour of this feature has been implemented in bb769db

A dashboard layout can be saved as the default for all users.

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

No branches or pull requests

2 participants