Skip to content

elaewin/hike-washington

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d5c876 · Feb 22, 2017
Feb 22, 2017
Feb 22, 2017
Feb 22, 2017
Feb 22, 2017
Aug 6, 2016
Aug 2, 2016
Jul 29, 2016
Aug 4, 2016
Aug 7, 2016
Feb 22, 2017
Aug 3, 2016
Aug 6, 2016

Repository files navigation

hike-washington

Hike Washington CodeFellows 301 Final Project

Credits:

Background image by Patrick Marre found on Unsplash.com, used under a Creative Commons Zero license.

Fonts on the site are from Google Fonts.

Font generated by flaticon.com. Under CC: Freepik

Bio Pics from http://pokemon.wikia.com/wiki/Pok%C3%A9mon_Wiki. Text from Which Classic Pokemon Are You?.

Function used to generate distances based on two lat/lon pairs from GeoDataSource.


Group Process

Use Waffle.io for tracking issues:
  • Put an 'M' at start of issue when creating; add 'MVP' label.
  • Stretch goals get the 'enhancement' label
Github/Git Flow:
  • Branch names should include M if MVP issue, the issue number, and descriptive name, eg. 'M#13-add-database' or 'cleanup#15'.
  • After 5 pull requests, all work stops. Merge Party!
  • Merge Party at the start (after standup meeting) and end of every day (5pm).
  • Never merge your own branch!
General Stuff:
  • Clear comments on all code so others can tell what it does. (We'll clean them off before deployment)
  • If you see a variable name, etc., that is not self-explanatory, ask about it!