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

Sort returned 'names' on first_name #5

Closed briangonzalez closed 12 years ago

briangonzalez commented 12 years ago

The user-exp. of selecting from a sorted list will be much better than a seemingly random one. Let's sort the returned names array on first_name

briangonzalez commented 12 years ago

/assign @Raynes

briangonzalez commented 12 years ago

@Raynes No rush, but we'll need this by end-of-day Wednesday :)

Raynes commented 12 years ago

@briangonzalez Oh my God. A deadline. Oh my God. I can't breathe. I can't take the pressure, I quit!!!!

briangonzalez commented 12 years ago

Well, then. I quit too!

On Tue, Jul 31, 2012 at 3:50 PM, Anthony Grimes < reply@reply.github.com

wrote:

@briangonzalez Oh my God. A deadline. Oh my God. I can't breathe. I can't take the pressure, I quit!!!!


Reply to this email directly or view it on GitHub: https://github.com/geni/geni-gedcom/issues/5#issuecomment-7413602

Raynes commented 12 years ago

Did this.

@briangonzalez I've changed things a bit. Instead of returning names as a hash of ids to hashes I'm returning an array of hashes with the same keys as before, but with an added id key. See the updated index.html for example. Shouldn't be a big change on your part but is easier to work with on my side with sorting.

I'll let you know as soon as I can get this deployed.

briangonzalez commented 12 years ago

10-4 @Raynes