diff --git a/subjects/bomberman-dom/audit/README.md b/subjects/bomberman-dom/audit/README.md index 4e164dfe..eaeb41e9 100644 --- a/subjects/bomberman-dom/audit/README.md +++ b/subjects/bomberman-dom/audit/README.md @@ -75,3 +75,5 @@ ###### +Is there any display of who won the game? ###### +Can you play again after the game ends? + +###### +Do you think in general this project is well done? diff --git a/subjects/graphql/audit/README.md b/subjects/graphql/audit/README.md index ee18f6e5..5edfb581 100644 --- a/subjects/graphql/audit/README.md +++ b/subjects/graphql/audit/README.md @@ -31,3 +31,5 @@ ###### +Did the student generated their own GraphiQL? ###### +Does the UI respect the [good practicies](https://public.01-edu.org/subjects/good-practices/)? + +###### +Do you think in general this project is well done? diff --git a/subjects/make-your-game/audit/README.md b/subjects/make-your-game/audit/README.md index a0f53096..841f5e57 100644 --- a/subjects/make-your-game/audit/README.md +++ b/subjects/make-your-game/audit/README.md @@ -83,3 +83,5 @@ ###### +Does the game use [svg](https://developer.mozilla.org/en-US/docs/Web/SVG)? ###### +Is the code using synchronicity to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/make-your-game/different-maps/audit.md b/subjects/make-your-game/different-maps/audit.md index 46965191..2937390c 100644 --- a/subjects/make-your-game/different-maps/audit.md +++ b/subjects/make-your-game/different-maps/audit.md @@ -47,3 +47,5 @@ ###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)? ###### +Is the code using synchronicity to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/make-your-game/history/audit.md b/subjects/make-your-game/history/audit.md index 4548e348..ea5375b4 100644 --- a/subjects/make-your-game/history/audit.md +++ b/subjects/make-your-game/history/audit.md @@ -41,3 +41,5 @@ ###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)? ###### +Is the code using synchronicity to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/make-your-game/score-handling/audit.md b/subjects/make-your-game/score-handling/audit.md index 13478b6a..2dc19482 100644 --- a/subjects/make-your-game/score-handling/audit.md +++ b/subjects/make-your-game/score-handling/audit.md @@ -45,3 +45,5 @@ ###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)? ###### +Is the code using synchronicity to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/mini-framework/audit/README.md b/subjects/mini-framework/audit/README.md index 2ec17bd3..41d76b12 100644 --- a/subjects/mini-framework/audit/README.md +++ b/subjects/mini-framework/audit/README.md @@ -55,3 +55,5 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Is the code using synchronicity to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/real-time-forum/audit/README.md b/subjects/real-time-forum/audit/README.md index 318ac206..d83f5677 100644 --- a/subjects/real-time-forum/audit/README.md +++ b/subjects/real-time-forum/audit/README.md @@ -81,3 +81,5 @@ ###### +Can the users send images through the private messages? ###### +Is the code using synchronicity (Promises and goroutines/channels) to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/real-time-forum/typing-in-progress/audit.md b/subjects/real-time-forum/typing-in-progress/audit.md index b590bb23..b4f5d67d 100644 --- a/subjects/real-time-forum/typing-in-progress/audit.md +++ b/subjects/real-time-forum/typing-in-progress/audit.md @@ -31,3 +31,5 @@ ###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)? ###### +Is the code using synchronicity (Promises and goroutines/channels) to increase performance? + +###### +Do you think in general this project is well done? diff --git a/subjects/social-network/audit/README.md b/subjects/social-network/audit/README.md index 1886b20c..da53692c 100644 --- a/subjects/social-network/audit/README.md +++ b/subjects/social-network/audit/README.md @@ -211,3 +211,5 @@ ###### +Is there other notification apart from the ones explicit on the subject? ###### +Does the project present a script to build the images and containers? (using a script to simplify the build) + +###### +Do you think in general this project is well done? diff --git a/subjects/social-network/cross-platform-appimage/audit.md b/subjects/social-network/cross-platform-appimage/audit.md index 3f62a130..1b2ea8f4 100644 --- a/subjects/social-network/cross-platform-appimage/audit.md +++ b/subjects/social-network/cross-platform-appimage/audit.md @@ -83,3 +83,5 @@ ###### +Does the search engine include operators? (include, exclude or fuzzy) ###### +Does the search engine include operators for numbers? (equal, not equal, greater than, lesser than) + +###### +Do you think in general this project is well done?