Skip to content

Instantly share code, notes, and snippets.

View mikedolan03's full-sized avatar

Mike Dolan mikedolan03

View GitHub Profile
https://repl.it/@mikedolan03/return-of-fizz-buzz
https://repl.it/@mikedolan03/Cat-carousel-jQuery
Beer Wine Hike App
A travel planning app to help people set up day trips and vacations around good beer, good wine and enjoying the outdoors.
https://developers.google.com/identity/sign-in/web/
Ideas
---
@mikedolan03
mikedolan03 / beerwinehack.txt
Last active March 2, 2018 02:21
Beer Wine Hike API Hack
Beer Wine Hike App
A travel planning app to help people set up day trips and vacations around good beer, good wine and enjoying the outdoors by tapping into the Google Maps and Directions APis, Google Place reviews, the Brewery DB API and the Hiking Project API.
The app will suggest hikes based on the user's location or a destination that they select. It will provide info on these hikes and allow the user to select one. From the select hike the app will suggest nearby brewery and winery tours to choose from along with details and ratings about the locations. The user can select multiple locations and then selects to generate a trip which results in a google map with directions between waypoints starting from the hike location.
User notes:
-buttons do not pop out
-need back button to original page
-generate button needed at top and bottom
-search results sometimes include not breweries
-color scheme not appealing
-hard to tell when / what brewery is selected
-featured hikes aren't working
-search button doesn't always seem to work (iphone user)

get all

db.restaurants.find();

limit and sort

db.restaurants.find().sort( { name: 1 } ).limit( 10 )

get by id

@mikedolan03
mikedolan03 / travelbucketuserstories.md
Created April 10, 2018 19:51
Travel Bucket User Stories

Project: Travel Bucket

Purpose: Create and track your own travel bucket list and share ideas with fellow travelers.

As a user, I should be able to sign up for Travel Bucket

As a user, I should be able to log in to Travel Bucket

As a user, I should be able to find ideas to add to my travel bucket list

User Stories

-As a user, I should be able to log in to Travel Bucket

-As a user, I should be able to find ideas to add to my travel bucket list

-As a user, I should be able to add ideas to my list

-As a user, I should be able to check off ideas from my list

@mikedolan03
mikedolan03 / travelbucket_user_feedback.md
Created May 17, 2018 22:39
User feedback for Fullstack App - Travel Bucket

Design: -All test users commented on the fact that they like the colors and style of the pages. -They thought it looked like a nice web/phone app. -Thought is was a cool app for people really into travel. -Font-style changes were one area of improvement suggested. -More icons. -Some of the button colors needed to be changed to stand out. -The navigation tabs needed to be different so you knew where you were in the app. -Users all requested a more robust database to search. -Pictures were another common idea.