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

Let's do the import in a separate thread so we can track progress #2

Closed ninjudd closed 12 years ago

ninjudd commented 12 years ago

Let's make /import return immediately with a count of the progress:

{"total":11234, "complete":0}

Also add /progress that takes a token and returns the progress for it. @briangonzalez will poll this to display progress to the user.

ninjudd commented 12 years ago

/assign @Raynes

Raynes commented 12 years ago

Has been done for a while.