From 867d20641bbfcc910d398e273bfb10c881506ca6 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 14 Mar 2023 09:56:09 +0000 Subject: [PATCH] docs(bizz-card): fixing structure of the audit adding more questions according to the readme --- subjects/mobile-dev/bizz-card/audit/README.md | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/subjects/mobile-dev/bizz-card/audit/README.md b/subjects/mobile-dev/bizz-card/audit/README.md index 1080a2246..b94bff1dd 100644 --- a/subjects/mobile-dev/bizz-card/audit/README.md +++ b/subjects/mobile-dev/bizz-card/audit/README.md @@ -1,17 +1,33 @@ #### Functional -> In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app) +> In order to run and hot reload the app either on emulator or a device, follow these [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app). ###### Was the app committed within the required time period? -###### Does the app run without crashes? +###### Does the app run without crashing? -###### Only standard Flutter packages and url_launcher (for bonus) are allowed, is that the case in the app? +##### Only standard `Flutter` packages are allowed in the mandatory part (url_launcher is allowed for the bonus). -###### Does the app display image, full name, age, email address, phone number? +###### Can you confirm that only standard packages were used to complete the required part of the app? + +###### Does the app display a profile picture with a circular shape? + +###### Can you confirm that there is an `AppBar` with the title of the app "BizzCard"? + +###### Does the app show the `First Name`, `Last Name`, `Age`, `email`, and `phone number`? + +##### Open the code and search for the following: + +###### Is the `backgroundColor` of the `AppBar` set to `blueAccent`? + +###### Is the `First Name` and `Last Name` in bold with font size 30? + +###### Is the `Age`, `email`, and `phone number` with font size 20? #### Bonus: -###### +Does the app use local assets to store an image? +###### +Does the app use local assets to store the images? + +###### +Does the app generate qr-code that displays the information shown as text? -###### +Does the app generate qr-code that displays information shown as text? +###### +Does the app contains icons in the `AppBar` or anywhere else?