geni / geni-gedcom

A GEDCOM to Geni importer using the Geni API (geni-clj-sdk).
Eclipse Public License 1.0
6 stars 3 forks source link

Return parsed out names after .ged uploaded #4

Closed briangonzalez closed 12 years ago

briangonzalez commented 12 years ago

Change the data returned from a .ged upload to /upload to match:

{
  'names': [ { '@I01@':  {'first_name': 'John', 'middle_name': 'Anthony', 'last_name': 'Smith', dob: '3945743'}  } ]
}

i.e., let's add first, middle, and last names as well as the date of birth.

briangonzalez commented 12 years ago

/assign @Raynes