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

Override initial profile with data user selects via dropdown #6

Closed briangonzalez closed 12 years ago

briangonzalez commented 12 years ago

Currently, the Gedcom importer does not override the user's data with the data selected in the dropdown during the flow.

Let's go ahead and do the override.

I.e., we're missing the following step from the flow:

User comes to Geni and fills out start form 
Profile model created with [ first, last, email ] 
Gedcom file is uploaded
User selects who they are out of people 
User identifies themselves as p3
Call to API to update original profile with p3's data. <---- this is the step we need
then batch import [p1, p2, p4]
briangonzalez commented 12 years ago

Use the following method to update the info:

http://www.geni.com/platform/developer/help/api?path=profile%2Fupdate&version=1

briangonzalez commented 12 years ago

/assign @Raynes