From 7b29d9cdb33596c238f46fb2678285c4b737c297 Mon Sep 17 00:00:00 2001 From: Henning Femmer Date: Sun, 14 Jun 2020 23:03:38 +0200 Subject: [PATCH] Phone number must not only be stored, but also visible to the user. --- scoping_document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoping_document.md b/scoping_document.md index 7f051ac..bf591ea 100644 --- a/scoping_document.md +++ b/scoping_document.md @@ -167,7 +167,7 @@ The corresponding acceptance criteria supplement the specification of the requir ### Technical Support | # of user story ID | User story | Acceptance criteria | |-----------------|------------|--------------------| -| E08.01 | As an app user, I want to be able to contact a hotline, so that I can resolve any technical problems with the app. | 1. The phone number of the technical hotline is stored in the app. | +| E08.01 | As an app user, I want to be able to contact a hotline, so that I can resolve any technical problems with the app. | 1. The phone number of the technical hotline is shown in the app. | ### Accessibility | # of user story ID | User story | Acceptance criteria |