This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://repl.it/@robertaxelkirby/33-Quiz-App-starthtml | |
https://repl.it/@robertaxelkirby/33-Quiz-App-Question-Pagehtml | |
https://repl.it/@robertaxelkirby/33-Quiz-App-feedback-pagehtml | |
https://repl.it/@robertaxelkirby/33-Quiz-App-Final-Pagehtml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Help users understand where attractions are clustered within cities by combining the Google Maps API (including heatmaps layer), Foursquare API and WikiTravel API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User Flow Diagram | |
https://preview.ibb.co/dvefEm/20171217_130504.jpg | |
Wire Diagram part 1 and 2 | |
https://preview.ibb.co/fyxp76/20171217_130836.jpg | |
Wire Diagram part 3 and 4 | |
https://preview.ibb.co/dLB5fR/20171217_130854.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lessons and actions from user testing. | |
1. My Dad. | |
- Wasn't immediately clear that user could click map to search. | |
[Task: redraft text on landing page, search bar and help box to make clear to users that click-to-search is and option.] | |
- User initially searched on a very local level. This reduced the number of visible results. | |
[Task: redraft text on search barto make clear to users that users should search districts.] | |
2. My Mum. | |
- Apple iPad unable to tap 'go!' button. | |
[Task: test extensively on available tablet and phone devices] | |
3. My friend Shaf. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://glitch.com/edit/#!/joyous-swamp | |
https://glitch.com/edit/#!/wooden-leather |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE | |
https://github.com/travis-ci/travis-ci/issues/7260 | |
Looks as if Ubuntu 16.04 LTS isn't yet supported. | |
Following these instructions: https://gist.github.com/jarun/df5d864f0b2600564c9bc13cfaca7497 | |
(xenial)rob137@localhost:~$ sudo apt install ruby ruby-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get all | |
Find the command that retrieves all restaurants. | |
db.restaurants.find() | |
Limit and sort | |
Find the command that makes the first 10 restaurants appear when db.restaurants is alphabetically sorted by the name property. | |
db.restaurants. | |
find(). | |
sort({name: 1}). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connect to the database, | |
then start the server, | |
then seed the database with test data, | |
then make a request to the API, | |
then inspect the response, | |
then inspect the state of the database. | |
function doMyTest() { | |
let db, server; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
High-level description: | |
An app that will help people stay ahead of gift-giving obligations (Birthdays, Christmas, anniversaries etc). | |
The app will allow users to keep their Google Calendar up-to-date with reminders to buy gifts. | |
The app will allow users to: | |
- Track their annual budget for gifts. | |
- Track gift-giving events. | |
- Record ideas for gifts. | |
- Find gifts easily via search suggestions. | |
- Assign gifts to each event. | |
This information (including reminders) will then be added to their Google Calendar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User Flow Diagram | |
https://preview.ibb.co/mtRX46/20180118_083034.jpg | |
Wire Diagram for pages 1 and 2 | |
https://preview.ibb.co/jsNV7R/20180118_081448.jpg | |
Wire Diagram for pages 3 and 4 | |
https://preview.ibb.co/cZytRm/20180117_160154.jpg |