From ffd7025dfb1fc0b937224bda4ed1cc4daca09ec9 Mon Sep 17 00:00:00 2001 From: Alessandro CERIONI <acerioni@grandlyon.com> Date: Tue, 4 Feb 2020 15:14:08 +0100 Subject: [PATCH] Update feedback.md --- docs/components/custom-apps/web-app/feedback.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/components/custom-apps/web-app/feedback.md b/docs/components/custom-apps/web-app/feedback.md index 53625a0..70c0ff5 100644 --- a/docs/components/custom-apps/web-app/feedback.md +++ b/docs/components/custom-apps/web-app/feedback.md @@ -2,6 +2,12 @@  -The goal of this feature is to provide users an easy way to give their opinion to the development team but also to submit any suggestions of improvment, problems or bugs they might have encountered. +The goal of this feature is to let end users provide feedback about their experience with the Web Application : bug reports, suggestions for improvement, etc. -The feedback form is composed of a textarea for the feedback, a 'rating' field where the value can be `1 star`, `2 stars`, `3 stars` or `No opinion` and an optional email field if the user wants a reply from the team. If an email is provided the user has to accept the general term of use and the process of the information in order to sumbit its feedback. +The feedback form is composed by : + +* a free text area; +* a set of buttons allowing the user to rate the website (`1 star`, `2 stars`, `3 stars`, `No opinion`); +* an optional email field, which the user can fill in if a reply from the support team is desired. + +In case the email address is provided, the user has to accept some terms for the submit button to be enabled. -- GitLab