Skip to content
Snippets Groups Projects
Commit f20e9f43 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

format with prettier

parent 8aa519e4
No related branches found
No related tags found
No related merge requests found
Pipeline #76539 passed
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"[markdown]": { "[markdown]": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnPaste": true, "editor.formatOnPaste": true,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
}, },
"cSpell.language": "fr,en", "cSpell.language": "fr,en",
"cSpell.words": [ "cSpell.words": [
......
...@@ -109,7 +109,7 @@ The data state is define in the "ConsumptionFormatter" service following theses ...@@ -109,7 +109,7 @@ The data state is define in the "ConsumptionFormatter" service following theses
#### For single fluid #### For single fluid
| Condition | State | | Condition | State |
| -------------------------------------------------------------------------------- | -------- | | ------------------------------------------------------------------------------------- | -------- |
| Before the first data available | EMPTY | | Before the first data available | EMPTY |
| Between the first and last data available & value of load is not empty | VALID | | Between the first and last data available & value of load is not empty | VALID |
| Between the first and last data available & no document in database for the given day | HOLE | | Between the first and last data available & no document in database for the given day | HOLE |
...@@ -134,7 +134,7 @@ The data state is define in the "ConsumptionFormatter" service following theses ...@@ -134,7 +134,7 @@ The data state is define in the "ConsumptionFormatter" service following theses
This display appear instead of the traditional one (described below). It is used to display a general message which override the value. Here are the rules : This display appear instead of the traditional one (described below). It is used to display a general message which override the value. Here are the rules :
| Condition | Displayed label | Comments | | Condition | Displayed label | Comments |
| --- | --- | --- | | --------------------------------------------------------------- | ------------------ | ------------------------------------------------------------- |
| Single fluid && dataload state = EMPTY | Pas de données | | | Single fluid && dataload state = EMPTY | Pas de données | |
| Single fluid && dataload state = VALID | - | | | Single fluid && dataload state = VALID | - | |
| Single fluid && dataload state = HOLE | Pas de données | | | Single fluid && dataload state = HOLE | Pas de données | |
...@@ -169,7 +169,7 @@ Used to display the load or price in function of following rules : ...@@ -169,7 +169,7 @@ Used to display the load or price in function of following rules :
Used to display the detail just below the main value. The information displayed are : Used to display the detail just below the main value. The information displayed are :
| Condition | Displayed information | | Condition | Displayed information |
| -------------------------------------- | ---------------------------------------------------------------------------------------- | | ----------------------------- | ----------------------------------------------------------- |
| Single fluid | Display the load converted in euro | | Single fluid | Display the load converted in euro |
| Multifluid without comparison | Display the load converted in euro for each available fluid | | Multifluid without comparison | Display the load converted in euro for each available fluid |
| Multifluid with comparison | Display nothing | | Multifluid with comparison | Display nothing |
...@@ -179,7 +179,7 @@ Used to display the detail just below the main value. The information displayed ...@@ -179,7 +179,7 @@ Used to display the detail just below the main value. The information displayed
In addition of the value / load / message displayed, we can displayed an additional information. In addition of the value / load / message displayed, we can displayed an additional information.
| Condition | Displayed label | Comments | | Condition | Displayed label | Comments |
| --- | --- | --- | | --------------------------------------------------------------- | ---------------------------------------- | -------- |
| Single fluid && dataload state = EMPTY | Pourquoi n’ai-je pas de données ? | | | Single fluid && dataload state = EMPTY | Pourquoi n’ai-je pas de données ? | |
| Single fluid && dataload state = VALID | - | | | Single fluid && dataload state = VALID | - | |
| Single fluid && dataload state = HOLE | Pourquoi n’ai-je pas de données ? | | | Single fluid && dataload state = HOLE | Pourquoi n’ai-je pas de données ? | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment