diff --git a/subjects/groupie-tracker/filters/audit.md b/subjects/groupie-tracker/filters/audit.md deleted file mode 100644 index deb33ea25d..0000000000 --- a/subjects/groupie-tracker/filters/audit.md +++ /dev/null @@ -1,59 +0,0 @@ -#### Functional - -###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) - -###### Does the project have a range [filter](https://dribbble.com/shots/1751801-Ui-Elements-Social-Network-Analytics/attachments/284260)? - -###### Does the project have a check box [filter](https://dribbble.com/shots/1751801-Ui-Elements-Social-Network-Analytics/attachments/284260)? - -##### Try to filter the artists/bands which the creation date is between `"1995"` and `"2000"`. - -###### Did SOJA, Mamonas Assassinas, Thirty Seconds to Mars, Nickleback, NWA, Gorillaz, Linkin Park, Eminem and Coldplay appear as a result? - -##### Try to filter the artists/bands that recorded their first album between `"1990"` and `"1992"`. - -###### Did Pearl Jam and Red Hot Chili Peppers appear as a result?" - -##### Try to filter the artists/bands that have exactly `"6"` members in their band. - -###### Did Pink Floyd, Arctic Monkeys, Linkin Park and Foo Fighters appear as a result? - -##### Try to filter the artists/bands that have/had concerts in `"Texas, USA"`. - -###### Did R3HAB, Logic, Joyner Lucas and Twenty One Pilots appear as a result? - -##### Try to filter the artists/bands which the creation date is between `"1970"` and `"2000"` and have only `"1"` member (solo artists). - -###### Did Bobby McFerrins and Eminem appear as a result? - -##### Try to filter the artists/bands which the creation date is after `"2010"` and recorded their first album after `"2010"`. - -###### Did XXXTentacion, Juice Wrld, Alec Benjamin and Post Malone appear as a result? - -##### Try to filter the artists/bands that have/had concerts in `"Washington, USA"` and have more than 3 members. - -###### Did The Rolling Stones appear as a result? - -##### Try to filter the artists/bands that recorded their first album between `"1980"` and `"1990"` and have a maximum of `"4"` members. - -###### Did Phil Collins, Bobby McFerrins, Red Hot Chili Peppers and Metallica appear as a result? - -###### Can you filter so that all the artists/bands are all shown? - -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) - -#### General - -###### +Does the result of the filters change while you are changing the filters (is it asynchronous)? - -#### Basic - -###### +Does the code obey the [good practices](../../good-practices/README.md)? - -###### +Are the instructions in the website clear? - -#### Social - -###### +Did you learn anything from this project? - -###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/groupie-tracker/geolocalization/audit.md b/subjects/groupie-tracker/geolocalization/audit.md deleted file mode 100644 index a692f6a533..0000000000 --- a/subjects/groupie-tracker/geolocalization/audit.md +++ /dev/null @@ -1,124 +0,0 @@ -#### Functional - -###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) - -###### Is [geocoding](https://developers.google.com/maps/documentation/geocoding/intro) being used to convert addresses into geographical coordinates? - -##### Try to input `"Queen"` to see the concerts locations. - -``` -north carolina usa -los angeles usa, -nagoya japan, -osaka japan, -penrose new zealand, -saitama japan, -dunedin new zealand, -georgia usa -``` - -###### Are the markers displayed in the locations above? - -##### Try to input `"ACDC"` to see the concerts locations. - -``` -dusseldorf germany, -manchester uk, -new york usa, -aarhus denmark -``` - -###### Are the markers displayed in the locations above? - -##### Try to input `"Imagine Dragons"` to see the concerts locations. - -``` -berlin germany, -quebec canada, -del mar usa, -mexico city mexico, -las vegas usa, -lisbon portugal, -monterrey mexico, -new york usa, -rio de janeiro brazil, -riyadh saudi arabia, -california usa, -canton usa -``` - -###### Are the markers displayed in the locations above? - -##### Try to input `"Guns N' Roses"` to see the concerts locations. - -``` -inglewood usa -los angeles usa, -madrid spain, -oakland usa, -berlin germany, -charlotte usa, -chicago usa, -houston usa -``` - -###### Are the markers displayed in the locations above? - -##### Try to input `"Post Malone"` to see the concerts locations. - -``` -philadelphia usa, -uniondale usa, -columbia usa, -hershey usa, -pittsburgh usa, -rosemont usa, -washington usa, -toronto usa, -grand rapids usa, -indianapolis usa, -kansas city usa, -montreal usa, -omaha usa, -st louis usa, -newark usa -``` - -###### Are the markers displayed in the locations above? - -##### Try to input `"Red Hot Chili Peppers"` to see the concerts locations. - -``` -landgraaf netherlands, -los angeles usa, -rio de janeiro brazil, -athens greece, -massachusetts usa, -california usa, -florence italia, -alabama usa -``` - -###### Are the markers displayed in the locations above? - -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) - -#### General - -###### +Does the markers connect in a historical order, using lines to see the path? - -#### Basic - -###### +Does the code obey the [good practices](../../good-practices/README.md)? - -###### +Are the instructions in the website clear? - -###### +Does the project run using an API? - -#### Social - -###### +Did you learn anything from this project? - -###### +Can it be open-sourced or be used for other sources? - -###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/groupie-tracker/search-bar/audit.md b/subjects/groupie-tracker/search-bar/audit.md deleted file mode 100644 index 802f368137..0000000000 --- a/subjects/groupie-tracker/search-bar/audit.md +++ /dev/null @@ -1,77 +0,0 @@ -#### Functional - -###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) - -##### Start typing in the search bar `"Billie Joe"`. - -###### Does it present as suggestions the member "Billie Joe Armstrong"? - -##### Start typing in the search bar `"Japan"`. - -###### Does it present as suggestions the locations "saitama-japan", "osaka-japan" and "nagoya-japan"? - -##### Try to search for the artist/band `"Scorpions"`. - -###### Does it present as result "Scorpions"? - -##### Try to search for the member `"Jimi Hendrix"`. - -###### Does it present as result the artist/band "The Jimi Hendrix Experience"? - -##### Try to search for the member `"Phil Collins"`. - -###### Does it present as result "Phil Collins" and "Genesis"? - -##### Try to search for the location `"london-uk"`. - -###### Does it present as result at least "Pink Floyd", "Led Zeppelin", "Aerosmith", "Alec Benjamin", "Nickelback", "Eagles", "Linkin Park" and "Coldplay"? - -##### Try to search for the artist/band `"queen"`. - -###### Does it handle the case-insensitive and presents as result "Queen" and "Queensland"? - -##### Try to search for the first album date `"05-08-1967"`. - -###### Does it present as result "Pink Floyd"? - -##### Try to search for the creation date `"1973"`. - -###### Does it present as result "ACDC"? - -##### Try to search for the creation date `"1965"`. - -###### Does it present as result "Scorpions" and "Pink Floyd"? - -##### Start typing an artist/band beginning with `"G"`. - -###### Is the suggestion helping you find the band you are looking for? - -##### Start typing a location of one of the concerts. - -###### Is the suggestion helping you find the location you are looking for? - -##### Try to search for an artist/band member beginning with `"R"`. - -###### Is the suggestion helping you find the artist/band you are looking for? - -##### Try to search for a creation date of an artist/band. - -###### Is the suggestion helping you find the artist/band you are looking for? - -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) - -#### Basic - -###### +Does the code obey the [good practices](../../good-practices/README.md)? - -###### +Are the instructions in the website clear? - -###### +Does the project run using an API? - -#### Social - -###### +Did you learn anything from this project? - -###### +Can it be open-sourced / be used for other sources? - -###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/groupie-tracker/visualizations/audit.md b/subjects/groupie-tracker/visualizations/audit.md deleted file mode 100644 index d0d3e3a139..0000000000 --- a/subjects/groupie-tracker/visualizations/audit.md +++ /dev/null @@ -1,37 +0,0 @@ -#### 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? - -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) - -#### General - -###### +Is it easy to use the web site? - -###### +Does it have a background? - -#### Basic - -###### +Does the project run 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](../../good-practices/README.md)? - -#### Social - -###### +Did you learn anything from this project? - -###### +Would you recommend/nominate this program as an example for the rest of the school?