Browse Source

reviewing subject and questions

content-update
lee 5 years ago
parent
commit
3cfdccd7cf
  1. 16
      subjects/groupie-trackers/groupie-trackers-search-bar.audit.en.md
  2. 10
      subjects/groupie-trackers/groupie-trackers-search-bar.en.md

16
subjects/groupie-trackers/groupie-trackers-search-bar.audit.en.md

@ -1,22 +1,22 @@
#### Functional #### Functional
##### Try to start typing in the search bar `"Billie Joe"`. ##### Start typing in the search bar `"Billie Joe"`.
###### Does it present as suggestions the member "Billie Joe Armstrong"? ###### Does it present as suggestions the member "Billie Joe Armstrong"?
##### Try to start typing in the search bar `"Japan"`. ##### Start typing in the search bar `"Japan"`.
###### Does it present as suggestions "saitama-japan", "osaka-japan" and "nagoya-japan"? ###### Does it present as suggestions the locations "saitama-japan", "osaka-japan" and "nagoya-japan"?
##### Try to search for the artist/band `"Scorpions"`. ##### Try to search for the artist/band `"Scorpions"`.
###### Does it present as result "Scorpions"? ###### Does it present as result "Scorpions"?
##### Try to search for the member `"Jimi Hendrix"`. ##### Try to search for the member `"Jimi Hendrix"`.
###### Does it present as result "The Jimi Hendrix Experience"? ###### Does it present as result the artist/band "The Jimi Hendrix Experience"?
##### Try to search for the member `"Phil Collins"`. ##### Try to search for the member `"Phil Collins"`.
###### Does it present as result "Phil Collins" and "Genesis"? ###### Does it present as result "Phil Collins" and "Genesis"?
##### Try to search for the location `"london-uk"`. ##### Try to search for the location `"london-uk"`.
###### Does it present as result "Pink Floyd", "Led Zeppelin", "Aerosmith", "Alec Benjamin", "Nickelback", "Eagles", "Linkin Park" and "Coldplay"? ###### Does it present as result "Pink Floyd", "Led Zeppelin", "Aerosmith", "Alec Benjamin", "Nickelback", "Eagles", "Linkin Park" and "Coldplay"?
##### Try to search for the artist/band `"queen"`. ##### Try to search for the artist/band `"queen"`.
###### Does it handle the case sensitive and presents as result "Queen"? ###### Does it handle the case sensitive and presents as result "Queen"?
@ -30,12 +30,6 @@
##### Try to search for the creation date `"1965"`. ##### Try to search for the creation date `"1965"`.
###### Does it present as result "Scorpions" and "Pink Floyd"? ###### Does it present as result "Scorpions" and "Pink Floyd"?
#### General
###### +Does the search bar have typing suggestions as you write?
###### +Is there a search icon and button?
###### +Is the search bar or button Animated?
#### Basic #### Basic
###### +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.en.md)?

10
subjects/groupie-trackers/groupie-trackers-search-bar.en.md

@ -15,14 +15,14 @@ Groupie-trackers-search-bar consists of creating a functional program that searc
- The program must handle case sensitive. - The program must handle case sensitive.
- The search bar must have typing suggestions as you write. - The search bar must have typing suggestions as you write.
- The search bar must identify and display in each suggestion the individual type of the search cases. (ex: Freddie Mercury -> member) - The search bar must identify and display in each suggestion the individual type of the search cases. (ex: Freddie Mercury -> member)
- Example if you start writing `"phil"` it should appear as suggestions `Phil Collins -> member` and `Phil Collins -> artist/band`. This is just an example of a display. - Example if you start writing `"phil"` it should appear as suggestions `Phil Collins - member` and `Phil Collins - artist/band`. This is just an example of a display.
This project will help you learn about : This project will help you learn about :
- Manipulation, display and storage of data. - Manipulation, display and storage of data.
- HTML. - HTML.
- [Events](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events) creation and display. - [Events](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/) creation and display.
- JSON files and format. - JSON files and format.
### Instructions ### Instructions

Loading…
Cancel
Save