Chartbrew
Stop being a stranger to your data. Connect your database to Chartbrew and visualize your data in a few simple steps.
:construction: fixed table views
:construction: add/remove datasets from charts
improved the chart colors and how they work
:construction: integrated the alerts with the chart-dataset configs
:card_file_box: migrated alerts to chartDatasetConfigs
:construction: replaced former dataset options to the new CDC model
Merge branch 'master' of github.com:chartbrew/chartbrew into v3
:construction: added more functionality to the chartdatasetconfig UI
:construction: first draft of the chart dataset configs in the UI
:construction: fixed crash on the team members page
:construction: fixed migration
:recycle: refactored the chart reducer
:construction: fixed the chart data generation
:recycle: refactoring in the UI after introducing chartDatasetConfigs
:card_file_box: introducing the ChartDatasetConfig model and initial push to refactor code around it
:twisted_rightwards_arrows: Merge branch 'master' into v3
:card_file_box: :recycle: added a new ChartDataset model to replace the relation between Charts and Datasets
moved all dataset api routes to the team-level
refactored the dataset actions and reducers to RTK slice
:recycle: refactored team actions and reducers to RTK slice syntax
:construction: cleaned up the project board container
:construction: migrated the last routes and removed all traces of old react-router apis
:construction: migrated all routes and containers to react router v6
fixed RTK issues with mutation
:construction: refactored routing for user and team settings pages
:recycle: first draft of the RTK and router v6 implementation
:construction: added basic implementation for team-based connections
:twisted_rightwards_arrows: merged latest from master