tiburon-security / petrichor-dashboard

Dynamic Web-based Dashboard for Visualizing Analytics
MIT License
5 stars 4 forks source link

Allow widgets to determine when they'd like to be added to the dashboard #2

Open jovanni-hernandez opened 7 years ago

jovanni-hernandez commented 7 years ago

... sometimes the widget may have to retrieve a large batch of data before a visualization is ready. Currently, the widget would just attach to the dashboard and the loading indicator would continue running. Ideally, the widget would be able to indicate to the dashboard when it would like to be added, that way loading can be done transparently, with the widget being added when it is completed.

Previous attempts at implementing:

Future: It looks like react-grid-layout may have to be modified to support this feature.