Skip to content

Instantly share code, notes, and snippets.

@duncangraham
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save duncangraham/d766de708e2a9f34bd51 to your computer and use it in GitHub Desktop.

Select an option

Save duncangraham/d766de708e2a9f34bd51 to your computer and use it in GitHub Desktop.
A gistalt piece

That is what eventbrite gets, and I think we'll need the same info.

eventbrite example

We shouldn't assume the billing address is their actual address, and should let people add another address if there's a discrepancy there. (if they choose not to geolocate, we'll need a working address to show them buses/events close to them)

so the data needed for a new user is

  • first name
  • last name
  • date of birth
  • address (if different from billing)
  • billing address
  • CC info
  • number of seats
  • additional names/birthdays

for an existing user we should have most things saved/cached, so we'll only need:

  • number of seats
  • (additional names/birthdays)

##next steps I'll need to get more familiar with stripe to see how they cache CC info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment