Skip to content

Commit

Permalink
working on adding a datasource factory
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed May 3, 2024
1 parent c859948 commit 231d8b8
Show file tree
Hide file tree
Showing 20 changed files with 1,379 additions and 987 deletions.
1 change: 1 addition & 0 deletions e2e/Sandbox/Factories/CampaignsDashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Reveal.Sdk.Dom.Filters;
using Reveal.Sdk.Dom.Visualizations;
using Sandbox.Helpers;
using DataSourceFactory = Sandbox.Helpers.DataSourceFactory;

namespace Sandbox.Factories
{
Expand Down
1 change: 1 addition & 0 deletions e2e/Sandbox/Factories/CustomDashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Reveal.Sdk.Dom.Data;
using Reveal.Sdk.Dom.Visualizations;
using Sandbox.Helpers;
using DataSourceFactory = Sandbox.Helpers.DataSourceFactory;

namespace Sandbox.Factories
{
Expand Down
1 change: 1 addition & 0 deletions e2e/Sandbox/Factories/HealthcareDashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Reveal.Sdk.Dom.Filters;
using Reveal.Sdk.Dom.Visualizations;
using Sandbox.Helpers;
using DataSourceFactory = Sandbox.Helpers.DataSourceFactory;

namespace Sandbox.Factories
{
Expand Down
Loading

0 comments on commit 231d8b8

Please sign in to comment.