Re: Feedback from recent training - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: Feedback from recent training
Date
Msg-id 200904262059.41721.guillaume@lelarge.info
Whole thread Raw
In response to Re: Feedback from recent training  (Simon Riggs <simon@2ndQuadrant.com>)
List pgadmin-hackers
Le dimanche 26 avril 2009 à 20:31:57, Simon Riggs a écrit :
> On Sun, 2009-04-26 at 17:45 +0100, Dave Page wrote:
> > > Alphabetic seems best, whatever kind of type they are.
> >
> > No, because that mixes in the array types which we know causes
> > confusion for some users. We need to alphabetise them with the
> > non-array types, but thats likely to be messy.
>
> How about an extra radio button for Array/Non-Array? That removes the
> confusion.
>
> The appearance of alpha sort stops people from looking further down the
> list for other items.

I think Simon's right on the alphabetic sort. It's much simpler/user friendly.
I don't like the extra radio button idea, but what about submenus? something
like this:

First menu
  Types
  Array Types
  User types

"Types" Submenu
  (all internal types and pseudo-types, sorted alphabetically)

"Array Types" Submenu
  (the same, but array ones, sorted alphabetically)

"User Types" Submenu
  (user tables and user types)


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

pgadmin-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Feedback from recent training
Next
From: Guillaume Lelarge
Date:
Subject: Re: Feedback from recent training