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.
40 lines
1.6 KiB
40 lines
1.6 KiB
5 years ago
|
#### Functional
|
||
|
|
||
5 years ago
|
###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/)
|
||
|
|
||
5 years ago
|
##### Try to export the file.
|
||
5 years ago
|
|
||
5 years ago
|
###### Does the exported file matches the output?
|
||
|
|
||
|
##### Try to open and change the exported file.
|
||
5 years ago
|
|
||
5 years ago
|
###### Are the exported files read and write for the user?
|
||
5 years ago
|
|
||
5 years ago
|
###### Does the project use the HTTP header [Content-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) to indicate the media type of the resource?
|
||
|
|
||
|
###### Does the project use the HTTP header [Content-Length](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Length) to indicate the size of the entity-body, in bytes, sent to the recipient?
|
||
|
|
||
|
###### Does the project use the HTTP header [Content-Disposition](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) to download the files?
|
||
5 years ago
|
|
||
5 years ago
|
###### Does the site has a clear button/link to download/export the file?
|
||
5 years ago
|
|
||
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
|
#### Basic
|
||
|
|
||
5 years ago
|
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Are the instructions in the website clear?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Does the project run using an API?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Can you export in multiple formats?
|
||
|
|
||
|
#### Social
|
||
|
|
||
|
###### +Did you learn anything from this project?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Can it be open-sourced / be used for other sources?
|
||
5 years ago
|
|
||
|
###### +Would you recommend/nominate this program as an example for the rest of the school?
|