From 6c3ae24f37963201a95780827424ac3c3ddd44dd Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 27 Nov 2023 17:07:18 +0000 Subject: [PATCH 1/2] docs(graphql): improve language and add verification for the usage of svg --- subjects/graphql/audit/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/graphql/audit/README.md b/subjects/graphql/audit/README.md index 9c4179beb2..2f013bd2f7 100644 --- a/subjects/graphql/audit/README.md +++ b/subjects/graphql/audit/README.md @@ -6,27 +6,27 @@ ##### Ask the student to login with valid credentials -###### Does the profile have three sections? +###### Does the profile page consist of three sections as required? -##### Try to confirm if the content on the three sections are correct, using the **GraphiQL**. +##### Verify the accuracy of the content/information in the three Sections using **GraphiQL**. -###### Is the content present on the three sections correct? +###### Are the details presented in these sections accurate and correspond to the expected data? -###### Does the profile present a 4th section with graph statistics? +###### Does the profile include a fourth section dedicated to graphical statistics? -###### Does this section have at least two different graphs? +###### Does this section contain at least two different graphs created using SVG as specified in the project requirements? -##### Try to confirm if the content on the graphs are correct. +##### Try to validate the accuracy of the information presented in the graphs. -###### Is the content on the graphs correct? +###### Do the graphs display the expected data accurately? ##### Try to access the profile from the host domain. -###### Is the profile being hosted (active/live/online)? +###### Is the profile successfully accessible and hosted online? ##### Log out -###### Was the authenticated user successfully logged out? +###### Is the logout functionality successful in logging the authenticated user out? #### General @@ -34,10 +34,10 @@ #### Bonus -###### +Is the profile displaying other information beside the three mandatory sections? +###### +Does the profile showcase additional information beyond the three mandatory sections? -###### +Is the profile displaying other graphs beside the two mandatory ones? +###### +Are there additional graphs featured apart from the required two? -###### +Did the student generated their own GraphiQL? +###### +Has the student created and utilized their own GraphiQL? ###### +Does the UI respect the [good practices](../../good-practices/README.md)? From 4efcbc36bd566b45c2a14b18461bf47b64488a5f Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 27 Nov 2023 18:05:29 +0000 Subject: [PATCH 2/2] docs(graphql): remove extra slash --- subjects/graphql/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/graphql/README.md b/subjects/graphql/README.md index e373235148..d0a641944b 100644 --- a/subjects/graphql/README.md +++ b/subjects/graphql/README.md @@ -59,8 +59,7 @@ When making GraphQL queries, you'll supply the JWT using `Bearer` authentication ### Hosting -Besides the creation of your own profile you will have to host it. There are several places where you can host your profile,\ -for example: [github-pages](https://pages.github.com/), [netlify](https://www.netlify.com/) and so on. You are free to choose the hosting place. +Besides the creation of your own profile you will have to host it. There are several places where you can host your profile, for example: [github-pages](https://pages.github.com/), [netlify](https://www.netlify.com/) and so on. You are free to choose the hosting place. Here are a selection of interesting tables and columns which are exposed via GraphQL: