You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB

#### Functional
4 years ago
##### Try to log in with invalid credentials
###### Is an appropriate error shown?
##### Ask the student to login with valid credentials
###### Does the profile page consist of three sections as required?
4 years ago
##### Verify the accuracy of the content/information in the three Sections using **GraphiQL**.
4 years ago
###### Are the details presented in these sections accurate and correspond to the expected data?
4 years ago
###### Does the profile include a fourth section dedicated to graphical statistics?
4 years ago
###### Does this section contain at least two different graphs created using SVG as specified in the project requirements?
4 years ago
##### Try to validate the accuracy of the information presented in the graphs.
4 years ago
###### Do the graphs display the expected data accurately?
4 years ago
##### Try to access the profile from the host domain.
###### Is the profile successfully accessible and hosted online?
4 years ago
##### Log out
###### Is the logout functionality successful in logging the authenticated user out?
4 years ago
#### General
###### Does the project have at least the mandatory queries (_nested_, _normal_ and using _arguments_)?
#### Bonus
###### +Does the profile showcase additional information beyond the three mandatory sections?
4 years ago
###### +Are there additional graphs featured apart from the required two?
4 years ago
###### +Has the student created and utilized their own GraphiQL?
4 years ago
###### +Does the UI respect the [good practices](../../good-practices/README.md)?