From fb8a9c769465970dcddb4429d85640f2900f2652 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Wed, 17 Nov 2021 09:49:48 +0000 Subject: [PATCH] fixing export file according to issue --- subjects/ascii-art-web/export-file/README.md | 1 + subjects/ascii-art-web/export-file/audit.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/subjects/ascii-art-web/export-file/README.md b/subjects/ascii-art-web/export-file/README.md index 32a92483..41144641 100644 --- a/subjects/ascii-art-web/export-file/README.md +++ b/subjects/ascii-art-web/export-file/README.md @@ -13,6 +13,7 @@ Ascii-art-web-export consists on making sure that it is possible to export the o - The web server must export at least in one export format. - The web server must be created in **Go**. +- The web site must include a button or a link to download/export the file. - You must handle website errors. - The code must respect the [good practices](../../good-practices/README.md). diff --git a/subjects/ascii-art-web/export-file/audit.md b/subjects/ascii-art-web/export-file/audit.md index b8dd2d2c..a5d4c3b8 100644 --- a/subjects/ascii-art-web/export-file/audit.md +++ b/subjects/ascii-art-web/export-file/audit.md @@ -10,6 +10,8 @@ ###### Are the exported files read and write for the user? +###### Does the site include a link or a button to download the file? + ###### 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?