smashing icon indicating copy to clipboard operation
smashing copied to clipboard

Organizing dashboards URLs :art:

Open troncoli opened this issue 5 years ago • 2 comments

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.

troncoli avatar Oct 17 '19 12:10 troncoli

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

brujoand avatar Oct 18 '19 09:10 brujoand

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)

troncoli avatar Oct 18 '19 12:10 troncoli