doctording edited a comment on issue #7548: dashboard title not unique or show 
more on dashboards list page
URL: 
https://github.com/apache/incubator-superset/issues/7548#issuecomment-496774497
 
 
   > Hi @doctording, thanks for this issue! So I can get an idea of how to help 
with this, I was wondering how you were using the dashboard add feature. In 
particular, if you add via code (rather than the GUI in the browser), the 
examples that are in this repo in the 'superset/data/' directory all directly 
add dashboards to the underlying database, rather than calling an internal 
method that has the potential to check uniqueness before adding a dashboard to 
the database. For your use case, would it be possible to modify one of these 
examples and create dashboards via code, rather than the GUI? (I'm a new 
volunteer and I think adding this feature is going to require a significant 
code refactor, which I'm very hesitant to do at this time.)
   
   I want this like a file system
   ```
   dashbord_directory1 
         dash1
         dash2
   dashbord_directory2
        dash1(the same name of `dashbord_directory1`'s dash1, but for different 
uses)
        dash3
   ```
   
   one dashboard directory contains dashboards with unique name
   different dashboard directories contain a different type of dashboard

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to