Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

Geographic breakdown is hardcoded #20

Open lepeuvedic-natixar opened 2 months ago

lepeuvedic-natixar commented 2 months ago

https://github.com/Natixar/natixar-frontend/blob/ef02efb304be15fcc3db79dec95d395414c956e3/src/data/domain/transformers/DataDetectors.ts#L28

The code contains a hardcoded hierarchy ["World region", "Continent", "Country"]. The levels in the geographic hierarchy are hardcoded, but administrators are supposed to be able to select the levels they want to use.

astowny commented 2 months ago

On what page the administrators can select levels? @lepeuvedic