ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
200 stars 38 forks source link

Setting up different user groups with different default urls #20

Closed tomnewg closed 4 years ago

tomnewg commented 4 years ago

Hi all,

can we add to the section: https://cdsdashboards.readthedocs.io/en/stable/chapters/customization/finetune.html

A section on how to define different user groups and how to redirect them as you are likely to have technical and non-technical users and you want to differentiate their user experience.

Many thanks

Tom

danlester commented 4 years ago

@tomnewg I think this is a good idea - working out a good way to change the workflow for non-technical users.

Do you have tricks that have worked for you so far?

It might need some functionality in cdsdashboards to help with this, but a lot can probably be delegated to core JupyterHub functionality.

danlester commented 4 years ago

I have submitted a pull request to JupyterHub that will solve this problem:

https://github.com/jupyterhub/jupyterhub/pull/3133

danlester commented 4 years ago

This functionality is now available in jupyterhub master branch. Of course, ideally it will be in a full release soon enough.