Skip to content

Commit

Permalink
Merge pull request e-mission#17 from AlirezaRa94/main
Browse files Browse the repository at this point in the history
Admin Dashboard Configs
  • Loading branch information
shankari committed Apr 3, 2023
2 parents 978283f + 603cec1 commit ac1988d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions configs/stage-program.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,25 @@
"profile_controls": {
"support_upload": false,
"trip_end_notification": false
},
"admin_dashboard": {
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
"overview_signup_trends": true,
"overview_trips_trend": true,
"data_uuids": true,
"data_trips": true,
"data_trips_columns_exclude": [],
"additional_trip_columns": [],
"data_uuids_columns_exclude": [],
"token_generate": true,
"token_prefix": "nrelop",
"map_heatmap": true,
"map_bubble": true,
"map_trip_lines": true,
"push_send": true,
"options_uuids": true,
"options_emails": true
}
}
20 changes: 20 additions & 0 deletions configs/stage-study.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,25 @@
"profile_controls": {
"support_upload": false,
"trip_end_notification": false
},
"admin_dashboard": {
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
"overview_signup_trends": true,
"overview_trips_trend": true,
"data_uuids": true,
"data_trips": true,
"data_trips_columns_exclude": [],
"additional_trip_columns": [],
"data_uuids_columns_exclude": [],
"token_generate": true,
"token_prefix": "nrelop",
"map_heatmap": true,
"map_bubble": true,
"map_trip_lines": true,
"push_send": true,
"options_uuids": true,
"options_emails": true
}
}

0 comments on commit ac1988d

Please sign in to comment.