Browse Source

extra bonus question

content-update
lee 4 years ago
parent
commit
81339f33d7
  1. 2
      subjects/bomberman-dom/audit/README.md
  2. 2
      subjects/graphql/audit/README.md
  3. 2
      subjects/make-your-game/audit/README.md
  4. 2
      subjects/make-your-game/different-maps/audit.md
  5. 2
      subjects/make-your-game/history/audit.md
  6. 2
      subjects/make-your-game/score-handling/audit.md
  7. 2
      subjects/mini-framework/audit/README.md
  8. 2
      subjects/real-time-forum/audit/README.md
  9. 2
      subjects/real-time-forum/typing-in-progress/audit.md
  10. 2
      subjects/social-network/audit/README.md
  11. 2
      subjects/social-network/cross-platform-appimage/audit.md

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

2
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?

Loading…
Cancel
Save