From 70e0b45a4a519d1f3b13ed3f16ae4ed243caeb28 Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Fri, 4 Mar 2022 17:08:41 +0100 Subject: [PATCH] fix: format table correctly in consumption service --- docs/ecolyo/functionalities/consumption.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ecolyo/functionalities/consumption.md b/docs/ecolyo/functionalities/consumption.md index 527b78d..6b9799c 100644 --- a/docs/ecolyo/functionalities/consumption.md +++ b/docs/ecolyo/functionalities/consumption.md @@ -132,6 +132,7 @@ The data state is define in the "ConsumptionFormatter" service following theses ### Display of the specific cases (component: DataloadNoValue) This display appear instead of the traditionnal one (described below). It is used to display a general message which override the value. Here are the rules : + | Condition | Displayed label | Comments | | --- | --- | --- | | Single fluid && dataload state = EMPTY | Pas de données | | @@ -166,6 +167,7 @@ Used to display the load or price in function of following rules : #### Display of the detail value (component: DataloadSectionDetail) Used to display the detail just below the main value. The information displayed are : + | Condition | Displayed information | | -------------------------------------- | ---------------------------------------------------------------------------------------- | | Single fluid | Display the load converted in euro | @@ -175,6 +177,7 @@ Used to display the detail just below the main value. The information displayed ### Information (component: InfoDataConsumptionVisualizer) In addition of the value / load / message displayed, we can displayed an additionnal information. + | Condition | Displayed label | Comments | | --- | --- | --- | | Single fluid && dataload state = EMPTY | Pourquoi n’ai-je pas de données ? | | -- GitLab