From 3bcbcb748bc1f5362b97b1443f374c7554facc59 Mon Sep 17 00:00:00 2001
From: TheoLechemia
Date: Wed, 31 Jul 2024 15:07:54 +0200
Subject: [PATCH] rename obs -> evenements + make offline page accessible when
not connected
---
front-end/src/app/app.component.ts | 8 ++++----
front-end/src/app/app.routes.ts | 19 +++++++++----------
.../src/app/pages/home/home.component.html | 4 ++--
.../my-observations.component.html | 2 +-
.../synthesis-interface.component.html | 4 ++--
.../synthesis-interface.component.ts | 2 +-
6 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/front-end/src/app/app.component.ts b/front-end/src/app/app.component.ts
index 3b22c45..1233801 100644
--- a/front-end/src/app/app.component.ts
+++ b/front-end/src/app/app.component.ts
@@ -112,8 +112,8 @@ export class AppComponent {
},
{
id: 2,
- text: 'Interface de synthèse',
- routerLink: 'interface-de-synthese',
+ text: 'Consulter les évènements',
+ routerLink: 'evenements',
authenficated: null,
click: () => null,
observationsPending: false,
@@ -130,14 +130,14 @@ export class AppComponent {
id: 4,
text: 'Fonds de carte hors ligne',
routerLink: 'fonds-de-carte-hors-ligne',
- authenficated: true,
+ authenficated: null,
click: () => null,
observationsPending: false,
},
{
id: 5,
text: 'À propos',
- routerLink: 'en-savoir-plus',
+ routerLink: 'a-propos',
authenficated: null,
click: () => null,
observationsPending: false,
diff --git a/front-end/src/app/app.routes.ts b/front-end/src/app/app.routes.ts
index a6e787e..3fa5d4e 100644
--- a/front-end/src/app/app.routes.ts
+++ b/front-end/src/app/app.routes.ts
@@ -37,21 +37,21 @@ export const routes: Routes = [
canActivate: [authGuard],
},
{
- path: 'detail-d-une-observation/:observation',
- title: "Détail d'une observation • Regard d'altitude",
+ path: 'evenement/:observation',
+ title: "Détail d'un évènement • Regard d'altitude",
component: ObservationDetailComponent,
data: {
- title: "Détail d'une observation",
+ title: "Détail d'un évènement",
backButton: true,
accountButton: false,
},
},
{
- path: 'interface-de-synthese',
- title: "Interface de synthèse • Regard d'altitude",
+ path: 'evenements',
+ title: "Les évènements • Regard d'altitude",
component: SynthesisInterfaceComponent,
data: {
- title: 'Interface de synthèse',
+ title: 'Les évènements',
backButton: true,
accountButton: false,
},
@@ -117,14 +117,13 @@ export const routes: Routes = [
backButton: true,
accountButton: false,
},
- canActivate: [authGuard],
},
{
- path: 'en-savoir-plus',
- title: 'En savoir plus',
+ path: 'a-propos',
+ title: 'À propos',
component: LearnMoreComponent,
data: {
- title: 'En savoir plus',
+ title: 'À propos',
backButton: true,
accountButton: false,
},
diff --git a/front-end/src/app/pages/home/home.component.html b/front-end/src/app/pages/home/home.component.html
index 688c4ed..50c4637 100644
--- a/front-end/src/app/pages/home/home.component.html
+++ b/front-end/src/app/pages/home/home.component.html
@@ -14,7 +14,7 @@ Un collectif pour voir changer la montagne
de changement climatique. Notamment en permettant un inventaire
collaboratif des évènements en montagne.
-