Browse Source

Merge pull request #408 from 01-edu/ascii-art-web-exportfile

questions for ascii-web export files
content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
b04c0721b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      subjects/ascii-art-web/ascii-art-web-exportfile.audit.en.md
  2. 1
      subjects/ascii-art-web/ascii-art-web-exportfile.en.md

29
subjects/ascii-art-web/ascii-art-web-exportfile.audit.en.md

@ -0,0 +1,29 @@
#### Functional
##### Try to export the file.
###### Does the exported file matches the output?
##### Try to open and change the exported file.
###### Are the exported files read and write for the user only?
###### 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?
###### Does the site has a clear button/link to download/export the file?
#### Basic
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
###### +Are the instructions in the website clear?
###### +Does the project run using an API?
###### +Can you export in multiple formats?
#### Social
###### +Did you learn anything from this project?
###### +Can it be open-sourced / be used for other sources?
###### +Would you recommend/nominate this program as an example for the rest of the school?

1
subjects/ascii-art-web/ascii-art-web-exportfile.en.md

@ -15,6 +15,7 @@ This project will help you learn about :
- Portable Document Format (pdf)
- Text File (txt)
- [Here are some more examples](https://en.wikipedia.org/wiki/Document_file_format)
- HTTP headers
- Ways to receive data.
- Ways to output data.

Loading…
Cancel
Save