From fbe0dd7ed2280ed485ef8c0c9f95207c0674970a Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 17 Feb 2020 11:40:51 +0000 Subject: [PATCH] fix names groupie trackers --- ...oupie-tracker-geolocalization.audit.en.md} | 0 ... => groupie-tracker-geolocalization.en.md} | 2 +- ...groupie-tracker-visualizations.audit.en.md | 35 +++++++++++++++++++ .../groupie-tracker-visualizations.en.md | 28 +++++++++++++++ 4 files changed, 64 insertions(+), 1 deletion(-) rename subjects/groupie-tracker/{groupie-tracker-geolocation.audit.en.md => groupie-tracker-geolocalization.audit.en.md} (100%) rename subjects/groupie-tracker/{groupie-tracker-geolocation.en.md => groupie-tracker-geolocalization.en.md} (97%) create mode 100644 subjects/groupie-tracker/groupie-tracker-visualizations.audit.en.md create mode 100644 subjects/groupie-tracker/groupie-tracker-visualizations.en.md diff --git a/subjects/groupie-tracker/groupie-tracker-geolocation.audit.en.md b/subjects/groupie-tracker/groupie-tracker-geolocalization.audit.en.md similarity index 100% rename from subjects/groupie-tracker/groupie-tracker-geolocation.audit.en.md rename to subjects/groupie-tracker/groupie-tracker-geolocalization.audit.en.md diff --git a/subjects/groupie-tracker/groupie-tracker-geolocation.en.md b/subjects/groupie-tracker/groupie-tracker-geolocalization.en.md similarity index 97% rename from subjects/groupie-tracker/groupie-tracker-geolocation.en.md rename to subjects/groupie-tracker/groupie-tracker-geolocalization.en.md index 632742d2..1596ba33 100644 --- a/subjects/groupie-tracker/groupie-tracker-geolocation.en.md +++ b/subjects/groupie-tracker/groupie-tracker-geolocalization.en.md @@ -1,4 +1,4 @@ -## groupie-tracker-geolocation +## groupie-tracker-geolocalization ### Objectives diff --git a/subjects/groupie-tracker/groupie-tracker-visualizations.audit.en.md b/subjects/groupie-tracker/groupie-tracker-visualizations.audit.en.md new file mode 100644 index 00000000..a376bf83 --- /dev/null +++ b/subjects/groupie-tracker/groupie-tracker-visualizations.audit.en.md @@ -0,0 +1,35 @@ +#### Functional + +###### Do the colors used allow a good visual contrast (ex: it is difficult to read a yellow text on a white background)? + +###### Is the design [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/)? (examples: every page follows the same palette of colors, is all centered or is it everything aligned to the right, etc.) + +###### Is the design [responsive](https://smallbiztrends.com/2013/05/what-is-responsive-web-design.html)? (when you change the width/ height of the page, is the site consistent?) + +###### Is the [interaction design](https://en.m.wikipedia.org/wiki/Interaction_design) good (is the interface easily usable)? + +##### Try to explore an inexistent page. + +###### Is the design for the 404 HTTP status covered? + +#### General + +###### +Is it easy to use the web site? + +###### +Does it have a background? + +#### Basic + +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? + +###### +Is there a test file for this code? + +###### +Are the tests checking each possible case? + +###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)? + +#### Social + +###### +Did you learn anything from this project? + +###### +Would you recommend/nominate this program as an example for the rest of the school? \ No newline at end of file diff --git a/subjects/groupie-tracker/groupie-tracker-visualizations.en.md b/subjects/groupie-tracker/groupie-tracker-visualizations.en.md new file mode 100644 index 00000000..de9bea8b --- /dev/null +++ b/subjects/groupie-tracker/groupie-tracker-visualizations.en.md @@ -0,0 +1,28 @@ +## groupie-tracker-visualizations + +### Objectives + +You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) 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) : + +- Strive for consistency +- Enable frequent users to use shortcuts +- Offer informative feedback +- Design dialogue to yield closure +- Offer simple error handling +- Permit easy reversal of actions +- Support internal locus of control +- Reduce short-term memory load + +This project will help you learn about: + +- The basics of human-computer interface. +- The basics of CSS. +- Linking CSS and HTML. + +### Instructions + +- Your project must contain **CSS**. +- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). +- We suggest you to search for the principles of a good website design.