Skip to content

Commit

Permalink
Open new widgets to production (#1012) (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-hayek authored Dec 27, 2023
1 parent ab01c7c commit 81875d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/const/cards.const.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
import { WidgetName } from 'models/WidgetName';
import orYarokLogo from 'assets/greenlight.png';

// cards is this least will be avaiaable for operation environments (all non-staging environments)
// cards in this list will be available for operation environments (all non-staging environments)
export const operationalCards: WidgetName[] = [
WidgetName.accident_count_by_severity,
WidgetName.most_severe_accidents_table,
WidgetName.most_severe_accidents,
WidgetName.head_on_collisions_comparison_percentage,
WidgetName.vision_zero_2_plus_1,
WidgetName.injured_count_by_severity,
WidgetName.accidents_heat_map
WidgetName.accidents_heat_map,
WidgetName.accident_count_by_accident_year,
WidgetName.injured_count_by_accident_year,
WidgetName.accident_count_by_driver_type,
WidgetName.accident_count_by_day_night
];

export type OrgLogoData = {key : string, path:string} ;
Expand Down

0 comments on commit 81875d9

Please sign in to comment.