-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): request message templates (#507)
- Loading branch information
Showing
9 changed files
with
58 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 16 additions & 4 deletions
20
client/src/app/request-feedback/request-feedback.config.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
export const REQUEST_TEMPLATES = [ | ||
{ | ||
title: $localize`:@@Component.RequestFeedback.TemplateAssignmentTitle:Fin de mission`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateAssignmentContent:Bonjour,\nComme tu sais, ma mission se termine bientôt et j'aimerai avoir ton feedback sur ma prestation.\nMerci par avance.`, | ||
title: $localize`:@@Component.RequestFeedback.TemplateStartingAtZenikaTitle:Débuts à Zenika`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateStartingAtZenikaContent:Bonjour,\nSi tu as quelques minutes, j'aimerais avoir ton feedback sur mes débuts à Zenika. Cela peut être quelque chose de positif que tu as remarqué ou quelque chose que je pourrais améliorer.\nMerci par avance.`, | ||
}, | ||
{ | ||
title: $localize`:@@Component.RequestFeedback.TemplateEvaluationTitle:Entretien annnuel`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateEvaluationContent:Bonjour,\nJ'ai bientôt mon entretien annuel et afin de le préparer j'aimerais avoir ton feedback sur ce que je fais bien et ce que je pourrais améliorer.\nMerci par avance.`, | ||
title: $localize`:@@Component.RequestFeedback.TemplateStartOfAssignmentTitle:Début de mission`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateStartOfAssignmentContent:Bonjour,\nCela fait un moment que j'ai commencé ma mission et j'aimerais avoir ton feedback sur ce que je fais bien et ce que je pourrais améliorer.\nMerci par avance.`, | ||
}, | ||
{ | ||
title: $localize`:@@Component.RequestFeedback.TemplateEndOfAssignmentTitle:Fin de mission`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateEndOfAssignmentContent:Bonjour,\nComme tu le sais, ma mission se termine bientôt et j'aimerais avoir ton feedback sur ma prestation, ce que j'ai réussi et ce que je pourrais améliorer.\nMerci par avance.`, | ||
}, | ||
{ | ||
title: $localize`:@@Component.RequestFeedback.TemplateAnnualReviewTitle:Entretien annuel`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateAnnualReviewContent:Bonjour,\nEn vue de mon entretien annuel qui a lieu bientôt, j'aimerais avoir ton feedback sur ce que je fais bien et ce que je pourrais améliorer.\nMerci par avance.`, | ||
}, | ||
{ | ||
title: $localize`:@@Component.RequestFeedback.TemplateConferenceTitle:Conférence`, | ||
content: $localize`:@@Component.RequestFeedback.TemplateConferenceContent:Bonjour,\nRécemment, j'ai donné une conférence à laquelle tu as assisté et j'aimerais avoir ton feedback sur ce qui a bien fonctionné et ce que je pourrais améliorer.\nMerci par avance.`, | ||
}, | ||
] as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters