From 6ac2173a3eedadc718dadd54002878b5d3d9661b Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Sun, 11 Jul 2021 21:45:36 +0200 Subject: [PATCH] =?utf8?q?possibilit=C3=A9=20de=20tracer=20les=20rep=C3=A8?= =?utf8?q?res?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configuration.py | 3 +++ data/changelog_data.txt | 5 +++-- gestion_donnees.py | 16 ++++++++++++++++ static/outilspage.js | 21 ++++++++++++++++++--- static/style.css | 9 +++++++++ templates/index.html | 42 ++++++++++++++++++++++++++++------------- trace_courbe.py | 22 +++++++++++++++++++-- 7 files changed, 98 insertions(+), 20 deletions(-) diff --git a/configuration.py b/configuration.py index 80a9545..f7dc1f3 100644 --- a/configuration.py +++ b/configuration.py @@ -135,6 +135,9 @@ DEFAUT["grilleamelio"] = "oui" DEFAUT["prematurite"] = "0j" DEFAUT["agecorrige"] = "oui" +#repere = {"typed": "age", "donnee": "", "texte": ""} +DEFAUT["liste_reperes"] = [] +DEFAUT["nb_reperes_mini"] = 3 # Nombre minimum de lignes de repères # initialiser la config def config_init(): diff --git a/data/changelog_data.txt b/data/changelog_data.txt index a7c959e..2529da7 100644 --- a/data/changelog_data.txt +++ b/data/changelog_data.txt @@ -1,9 +1,10 @@ -"Version 2.4","29/06/2021","

Plus de courbes ! Et autres... +"Version 2.45","29/06/2021","

Plus de courbes ! Et autres...