Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-2309: graphql improve language #2317

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions subjects/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
24 changes: 12 additions & 12 deletions subjects/graphql/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@

##### 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

###### Does the project have at least the mandatory queries (_nested_, _normal_ and using _arguments_)?

#### 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)?
Loading