diff --git a/subjects/ascii-art-web/README.md b/subjects/ascii-art-web/README.md index 65cb5225..37cefb2c 100644 --- a/subjects/ascii-art-web/README.md +++ b/subjects/ascii-art-web/README.md @@ -4,7 +4,7 @@ Ascii-art-web consists in creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art. -- You must use your [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) application for this project. +- You must use your [ascii-art](https://public.01-edu.org/subjects/ascii-art/) application for this project. - You can run your server **locally** (localhost) or using an **API**. - You must use the different [banners](https://github.com/01-edu/public/tree/master/subjects/ascii-art) for the website. - It should be available to choose between the banners. @@ -32,7 +32,7 @@ This project will help you learn about : - You must handle website errors. - The web server must be created in **Go**. -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/). - The project must have files written in **HTML**. ### Usage diff --git a/subjects/ascii-art-web/audit/README.md b/subjects/ascii-art-web/audit/README.md index 04e6b25b..9b80ecaa 100644 --- a/subjects/ascii-art-web/audit/README.md +++ b/subjects/ascii-art-web/audit/README.md @@ -106,7 +106,7 @@ o-o-o o--o o-o o o o o-o | | o o ###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art-web/dockerize/README.md b/subjects/ascii-art-web/dockerize/README.md index 4403b7d3..edc6a4a4 100644 --- a/subjects/ascii-art-web/dockerize/README.md +++ b/subjects/ascii-art-web/dockerize/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject. - For this project you must create at least : @@ -37,7 +37,7 @@ This project will help you learn about : ### Instructions - The web server must be created in **Go**. -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/). - You must use Docker. - The project must have a **Dockerfile**. - Your Dockerfile must respect the [Dockerfile good practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/). diff --git a/subjects/ascii-art-web/dockerize/audit.md b/subjects/ascii-art-web/dockerize/audit.md index 0f816de1..7337cfa9 100644 --- a/subjects/ascii-art-web/dockerize/audit.md +++ b/subjects/ascii-art-web/dockerize/audit.md @@ -53,7 +53,7 @@ student$ ###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art-web/export-file/README.md b/subjects/ascii-art-web/export-file/README.md index ee6a98ec..ff1f03bd 100644 --- a/subjects/ascii-art-web/export-file/README.md +++ b/subjects/ascii-art-web/export-file/README.md @@ -2,11 +2,11 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject. Ascii-art-web-export consists on making sure that it is possible to export the output of the web application, at least in one export format at your choice. -- You should be able to export the result of the [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) project implemented in the website. +- You should be able to export the result of the [ascii-art](https://public.01-edu.org/subjects/ascii-art/) project implemented in the website. - The file must be exported with the right permissions (**read and write**) for the user. This project will help you learn about : @@ -28,4 +28,4 @@ This project will help you learn about : - The web server must export at least in one export format. - The web server must be created in **Go**. - You must handle website errors. -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/). diff --git a/subjects/ascii-art-web/export-file/audit.md b/subjects/ascii-art-web/export-file/audit.md index 97063755..abcd9c79 100644 --- a/subjects/ascii-art-web/export-file/audit.md +++ b/subjects/ascii-art-web/export-file/audit.md @@ -22,7 +22,7 @@ #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Are the instructions in the website clear? diff --git a/subjects/ascii-art-web/stylize/README.md b/subjects/ascii-art-web/stylize/README.md index b309b430..50521c07 100644 --- a/subjects/ascii-art-web/stylize/README.md +++ b/subjects/ascii-art-web/stylize/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject. Ascii-art-stylize consists on making your site : @@ -23,7 +23,7 @@ This project will help you learn about: ### Instructions - Your project must contain **CSS**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - We suggest you to search for the principles of a good website design. - It must be possible to see the text properly despite the colors used. diff --git a/subjects/ascii-art-web/stylize/audit.md b/subjects/ascii-art-web/stylize/audit.md index 8d145afc..7fdbccf9 100644 --- a/subjects/ascii-art-web/stylize/audit.md +++ b/subjects/ascii-art-web/stylize/audit.md @@ -26,7 +26,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/ascii-art/README.md b/subjects/ascii-art/README.md index 0bdcd878..3485f192 100644 --- a/subjects/ascii-art/README.md +++ b/subjects/ascii-art/README.md @@ -19,7 +19,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code present a **test file**. - It will be given some [**banner**](https://github.com/01-edu/public/blob/master/subjects/ascii-art) files with a specific graphical template representation of ASCII. The files are formatted in a way that it is not necessary to change them. diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index 2e2c8c91..667252a1 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -270,7 +270,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index 1aeb5d0b..ab640669 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but with colors. +You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject but with colors. - The output should manipulate colors using the **flag** `--color=`, in which `--color` is the flag and `` is the color name of choice (ex: orange, green, blue). - The colors must respect the [RGB](https://en.wikipedia.org/wiki/RGB_color_model) concept. @@ -23,7 +23,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index c4e4f40b..1a6150d9 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -68,7 +68,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)? +###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices/)? #### Social diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index 01b673ca..be4a58b0 100644 --- a/subjects/ascii-art/fs/README.md +++ b/subjects/ascii-art/fs/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but the second argument must be the name of the template. +You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject but the second argument must be the name of the template. This project will help you learn about : @@ -16,7 +16,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. - You can see all about the **banners** [here](https://github.com/01-edu/public/tree/master/subjects/ascii-art). diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index 4bcdc2ff..ff21fa72 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -172,7 +172,7 @@ o-O-o o o-o o o o-o o o o | o o o--O ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index fd4eab2d..48b05ab9 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -78,7 +78,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index 5f2a6eb5..8517d7cc 100644 --- a/subjects/ascii-art/output/README.md +++ b/subjects/ascii-art/output/README.md @@ -2,7 +2,7 @@ ### Objectives -- You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject **while** writing the result into a file. +- You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject **while** writing the result into a file. - The file must be named by using the flag `--output=`, in which `--output` is the flag and `` is the file name. @@ -18,7 +18,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code presents a **test file**. ### Allowed packages diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 345acb67..35ec9c47 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -169,7 +169,7 @@ student$ cat test07.txt ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/ascii-art/reverse/README.md b/subjects/ascii-art/reverse/README.md index b97f9739..d6b617e5 100644 --- a/subjects/ascii-art/reverse/README.md +++ b/subjects/ascii-art/reverse/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject. +You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject. - Ascii-reverse consists on reversing the process, converting the graphic representation into a text. - You will have to create a text file containing a graphic representation of a random `string`. @@ -21,7 +21,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index b68ee35d..25fabd9d 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -2,49 +2,49 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) -##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://public.01-edu.org/subjects/ascii-art/reverse/example). `Hello World` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/reverse/example). `123` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/reverse/example). `#=\[` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/reverse/example). `(somthing&234)` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/reverse/example). `abcdefghijklmnopqrstuvwxyz` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/reverse/example). `\!" #$%&'()*+,-./` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/reverse/example). `:;<=>?@` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example). +##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/reverse/example). `ABCDEFGHIJKLMNOPQRSTUVWXYZ` @@ -72,7 +72,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/forum/README.md b/subjects/forum/README.md index 7abdc829..d4b27645 100644 --- a/subjects/forum/README.md +++ b/subjects/forum/README.md @@ -67,7 +67,7 @@ Note that the last two are only available for registered users and must refer to #### Docker -For the forum project you must use Docker. You can see all about docker basics on the [ascii-art-web-dockerize](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web-dockerize.en) subject. +For the forum project you must use Docker. You can see all about docker basics on the [ascii-art-web-dockerize](https://public.01-edu.org/subjects/ascii-art-web/dockerize/) subject. This project will help you learn about: @@ -89,7 +89,7 @@ This project will help you learn about: - You must use **SQLite**. - You must handle website errors, HTTP status. - You must handle all sort of technical errors. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/forum/advanced-features/README.md b/subjects/forum/advanced-features/README.md index 1f2583a3..f48f40d7 100644 --- a/subjects/forum/advanced-features/README.md +++ b/subjects/forum/advanced-features/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject. In `forum advanced features`, you will have to implement the following features : @@ -28,7 +28,7 @@ This project will help you learn about : ### Instructions - The backend must be written in **Go** -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en) +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/) - It is recommended that the code should present a **test file** ### Allowed packages diff --git a/subjects/forum/advanced-features/audit.md b/subjects/forum/advanced-features/audit.md index 92c83e21..0ab896d1 100644 --- a/subjects/forum/advanced-features/audit.md +++ b/subjects/forum/advanced-features/audit.md @@ -40,13 +40,13 @@ #### General -##### +Are there any other feature not mentioned in the [subject](https://public.01-edu.org/subjects/forum/forum-advanced-features.en)? +##### +Are there any other feature not mentioned in the [subject](https://public.01-edu.org/subjects/forum/advanced-features/)? #### Basic ###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/forum/audit/README.md b/subjects/forum/audit/README.md index ae758637..06f556c9 100644 --- a/subjects/forum/audit/README.md +++ b/subjects/forum/audit/README.md @@ -174,7 +174,7 @@ cc8f5dcf760f "./server" 6 seconds ag ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/forum/authentication/README.md b/subjects/forum/authentication/README.md index bb2f9b63..feb9cbd4 100644 --- a/subjects/forum/authentication/README.md +++ b/subjects/forum/authentication/README.md @@ -19,4 +19,4 @@ This project will help you learn about: - Your project must have implemented at least the two authentication examples given. - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). diff --git a/subjects/forum/authentication/audit.md b/subjects/forum/authentication/audit.md index 0fba3d8c..6a8cbdb0 100644 --- a/subjects/forum/authentication/audit.md +++ b/subjects/forum/authentication/audit.md @@ -36,7 +36,7 @@ ###### +Does the project run quickly and effectively (favoring of recursion, no unnecessary data requests, etc.)? -###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/forum/image-upload/README.md b/subjects/forum/image-upload/README.md index 02529c0b..f3b037cf 100644 --- a/subjects/forum/image-upload/README.md +++ b/subjects/forum/image-upload/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject. In `forum image upload`, registered users have the possibility to create a post containing an image as well as text. @@ -25,7 +25,7 @@ This project will help you learn about: - The backend must be written in **Go**. - You must handle website errors. -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en) +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/) - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/forum/image-upload/audit.md b/subjects/forum/image-upload/audit.md index ac2cfbe0..d5043af4 100644 --- a/subjects/forum/image-upload/audit.md +++ b/subjects/forum/image-upload/audit.md @@ -28,7 +28,7 @@ #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Are the instructions in the website clear? diff --git a/subjects/forum/moderation/README.md b/subjects/forum/moderation/README.md index a4c954be..af42fa23 100644 --- a/subjects/forum/moderation/README.md +++ b/subjects/forum/moderation/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject. The `forum-moderation` will be based on a moderation system. It must present a moderator that, depending on the access level of a user or the forum set-up, approves posted messages before they become publicly visible. @@ -47,5 +47,5 @@ This project will help you learn about : - You must handle website errors, HTTPS status. - You must handle all sort of technical errors. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. diff --git a/subjects/forum/security/audit.md b/subjects/forum/security/audit.md index a02d5a56..0ce6524f 100644 --- a/subjects/forum/security/audit.md +++ b/subjects/forum/security/audit.md @@ -40,7 +40,7 @@ ###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/groupie-tracker/README.md b/subjects/groupie-tracker/README.md index 82e6fa5b..d6ff13ac 100644 --- a/subjects/groupie-tracker/README.md +++ b/subjects/groupie-tracker/README.md @@ -33,7 +33,7 @@ This project will help you learn about : ### Instructions - The backend must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/groupie-tracker/audit/README.md b/subjects/groupie-tracker/audit/README.md index 95a52735..8db79a2c 100644 --- a/subjects/groupie-tracker/audit/README.md +++ b/subjects/groupie-tracker/audit/README.md @@ -90,7 +90,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/groupie-tracker/filters/README.md b/subjects/groupie-tracker/filters/README.md index 03082919..d1e929fd 100644 --- a/subjects/groupie-tracker/filters/README.md +++ b/subjects/groupie-tracker/filters/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject. - Groupie Tracker Filters consists on letting the user filter the artists/bands that will be shown. @@ -32,7 +32,7 @@ This project will help you learn about: - The backend must be written in **Go**. - You must handle website errors. -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en) +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/) - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/groupie-tracker/filters/audit.md b/subjects/groupie-tracker/filters/audit.md index bb8a8338..668c66ca 100644 --- a/subjects/groupie-tracker/filters/audit.md +++ b/subjects/groupie-tracker/filters/audit.md @@ -48,7 +48,7 @@ #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/geolocalization/README.md b/subjects/groupie-tracker/geolocalization/README.md index 1596ba33..209688ed 100644 --- a/subjects/groupie-tracker/geolocalization/README.md +++ b/subjects/groupie-tracker/geolocalization/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject. - Groupie Tracker Geolocation consists on mapping the different concerts locations of a certain artist/band given by the Client. @@ -23,7 +23,7 @@ This project will help you learn about : - The backend must be written in **Go** - You must handle website errors -- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en) +- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/) - It is recommended that the code should present a **test file** ### Allowed packages diff --git a/subjects/groupie-tracker/geolocalization/audit.md b/subjects/groupie-tracker/geolocalization/audit.md index b7a8f4b3..dce4e3b4 100644 --- a/subjects/groupie-tracker/geolocalization/audit.md +++ b/subjects/groupie-tracker/geolocalization/audit.md @@ -109,7 +109,7 @@ alabama usa #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/search-bar/README.md b/subjects/groupie-tracker/search-bar/README.md index a71df0b6..5e709e6b 100644 --- a/subjects/groupie-tracker/search-bar/README.md +++ b/subjects/groupie-tracker/search-bar/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject. Groupie-tracker-search-bar consists of creating a functional program that searches, inside your website, for a specific input text. @@ -27,7 +27,7 @@ This project will help you learn about : ### Instructions - The program must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). ### Allowed packages diff --git a/subjects/groupie-tracker/search-bar/audit.md b/subjects/groupie-tracker/search-bar/audit.md index 0733b7e0..8566f349 100644 --- a/subjects/groupie-tracker/search-bar/audit.md +++ b/subjects/groupie-tracker/search-bar/audit.md @@ -62,7 +62,7 @@ #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/visualization/README.md b/subjects/groupie-tracker/visualization/README.md index b92268b7..df793f69 100644 --- a/subjects/groupie-tracker/visualization/README.md +++ b/subjects/groupie-tracker/visualization/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject. Groupie-tracker-visualization consists on manipulating the data coming from the API and displaying it in the most presentable way possible to you, following the [_Schneiderman's 8 Golden Rules of Interface Design_](https://www.interaction-design.org/literature/article/shneiderman-s-eight-golden-rules-will-help-you-design-better-interfaces) : @@ -24,5 +24,5 @@ This project will help you learn about: ### Instructions - Your project must contain **CSS**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - We suggest you to search for the principles of a good website design. diff --git a/subjects/groupie-tracker/visualization/audit.md b/subjects/groupie-tracker/visualization/audit.md index 42d48910..d8cd4c13 100644 --- a/subjects/groupie-tracker/visualization/audit.md +++ b/subjects/groupie-tracker/visualization/audit.md @@ -28,7 +28,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/groupie-tracker/visualizations/README.md b/subjects/groupie-tracker/visualizations/README.md index 5453a99b..d2bf270c 100644 --- a/subjects/groupie-tracker/visualizations/README.md +++ b/subjects/groupie-tracker/visualizations/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject. +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject. Groupie-tracker-visualizations consists on manipulating the data coming from the API and displaying it in the most presentable way possible to you, following the [_Schneiderman's 8 Golden Rules of Interface Design_](https://www.interaction-design.org/literature/article/shneiderman-s-eight-golden-rules-will-help-you-design-better-interfaces) : @@ -24,5 +24,5 @@ This project will help you learn about: ### Instructions - Your project must contain **CSS**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - We suggest you to search for the principles of a good website design. diff --git a/subjects/groupie-tracker/visualizations/audit.md b/subjects/groupie-tracker/visualizations/audit.md index 42d48910..d8cd4c13 100644 --- a/subjects/groupie-tracker/visualizations/audit.md +++ b/subjects/groupie-tracker/visualizations/audit.md @@ -28,7 +28,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/lem-in/README.md b/subjects/lem-in/README.md index 1b8d8430..6b106b1c 100644 --- a/subjects/lem-in/README.md +++ b/subjects/lem-in/README.md @@ -110,7 +110,7 @@ This project will help you learn about : - The program must handle errors carefully. In no way can it quit in an unexpected manner. - The coordinates of the rooms will always be `int`. - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/lem-in/audit/README.md b/subjects/lem-in/audit/README.md index 9e6e8d33..b14233ae 100644 --- a/subjects/lem-in/audit/README.md +++ b/subjects/lem-in/audit/README.md @@ -24,7 +24,7 @@ Lx-y ###### Are the commands and the ants movements printed with the right format? One line per turn, `N` movements per turn, movements defined by `Lx-y` `x` being the ant and `y` being the room, as it shows above? -##### Try running the program with [example00](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example00](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example00.txt @@ -50,7 +50,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example01](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example01](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example01.txt @@ -102,7 +102,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example02](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example02](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example02.txt @@ -124,7 +124,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example03](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example03](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example03.txt @@ -156,7 +156,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example04](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example04](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example04.txt @@ -189,7 +189,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example05](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [example05](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in example05.txt @@ -273,7 +273,7 @@ student$ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [badexample00](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [badexample00](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in badexample00.txt @@ -283,7 +283,7 @@ student$ ###### Does it present the right result as above? -##### Try running the program with [badexample01](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en). +##### Try running the program with [badexample01](https://public.01-edu.org/subjects/lem-in/examples/). ``` student$ ./lem-in badexample01.txt @@ -335,7 +335,7 @@ student$ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social diff --git a/subjects/my-ls-1/README.md b/subjects/my-ls-1/README.md index 9963191d..abef9f2a 100644 --- a/subjects/my-ls-1/README.md +++ b/subjects/my-ls-1/README.md @@ -28,7 +28,7 @@ This project will help you learn about : ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/my-ls-1/audit/README.md b/subjects/my-ls-1/audit/README.md index 07575abe..c4140049 100644 --- a/subjects/my-ls-1/audit/README.md +++ b/subjects/my-ls-1/audit/README.md @@ -108,7 +108,7 @@ #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/net-cat/README.md b/subjects/net-cat/README.md index 8b7d64aa..f3680042 100644 --- a/subjects/net-cat/README.md +++ b/subjects/net-cat/README.md @@ -42,7 +42,7 @@ This project will help you learn about : - Your project must have Go-routines - Your project must have channels or Mutexes - Maximum 10 connections -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en) +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/) - It is recommended that the code should present a **test file** for the server connection and the client connection - You have to be able to handle the errors from server side and client side diff --git a/subjects/net-cat/audit/README.md b/subjects/net-cat/audit/README.md index ed9529d2..360cd7f2 100644 --- a/subjects/net-cat/audit/README.md +++ b/subjects/net-cat/audit/README.md @@ -88,7 +88,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/push-swap/README.md b/subjects/push-swap/README.md index 93104315..aba7bbf9 100644 --- a/subjects/push-swap/README.md +++ b/subjects/push-swap/README.md @@ -146,7 +146,7 @@ student$ ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. - The first executable file must be named **checker** and the second **push_swap**. - You have to be able to handle the errors. diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index e0c0037a..34189e7e 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -92,7 +92,7 @@ OK #### Basic -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### +Is there a test file for this code? diff --git a/subjects/tetris-optimizer/README.md b/subjects/tetris-optimizer/README.md index 2d0ffe56..f470a9ec 100644 --- a/subjects/tetris-optimizer/README.md +++ b/subjects/tetris-optimizer/README.md @@ -18,7 +18,7 @@ The program must : - Expect at least one tetromino in the text file - In case of bad format on the tetrominoes or bad file format it should print `ERROR` - The project must be written in **Go**. -- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/). - It is recommended that the code should present a **test file**. This project will help you learn about: diff --git a/subjects/tetris-optimizer/audit/README.md b/subjects/tetris-optimizer/audit/README.md index 165a4e24..a8cc744c 100644 --- a/subjects/tetris-optimizer/audit/README.md +++ b/subjects/tetris-optimizer/audit/README.md @@ -48,15 +48,15 @@ ##### Try [good example 02](https://public.01-edu.org/subjects/tetris-optimizer/goodexample02). -###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)? ##### Try [good example 03](https://public.01-edu.org/subjects/tetris-optimizer/goodexample03). -###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)? ##### Try [hard example](https://public.01-edu.org/subjects/tetris-optimizer/hardexam). -###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)? ###### Are all of the Tetrominos contained in the test file, present in the output? @@ -74,7 +74,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)? #### Social