Smashing/smashing

Organizing dashboards URLs :art:

troncoli opened this issue · 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.

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

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)