From dc493b63a482b4880326a54e60086646a2acc42c Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Wed, 23 Aug 2023 16:43:09 +0200 Subject: [PATCH 1/5] refactor(annuaire): add user withAppointment --- src/app/models/user.model.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/models/user.model.ts b/src/app/models/user.model.ts index b4b1cd129..643fc30cf 100644 --- a/src/app/models/user.model.ts +++ b/src/app/models/user.model.ts @@ -32,4 +32,5 @@ export class UserAnnuary { surname: string; job: Job; employer: Employer; + withAppointment?: boolean; } -- GitLab From 26d110262d7ce9e64bcf421c4310c6eda29caa98 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Thu, 24 Aug 2023 08:36:34 +0200 Subject: [PATCH 2/5] fix(rdv): wording --- .../appointment-end/appointment-end.component.html | 4 ++-- .../make-appointment/make-appointment.component.html | 6 +++--- .../accompaniment-type/accompaniment-type.component.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html index e863fbfa7..94106b9a4 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html @@ -2,7 +2,7 @@ <img src="../../../../../../assets/form/structureCreated.svg" alt="rdv illustration" /> <h2>Votre demande de RDV a été transmise !</h2> <p> - La demande de <b>rendez-vous auprès d’un conseiller ou une conseillère numérique</b> a bien été transmise à + La demande de <b>rendez-vous</b> a bien été transmise à <b >{{ socialWorker?.name || orientationService.rdvUser?.name | userName }} {{ socialWorker?.surname || orientationService.rdvUser?.surname | uppercase }}</b @@ -14,5 +14,5 @@ <div *ngIf="!hasStructure" class="container"> <img src="../../../../../../assets/img/joinRefused.svg" alt="rdv illustration" /> <h2>Aucune structure correspondant à votre recherche ne propose de rendez-vous</h2> - <p>Renouvelez votre recherche avec des critères différents ou accédez à la cartographie</p> + <p>Merci de renouveler votre recherche avec des critères différents ou accédez à la cartographie</p> </div> diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html index 992fa3648..b139dea22 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html @@ -112,7 +112,7 @@ <img src="../../../../../../assets/img/joinRefused.svg" alt="" /> <span *ngIf="isBaseskills" class="info"> <h2> - Aucun accompagnant·e numérique de cette structure ne peut répondre à + Cette structure ne propose pas d’accompagnements pour <span [ngPlural]="this.form.get('onlineDemarcheType')?.value.length" ><ng-template ngPluralCase="1">votre besoin</ng-template ><ng-template ngPluralCase="other">l'ensemble de ces besoins</ng-template> @@ -125,7 +125,7 @@ </span> <span *ngIf="isOnlineProcedures" class="info"> <h2> - Aucun accompagnant·e numérique de cette structure ne peut accompagner pour + Cette structure ne propose pas d’accompagnements pour <span [ngPlural]="this.form.get('onlineDemarcheType')?.value.length" ><ng-template ngPluralCase="1">cette démarche</ng-template ><ng-template ngPluralCase="other">l'ensemble de ces démarches</ng-template> @@ -136,5 +136,5 @@ >{{ item.text }}<span *ngIf="!isLast">, </span> </span> </span> - <p>Renouvelez votre recherche avec des critères différents ou accédez à la cartographie</p> + <p>Merci de renouveler votre recherche avec des critères différents ou accédez à la cartographie</p> </div> diff --git a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts index f913c9647..a1066f4c3 100644 --- a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts +++ b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts @@ -19,7 +19,7 @@ export class AccompanimentTypeComponent implements OnInit { key: OnlineDemarche.structureList, }, { - title: 'Prendre RDV auprès d’un conseiller ou une conseillère numérique', + title: 'Prendre RDV auprès d’un·e accompagnant·e numérique', hint: 'La demande de RDV sera transmise à un conseiller numérique', key: OnlineDemarche.appointment, }, -- GitLab From f275b9529d5352489e7de1475dc0b2fc717b2886 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Thu, 24 Aug 2023 17:15:39 +0200 Subject: [PATCH 3/5] fix(rdv): wording --- README.md | 2 +- nginx/outdated.html | 4 ++-- .../account-info/account-info.component.html | 4 ++-- .../account-newsletter.component.html | 2 +- .../profile-structure-choice.component.html | 2 +- .../structure-type/structure-type.component.html | 2 +- .../information-screen.component.html | 16 ++++++++-------- .../appointment-end.component.html | 2 +- .../make-appointment.component.html | 2 +- .../accompaniment-type.component.ts | 4 ++-- src/app/profile/profile.component.html | 2 +- .../appointment-choice.component.html | 7 ++++--- .../components/card/card.component.html | 2 +- .../structure-details.component.html | 2 +- 14 files changed, 27 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index abea8359e..6feea4e05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Res'In Client +# Rés'in Client ## [Wikis](https://forge.grandlyon.com/web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/-/wikis/home) diff --git a/nginx/outdated.html b/nginx/outdated.html index 24987fe33..8dde39054 100644 --- a/nginx/outdated.html +++ b/nginx/outdated.html @@ -2,14 +2,14 @@ <html lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>RES'in: Navigateur incompatible</title> + <title>Rés'in: Navigateur incompatible</title> </head> <body> <div> <h1>Navigateur obsolète</h1> <p> - Votre navigateur ne vous permet pas d'accéder à RES'in dans de bonnes conditions. Merci d'utiliser + Votre navigateur ne vous permet pas d'accéder à Rés'in dans de bonnes conditions. Merci d'utiliser <a href="https://www.mozilla.org/fr/firefox/new/">Firefox</a>, <a href="https://www.google.com/intl/fr/chrome/">Chrome</a>, ou la dernière version d'<a href="https://www.microsoft.com/fr-fr/edge" diff --git a/src/app/form/form-view/account-form/account-info/account-info.component.html b/src/app/form/form-view/account-form/account-info/account-info.component.html index e625eb587..efca16e6a 100644 --- a/src/app/form/form-view/account-form/account-info/account-info.component.html +++ b/src/app/form/form-view/account-form/account-info/account-info.component.html @@ -2,8 +2,8 @@ <div class="title"> <h3>Informations personnelles</h3> <p> - Vos informations seront référencées en tant que professionnel·le dans l'annuaire Rés'in pour les - utilisateur·trices connecté·e·s. + Vos informations seront référencées en tant que professionnel·le dans l'annuaire Rés'in, accessible aux membres + connectés. </p> </div> <div class="form-group" fxLayout="column"> diff --git a/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html b/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html index 296fcdd2c..7f60c954e 100644 --- a/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html +++ b/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html @@ -1,6 +1,6 @@ <form *ngIf="accountForm && !profile" [formGroup]="accountForm"> <div class="title"> - <h3>Souhaitez-vous vous abonner à la lettre d’information de Res'in ?</h3> + <h3>Souhaitez-vous vous abonner à la lettre d’information de Rés'in ?</h3> <p>Facultatif</p> </div> <app-checkbox-form diff --git a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html index f8282e530..73cd16848 100644 --- a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html +++ b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html @@ -60,7 +60,7 @@ </div> <div class="item-frame"> <div class="create-text"> - Cette structure n’existe pas encore sur Res’in.<br /> + Cette structure n’existe pas encore sur Rés'in.<br /> <span class="question">Souhaitez-vous la référencer ?</span> </div> <app-button [text]="'Créer une structure'" [style]="buttonTypeEnum.Primary" (action)="addStructure()" /> diff --git a/src/app/form/form-view/structure-form/structure-type/structure-type.component.html b/src/app/form/form-view/structure-form/structure-type/structure-type.component.html index ae81fd58d..445b8748d 100644 --- a/src/app/form/form-view/structure-form/structure-type/structure-type.component.html +++ b/src/app/form/form-view/structure-form/structure-type/structure-type.component.html @@ -10,7 +10,7 @@ (keyup.enter)="goBack()" /> <div class="titleContent"> - <h3>Quel type de structure ?</h3> + <h3>De quel type de structure s'agit-il ?</h3> <p>1 seul choix possible</p> </div> </div> diff --git a/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html b/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html index d03f7499a..6ef01b6ab 100644 --- a/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html +++ b/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html @@ -1,18 +1,18 @@ <div *ngIf="currentType === currentTypeEnum.appointment" class="container"> <img src="../../../../../assets/img/rdvsBeginning.svg" alt="Appointment image" /> - <h2>Vous vous apprêtez à prendre RDV auprès d'un·e accompagnant·e numérique</h2> + <h2>Vous vous apprêtez à demander un rendez-vous auprès d'un·e accompagnant·e numérique</h2> <p> - Ces professionnels sont là pour accompagner les publics sur des problématiques liées au numérique et non aux - démarches administratives en elles-mêmes. Si le frein est uniquement administratif, merci d’orienter le bénéficiaire - vers un lieu type “Maison France services” + Ces professionnel·les peuvent aider à la prise en main des services administratifs en ligne, mais ne sont pas + expert·es de l’accès aux droits. Si la personne a besoin d’aide sur le fond d’une démarche administrative, merci de + l’orienter vers un lieu du type “Maison France Service”. </p> </div> <div *ngIf="currentType === currentTypeEnum.onlineMediation" class="container"> <img src="../../../../../assets/img/onlineMediationBeginning.svg" alt="Illustration RDV en ligne" /> - <h2>Vous êtes sur le point de prendre un rendez-vous avec un médiateur ou une médiatrice à distance</h2> + <h2>Vous vous apprêtez à choisir un créneau de médiation numérique à distance</h2> <p> - Ce service d’accompagnement numérique permettra au bénéficiaire d’être assisté depuis son domicile pour apprendre à - utiliser son matériel ou effectuer une démarche sur internet par exemple. En choisissant de prendre un rendez-vous, - le bénéficiaire sera recontacté par l’un de nos médiateurs numériques sur le créneau sélectionné + Ce service d’accompagnement permettra à la personne d'être assistée depuis son domicile dans ses usages numériques. + <br /> + La personne sera recontactée par un médiateur ou une médiatrice sur le créneau choisi. </p> </div> diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html index 94106b9a4..8882e6fe1 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html @@ -1,6 +1,6 @@ <div *ngIf="hasStructure" class="container"> <img src="../../../../../../assets/form/structureCreated.svg" alt="rdv illustration" /> - <h2>Votre demande de RDV a été transmise !</h2> + <h2>Votre demande de rendez-vous a été transmise !</h2> <p> La demande de <b>rendez-vous</b> a bien été transmise à <b diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html index b139dea22..ba618cb9e 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html @@ -1,6 +1,6 @@ <form *ngIf="owners?.length > 0 || (structures?.length > 0 && structuresListReady)" [formGroup]="form"> <div class="title"> - <h3>Vous allez prendre rendez-vous avec la structure :</h3> + <h3>Vous allez demander un rendez-vous avec la structure :</h3> </div> <div *ngIf="owners?.length > 0"> diff --git a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts index a1066f4c3..24f37b39c 100644 --- a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts +++ b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts @@ -19,8 +19,8 @@ export class AccompanimentTypeComponent implements OnInit { key: OnlineDemarche.structureList, }, { - title: 'Prendre RDV auprès d’un·e accompagnant·e numérique', - hint: 'La demande de RDV sera transmise à un conseiller numérique', + title: 'Demander un rendez-vous auprès d’un·e accompagnant·e numérique', + hint: 'Les coordonnées de la personne seront transmises à l’accompagnant·e', key: OnlineDemarche.appointment, }, { diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index b8b4e41e1..779e0cd34 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -19,7 +19,7 @@ [routerLink]="['/orientation']" [state]="{ rdvUser: userProfile }" [iconBtn]="'rdv'" - [text]="'Prendre rendez-vous'" + [text]="'Demander un RDV'" [style]="buttonTypeEnum.SecondaryWide" [routerLinkActive]="'active'" /> diff --git a/src/app/shared/components/appointment-choice/appointment-choice.component.html b/src/app/shared/components/appointment-choice/appointment-choice.component.html index 0c83bc27d..90ff36c0f 100644 --- a/src/app/shared/components/appointment-choice/appointment-choice.component.html +++ b/src/app/shared/components/appointment-choice/appointment-choice.component.html @@ -1,8 +1,9 @@ <div> - <p class="subtitle">Souhaitez-vous proposer la fonctionnalité "être rappelé" ?</p> + <p class="subtitle">Souhaitez-vous proposer la fonctionnalité "Demander un rendez-vous" ?</p> <p class="details"> - Si vous l'activez, les professionnels (travailleurs sociaux, conseillers emploi...) pourront vous transmettre les - coordonnées d'une personne en situation de fragilité numérique afin de convenir d'un rendez-vous. + Si vous l'activez, des professionnel·les du réseau pourront vous transmettre les coordonnées d'une personne ayant + besoin d'un accompagnement numérique afin de convenir d'un rendez-vous. C'est vous qui gérez la prise de rendez-vous + sur vos outils habituels, en fonction de vos disponibilités. </p> <app-radio-form [selectedOption]="selectedRdvChoice" [horizontal]="true" (selectedEvent)="onRdvRadioChange($event)"> </app-radio-form> diff --git a/src/app/structure-list/components/card/card.component.html b/src/app/structure-list/components/card/card.component.html index 39017ebc9..1428dd19a 100644 --- a/src/app/structure-list/components/card/card.component.html +++ b/src/app/structure-list/components/card/card.component.html @@ -75,7 +75,7 @@ class="rdv-button" [style]="buttonTypeEnum.modalPrimary" [type]="'form'" - [text]="' Prendre RDV'" + [text]="'Demander un RDV'" [iconBtn]="'appointement'" [iconPos]="'left'" (click)="cardRDV(); $event.stopPropagation()" diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html index 74a675ef1..28bca2bb4 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.html +++ b/src/app/structure-list/components/structure-details/structure-details.component.html @@ -41,7 +41,7 @@ [state]="{ rdvStructure: structure }" > <app-svg-icon class="icon" [type]="'ico'" [icon]="'rdvDetail'" [iconClass]="'icon-32'"></app-svg-icon> - <div class="iconTitle">Prendre rdv</div> + <div class="iconTitle">Demander un RDV</div> </div> <!-- Voir le site --> <div -- GitLab From 20aecd3cbb0824066e7246959369630e23fa9ab5 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Thu, 24 Aug 2023 17:16:45 +0200 Subject: [PATCH 4/5] fix(rdv): wording --- README.md | 2 +- nginx/outdated.html | 4 ++-- .../account-info/account-info.component.html | 4 ++-- .../account-newsletter.component.html | 2 +- .../profile-structure-choice.component.html | 2 +- .../structure-type/structure-type.component.html | 2 +- .../information-screen.component.html | 16 ++++++++-------- .../appointment-end.component.html | 2 +- .../make-appointment.component.html | 2 +- .../accompaniment-type.component.ts | 4 ++-- src/app/profile/profile.component.html | 2 +- .../appointment-choice.component.html | 7 ++++--- .../components/card/card.component.html | 2 +- .../structure-details.component.html | 2 +- 14 files changed, 27 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index abea8359e..6feea4e05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Res'In Client +# Rés'in Client ## [Wikis](https://forge.grandlyon.com/web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/-/wikis/home) diff --git a/nginx/outdated.html b/nginx/outdated.html index 24987fe33..8dde39054 100644 --- a/nginx/outdated.html +++ b/nginx/outdated.html @@ -2,14 +2,14 @@ <html lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>RES'in: Navigateur incompatible</title> + <title>Rés'in: Navigateur incompatible</title> </head> <body> <div> <h1>Navigateur obsolète</h1> <p> - Votre navigateur ne vous permet pas d'accéder à RES'in dans de bonnes conditions. Merci d'utiliser + Votre navigateur ne vous permet pas d'accéder à Rés'in dans de bonnes conditions. Merci d'utiliser <a href="https://www.mozilla.org/fr/firefox/new/">Firefox</a>, <a href="https://www.google.com/intl/fr/chrome/">Chrome</a>, ou la dernière version d'<a href="https://www.microsoft.com/fr-fr/edge" diff --git a/src/app/form/form-view/account-form/account-info/account-info.component.html b/src/app/form/form-view/account-form/account-info/account-info.component.html index e625eb587..efca16e6a 100644 --- a/src/app/form/form-view/account-form/account-info/account-info.component.html +++ b/src/app/form/form-view/account-form/account-info/account-info.component.html @@ -2,8 +2,8 @@ <div class="title"> <h3>Informations personnelles</h3> <p> - Vos informations seront référencées en tant que professionnel·le dans l'annuaire Rés'in pour les - utilisateur·trices connecté·e·s. + Vos informations seront référencées en tant que professionnel·le dans l'annuaire Rés'in, accessible aux membres + connectés. </p> </div> <div class="form-group" fxLayout="column"> diff --git a/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html b/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html index 296fcdd2c..7f60c954e 100644 --- a/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html +++ b/src/app/form/form-view/account-form/account-newsletter/account-newsletter.component.html @@ -1,6 +1,6 @@ <form *ngIf="accountForm && !profile" [formGroup]="accountForm"> <div class="title"> - <h3>Souhaitez-vous vous abonner à la lettre d’information de Res'in ?</h3> + <h3>Souhaitez-vous vous abonner à la lettre d’information de Rés'in ?</h3> <p>Facultatif</p> </div> <app-checkbox-form diff --git a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html index f8282e530..73cd16848 100644 --- a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html +++ b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.html @@ -60,7 +60,7 @@ </div> <div class="item-frame"> <div class="create-text"> - Cette structure n’existe pas encore sur Res’in.<br /> + Cette structure n’existe pas encore sur Rés'in.<br /> <span class="question">Souhaitez-vous la référencer ?</span> </div> <app-button [text]="'Créer une structure'" [style]="buttonTypeEnum.Primary" (action)="addStructure()" /> diff --git a/src/app/form/form-view/structure-form/structure-type/structure-type.component.html b/src/app/form/form-view/structure-form/structure-type/structure-type.component.html index ae81fd58d..445b8748d 100644 --- a/src/app/form/form-view/structure-form/structure-type/structure-type.component.html +++ b/src/app/form/form-view/structure-form/structure-type/structure-type.component.html @@ -10,7 +10,7 @@ (keyup.enter)="goBack()" /> <div class="titleContent"> - <h3>Quel type de structure ?</h3> + <h3>De quel type de structure s'agit-il ?</h3> <p>1 seul choix possible</p> </div> </div> diff --git a/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html b/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html index d03f7499a..6ef01b6ab 100644 --- a/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html +++ b/src/app/form/orientation-form-view/global-components/information-screen/information-screen.component.html @@ -1,18 +1,18 @@ <div *ngIf="currentType === currentTypeEnum.appointment" class="container"> <img src="../../../../../assets/img/rdvsBeginning.svg" alt="Appointment image" /> - <h2>Vous vous apprêtez à prendre RDV auprès d'un·e accompagnant·e numérique</h2> + <h2>Vous vous apprêtez à demander un rendez-vous auprès d'un·e accompagnant·e numérique</h2> <p> - Ces professionnels sont là pour accompagner les publics sur des problématiques liées au numérique et non aux - démarches administratives en elles-mêmes. Si le frein est uniquement administratif, merci d’orienter le bénéficiaire - vers un lieu type “Maison France services” + Ces professionnel·les peuvent aider à la prise en main des services administratifs en ligne, mais ne sont pas + expert·es de l’accès aux droits. Si la personne a besoin d’aide sur le fond d’une démarche administrative, merci de + l’orienter vers un lieu du type “Maison France Service”. </p> </div> <div *ngIf="currentType === currentTypeEnum.onlineMediation" class="container"> <img src="../../../../../assets/img/onlineMediationBeginning.svg" alt="Illustration RDV en ligne" /> - <h2>Vous êtes sur le point de prendre un rendez-vous avec un médiateur ou une médiatrice à distance</h2> + <h2>Vous vous apprêtez à choisir un créneau de médiation numérique à distance</h2> <p> - Ce service d’accompagnement numérique permettra au bénéficiaire d’être assisté depuis son domicile pour apprendre à - utiliser son matériel ou effectuer une démarche sur internet par exemple. En choisissant de prendre un rendez-vous, - le bénéficiaire sera recontacté par l’un de nos médiateurs numériques sur le créneau sélectionné + Ce service d’accompagnement permettra à la personne d'être assistée depuis son domicile dans ses usages numériques. + <br /> + La personne sera recontactée par un médiateur ou une médiatrice sur le créneau choisi. </p> </div> diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html index 94106b9a4..8882e6fe1 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/appointment-end/appointment-end.component.html @@ -1,6 +1,6 @@ <div *ngIf="hasStructure" class="container"> <img src="../../../../../../assets/form/structureCreated.svg" alt="rdv illustration" /> - <h2>Votre demande de RDV a été transmise !</h2> + <h2>Votre demande de rendez-vous a été transmise !</h2> <p> La demande de <b>rendez-vous</b> a bien été transmise à <b diff --git a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html index b139dea22..ba618cb9e 100644 --- a/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html +++ b/src/app/form/orientation-form-view/online-demarch/appointment/make-appointment/make-appointment.component.html @@ -1,6 +1,6 @@ <form *ngIf="owners?.length > 0 || (structures?.length > 0 && structuresListReady)" [formGroup]="form"> <div class="title"> - <h3>Vous allez prendre rendez-vous avec la structure :</h3> + <h3>Vous allez demander un rendez-vous avec la structure :</h3> </div> <div *ngIf="owners?.length > 0"> diff --git a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts index a1066f4c3..24f37b39c 100644 --- a/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts +++ b/src/app/form/orientation-form-view/online-demarch/online-demarch-common/accompaniment-type/accompaniment-type.component.ts @@ -19,8 +19,8 @@ export class AccompanimentTypeComponent implements OnInit { key: OnlineDemarche.structureList, }, { - title: 'Prendre RDV auprès d’un·e accompagnant·e numérique', - hint: 'La demande de RDV sera transmise à un conseiller numérique', + title: 'Demander un rendez-vous auprès d’un·e accompagnant·e numérique', + hint: 'Les coordonnées de la personne seront transmises à l’accompagnant·e', key: OnlineDemarche.appointment, }, { diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index b8b4e41e1..779e0cd34 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -19,7 +19,7 @@ [routerLink]="['/orientation']" [state]="{ rdvUser: userProfile }" [iconBtn]="'rdv'" - [text]="'Prendre rendez-vous'" + [text]="'Demander un RDV'" [style]="buttonTypeEnum.SecondaryWide" [routerLinkActive]="'active'" /> diff --git a/src/app/shared/components/appointment-choice/appointment-choice.component.html b/src/app/shared/components/appointment-choice/appointment-choice.component.html index 0c83bc27d..90ff36c0f 100644 --- a/src/app/shared/components/appointment-choice/appointment-choice.component.html +++ b/src/app/shared/components/appointment-choice/appointment-choice.component.html @@ -1,8 +1,9 @@ <div> - <p class="subtitle">Souhaitez-vous proposer la fonctionnalité "être rappelé" ?</p> + <p class="subtitle">Souhaitez-vous proposer la fonctionnalité "Demander un rendez-vous" ?</p> <p class="details"> - Si vous l'activez, les professionnels (travailleurs sociaux, conseillers emploi...) pourront vous transmettre les - coordonnées d'une personne en situation de fragilité numérique afin de convenir d'un rendez-vous. + Si vous l'activez, des professionnel·les du réseau pourront vous transmettre les coordonnées d'une personne ayant + besoin d'un accompagnement numérique afin de convenir d'un rendez-vous. C'est vous qui gérez la prise de rendez-vous + sur vos outils habituels, en fonction de vos disponibilités. </p> <app-radio-form [selectedOption]="selectedRdvChoice" [horizontal]="true" (selectedEvent)="onRdvRadioChange($event)"> </app-radio-form> diff --git a/src/app/structure-list/components/card/card.component.html b/src/app/structure-list/components/card/card.component.html index 39017ebc9..1428dd19a 100644 --- a/src/app/structure-list/components/card/card.component.html +++ b/src/app/structure-list/components/card/card.component.html @@ -75,7 +75,7 @@ class="rdv-button" [style]="buttonTypeEnum.modalPrimary" [type]="'form'" - [text]="' Prendre RDV'" + [text]="'Demander un RDV'" [iconBtn]="'appointement'" [iconPos]="'left'" (click)="cardRDV(); $event.stopPropagation()" diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html index 74a675ef1..28bca2bb4 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.html +++ b/src/app/structure-list/components/structure-details/structure-details.component.html @@ -41,7 +41,7 @@ [state]="{ rdvStructure: structure }" > <app-svg-icon class="icon" [type]="'ico'" [icon]="'rdvDetail'" [iconClass]="'icon-32'"></app-svg-icon> - <div class="iconTitle">Prendre rdv</div> + <div class="iconTitle">Demander un RDV</div> </div> <!-- Voir le site --> <div -- GitLab From ad4d9360c16282e21db0d80df8b1b74ef2f26894 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Fri, 25 Aug 2023 11:22:37 +0200 Subject: [PATCH 5/5] chore(release): 2.4.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a659edd..cdb3b38f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.4.1](https://forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/compare/v2.4.0...v2.4.1) (2023-08-25) + + +### Bug Fixes + +* **rdv:** wording ([20aecd3](https://forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/commit/20aecd3cbb0824066e7246959369630e23fa9ab5)) +* **rdv:** wording ([f275b95](https://forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/commit/f275b9529d5352489e7de1475dc0b2fc717b2886)) +* **rdv:** wording ([26d1102](https://forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/commit/26d110262d7ce9e64bcf421c4310c6eda29caa98)) + ## [2.4.0](https://forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/compare/v2.3.3...v2.4.0) (2023-08-21) diff --git a/package.json b/package.json index fda56ebe7..41be9ca5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pamn", - "version": "2.4.0", + "version": "2.4.1", "scripts": { "ng": "ng", "start": "ng serve --configuration=local,fr --proxy-config proxy.conf.json", -- GitLab