6d92e73cb9 | ||
---|---|---|
.. | ||
components | ||
data-formats | ||
data-sources | ||
images | ||
DASHBOARD-SCHEMA.md | ||
README.md | ||
actions.md | ||
add-new-data-source.md | ||
add-new-element.md | ||
dashboard-creation.md | ||
dialog.md | ||
filter.md | ||
requestbutton.md | ||
two-modes-element.md |
README.md
Ibex Dashboard Development Guide
Framework
This project is built using create-react-app. The server side appraoch was addopted through this link.
Orchestrators
DataSourceConnector
DataSourceConnector is a class that created and initializes the various data sources.
ElementConnector is a class the creates and initializes Visual component for the dashboard and consecutive dialogs.
Plugins
Many of the aspects in this project are extendible. The following are possibilities to donate your own plugins.
Connection Plugins
Connection plugins are connected to Data Source plugins. A Data Source can have a connection plugin which will provide all the instances of the Data Source with a single connection to receive credentials information from.
Data Source Plugins
How to create a Data Source Plugin
- Constant
- Sample
- Application Insights
- CosmosDB
- Bot Framework
- GraphQL
- Azure
Elements Plugins
- Area Chart
- Bar Chart
- Detail View
- Pie Chart
- Request Button
- Scatter Chart
- Scorecard
- Split View Panel
- Table
- Timeline Chart
data-formats plugins
A short excerpt on data-formats