Skip to content

Instantly share code, notes, and snippets.

@fitsum
Created February 27, 2015 22:06
Show Gist options
  • Save fitsum/124a4f1b73d65d7ae2ef to your computer and use it in GitHub Desktop.
Save fitsum/124a4f1b73d65d7ae2ef to your computer and use it in GitHub Desktop.
app boiler
APP BOILER
Entry Points
Time
check local storage (last || total visit(s)),
check server/appstorage (last || total visit(s))
check TOD
check DOW (work/school)
check MOY (season general, available activities)
check Weather (season specific, available activities)
first time
fresh start
second+ time -
data from first || previous visit(s)
URL
check local storage (assigned token uniqueness),
check server/appstorage (assigned token uniqueness)
direct access
pass
from friend
fail, guide to pass
Processes
Auth
facebook (first name, gender, headshot (manual verification req’d))
(Geo || getUserMedia)
user input
Main Experience
capture user input/data
Results
share
use data for later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment