framework icon indicating copy to clipboard operation
framework copied to clipboard

Clean up feature flags

Open cythrawll opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe. Too many feature flags, most we'll never toggle again.

Describe the solution you'd like Review each feature flag and remove ones that are no longer necessary

cythrawll avatar Jul 17 '19 19:07 cythrawll

  • [ ] enableTableEditing -- don't need
  • [ ] enableVerticalCollectionTableIterator -- don't need
  • [x] enableChartStacking -- don't need (#570)
  • [ ] enableMultipleExport -- change to support pdf export
  • [ ] enableTotals -- keep (need for non additive metrics)
  • [ ] dashboards -- move to a check for dashboard addon
  • [ ] dateDimensionFilter -- don't need
  • [ ] newDimensionSearchAPI -- keep
  • [x] enableDirectory -- move to a check for the directory addon
  • [ ] enableDashboardExport -- change to support pdf export
  • [ ] enableScheduleDashboards -- keep
  • [ ] enableDashboardFilters -- check with @colemanProjects
  • [ ] enableContains -- don't need

cythrawll avatar Jul 17 '19 21:07 cythrawll