Historia 

WDI

FINAL

PROJECT

PROBLEM

A fun way to discover places you didn't know existed

SOLUTION

CHROME EXTENSION

+

WEBSITE

... and maybe a game as well

 

MODELS

User

name

email

password_digest

image

country

guesses_count*

is_admin

timestamps

has_many :likes

 

has_many :places through :likes

* for the game, if it happens

User

provider

uid
oauth_token
oauth_expires_at

.cont

Place

name

latitude

longitude

fact

content

timestamps

has_many :photos

 

has_many :likes

 

has_many :users through :likes

Photo

place_id

timestamps

belongs_to :place

Like

place_id

user_id

timestamps

belongs_to :place

 

belongs_to :user

APIs

Wikipedia

Skyscanner

Chrome.tab

Google Maps

Google Places

GEMS

carrierwave
cloudinary
mini-magick

dropzonejs-rails

geocoder

httparty

omniauth

omniauth-facebook

font-awesome-rails
normalize-rails

JS Libraries

Dropzone?

Backbone?

Underscore

What's tricky?

Chrome Extension!

...and Backbone!

...and the game!

 

 

Questions?

Made with Slides.com