Signalen / frontend

Frontend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
10 stars 4 forks source link

Group feature flags in frontend configuration file #83

Closed bartjkdp closed 3 years ago

bartjkdp commented 3 years ago

Mentioned by @aditudorache

Currently we do not group feature flags in the frontend repository, so they are a bit scattered in the configuration file. We would like to group these flags under one object to make clear they are all feature flags (just like in the backend):

  "assignSignalToEmployee": false,
  "fetchDistrictsFromBackend": false,
  "fetchQuestionsFromBackend": false,
  "fetchSourcesFromBackend": false,
  "mapFilter24Hours": true,
  "showVulaanControls": true,
  "useStaticMapServer": true,

https://github.com/Amsterdam/signals-frontend/blob/develop/app.base.json#L4-L10