mirror of https://github.com/01-edu/public.git
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.
38 lines
1.5 KiB
38 lines
1.5 KiB
5 years ago
|
#### Functional
|
||
|
|
||
|
###### Do the colors used allow a good visual contrast (ex: it is difficult to read a yellow text on a white background)?
|
||
|
|
||
|
###### Is the design [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/)? (examples: every page follows the same palette of colors, is all centered or is it everything aligned to the right, etc.)
|
||
|
|
||
|
###### Is the design [responsive](https://smallbiztrends.com/2013/05/what-is-responsive-web-design.html)? (when you change the width/ height of the page, is the site consistent?)
|
||
|
|
||
|
###### Is the [interaction design](https://en.m.wikipedia.org/wiki/Interaction_design) good (is the interface easily usable)?
|
||
|
|
||
|
##### Try to explore an inexistent page.
|
||
|
|
||
|
###### Is the design for the 404 HTTP status covered?
|
||
|
|
||
5 years ago
|
###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks)
|
||
|
|
||
5 years ago
|
#### General
|
||
|
|
||
|
###### +Is it easy to use the web site?
|
||
|
|
||
|
###### +Does it have a background?
|
||
|
|
||
|
#### Basic
|
||
|
|
||
|
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
|
||
|
|
||
|
###### +Is there a test file for this code?
|
||
|
|
||
|
###### +Are the tests checking each possible case?
|
||
|
|
||
|
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
|
|
||
|
#### Social
|
||
|
|
||
|
###### +Did you learn anything from this project?
|
||
|
|
||
5 years ago
|
###### +Would you recommend/nominate this program as an example for the rest of the school?
|