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

Organizing dashboards URLs 🎨 #148

Open
troncoli opened this issue Oct 17, 2019 · 2 comments
Open

Organizing dashboards URLs 🎨 #148

troncoli opened this issue Oct 17, 2019 · 2 comments

Comments

@troncoli
Copy link

Hi,

I'm using a single smashing server to deploy a lot of differents dashboards. As I need to deploy more and more dashboards, it is becoming difficult to navigate inside of my dashboards folder, and to have coherent URLs.

I would like to find a way to organize this folder with sub-folders, and having those sub-folders generate sub-pathes in the URL like so :

dashboards folder :

  • dashboards
    • Accounting
      • Clients
        • Client_1.erb
        • Client_2.erb
    • Human Ressources
    • Support

Client 1 dashboard url :
http://<my_server>:3030/Accounting/Clients/Client_1

The only alternative I found on the wiki was to change de subpath for the whole server, but that doesn't solve my problem, it just simply shifts it by one level.

Thanks.

@brujoand
Copy link
Contributor

How are you generating the content for these clients? Do you have an identical structure for jobs or have you found a way of parameterising this? Ref #149

@troncoli
Copy link
Author

I am not using jobs for my dashboards, all of my data is pushed to the widgets by using the REST API for safety issues (according to my company guidelines)

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

2 participants