From 6a22f8ccb3b2f937c591eaae8b4207648d76e111 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Tue, 7 Jan 2020 16:51:12 +0100
Subject: [PATCH] Add TODO

---
 src/app/services/formulaire.service.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/services/formulaire.service.ts b/src/app/services/formulaire.service.ts
index 53156bc4d..6db648c1b 100644
--- a/src/app/services/formulaire.service.ts
+++ b/src/app/services/formulaire.service.ts
@@ -68,6 +68,7 @@ export class FormulaireService extends Observable {
         this._formulaires = [];
 
         // register calculator config paths here
+        // @TODO this should be automatized by reading the CalculatorType string name
         this.calculatorPaths[CalculatorType.ConduiteDistributrice] = "cond_distri";
         this.calculatorPaths[CalculatorType.LechaptCalmon] = "lechapt-calmon";
         this.calculatorPaths[CalculatorType.SectionParametree] = "section-param";
-- 
GitLab