Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table - Mailing list pgadmin-hackers

From Shirley Wang
Subject Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table
Date
Msg-id CAPG3WN5C=TPRYECMzK7y7Xq56HeOw8x9sBWrcs+Oqa=uDFxpYw@mail.gmail.com
Whole thread Raw
In response to Re: [pgadmin-hackers] [Design Update] Visual design of query editorand results table  (Shirley Wang <swang@pivotal.io>)
Responses Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table
List pgadmin-hackers
Hello!

Our team is starting to work on changes to the results table, including:

1. changing unselected columns and row colors to grey
2. changing selected columns and rows to blue
3. differentiating header text so that field name is bold and datatype is in brackets
4. text is white when columns are selected
5. removing checkboxes in each cell
6. adding a triangle indicator for select all (top left corner)

Clicking a single cell inside the table will unselect everything else and only select that cell.

Here is an updated version of the table:
Screen Shot 2017-04-12 at 11.11.15 AM.png

Please review these changes and provide feedback. We would like to implement them this week.


Thanks!

On Thu, Apr 6, 2017 at 11:27 AM Shirley Wang <swang@pivotal.io> wrote:
Ok! Right justified it is 

On Thu, Apr 6, 2017 at 11:22 AM Anthony DeBarros <adebarros@gmail.com> wrote:
Agreed on all the responses thus far. The ability to distinguish values ranging from thousands to tens of thousands to millions, etc., is substantially harder if numbers are left-justified. 

On Thu, Apr 6, 2017 at 10:41 AM, Robert Eckhardt <reckhardt@pivotal.io> wrote:
> 3. right-justified numbers come from precedents like excel or other
> spreadsheet type tools and muddles the distinction between editable and
> un-editable tables (at least data output in from query results is
> un-editable, I know right clicking on a table in the browser to "view ...
> data/rows" outputs an editable table)

When we first released pgAdmin 4 we forgot to right-justify numbers.
Users complained. Lots. They need to stay right justified.

Right justifying makes it substantially easier to understand magnitude and makes it easier to get decimal alignment. 

-- Rob
 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#2333 - Server Activitydata is not updating when server is disconnected in Dashboards
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table