Skip to content

Instantly share code, notes, and snippets.

@kyrasteen
Last active August 29, 2015 14:19
Show Gist options
  • Save kyrasteen/9cbeeb3d65b0a5e8a30e to your computer and use it in GitHub Desktop.
Save kyrasteen/9cbeeb3d65b0a5e8a30e to your computer and use it in GitHub Desktop.
Waterspot -update

#Waterspot ###https://waterspot.herokuapp.com/

what I worked on:

  • user can register through waterspot app. Once registered they have the choice to login via twitter or waterspot
  • small amount of seed data...to start
  • plotted points on the map from seed data
  • user can make a new spot object and id appears on map

problems:

  • getting around twitter NOT providing email, thus- user has to register with waterspot
  • longitude in the US is a negative number, I thought my markers were not showing on map....they were hiding in china (hours before I zoomed map out!)
  • I have very odd behavior when running tests...it seems to be running my seeds ever since I put a respond_to..html..json block in a controller. Normal behavior?

this weekend:

  • user gets an email upon registration
  • national parks are shaded areas on map ...or polygon objects...
  • explore api more
  • as a unauthenticated user I do not see user spots on the map, only gauge stations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment