Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
d2b157f9
Commit
d2b157f9
authored
4 years ago
by
Rémi PAPIN
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into features/US776-notifs-exploration
parents
600b7241
957e8dfd
No related branches found
No related tags found
1 merge request
!202
Features/us776 notifs exploration
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/db/explorationEntity.json
+5
-5
5 additions, 5 deletions
src/db/explorationEntity.json
src/services/exploration.service.ts
+1
-0
1 addition, 0 deletions
src/services/exploration.service.ts
with
6 additions
and
5 deletions
src/db/explorationEntity.json
+
5
−
5
View file @
d2b157f9
...
...
@@ -9,7 +9,7 @@
"ecogesture_id"
:
"0032"
,
"fluid_condition"
:
[],
"priority_by_condition"
:
1
,
"message_success"
:
"Vous
vous êtes connecté 3 fois à Ecolyo
"
"message_success"
:
"Vous
avez consulté l'écogeste
\"
Chat échaudé
\"
"
},
{
"_id"
:
"EXPLORATION002"
,
...
...
@@ -21,7 +21,7 @@
"ecogesture_id"
:
""
,
"fluid_condition"
:
[],
"priority_by_condition"
:
1
,
"message_success"
:
"
v
ous
avez consulté l'écogeste
"
"message_success"
:
"
V
ous
êtes allé voir vos consommations
"
},
{
"_id"
:
"EXPLORATION003"
,
...
...
@@ -45,7 +45,7 @@
"ecogesture_id"
:
""
,
"fluid_condition"
:
[],
"priority_by_condition"
:
1
,
"message_success"
:
"Vous
avez vu vous consommation
"
"message_success"
:
"Vous
vous êtes connecté à Ecolyo 3 fois
"
},
{
"_id"
:
"EXPLORATION005"
,
...
...
@@ -57,7 +57,7 @@
"ecogesture_id"
:
""
,
"fluid_condition"
:
[],
"priority_by_condition"
:
1
,
"message_success"
:
"Vous avez envoyé un feedback"
"message_success"
:
"Vous
nous
avez envoyé un feedback"
},
{
"_id"
:
"EXPLORATION006"
,
...
...
@@ -69,7 +69,7 @@
"ecogesture_id"
:
""
,
"fluid_condition"
:
[
0
],
"priority_by_condition"
:
1
,
"message_success"
:
"Vous avez dévérrouill
ez
les données électricité à la demi-heure"
"message_success"
:
"Vous avez dévérrouill
é
les données électricité à la demi-heure"
},
{
"_id"
:
"EXPLORATION007"
,
...
...
This diff is collapsed.
Click to expand it.
src/services/exploration.service.ts
+
1
−
0
View file @
d2b157f9
...
...
@@ -86,6 +86,7 @@ export default class ExplorationService {
fluid_condition
:
[],
priority_by_condition
:
1
,
progress
:
0
,
message_success
:
''
,
}
if
(
explorationEntityList
.
length
>
0
)
{
const
explorationEntityIndex
=
explorationEntityList
.
findIndex
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment