Re: Schema Diff UI Improvement

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Chethana Kumar <chethana(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Schema Diff UI Improvement
Date: 2020-01-13 10:43:50
Message-ID: CAFOhELci5Rat-+wASkNZ56QPGZXR5fcUoc953GYEhTp9t0wbbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached updated partch with some UI changes.

1. Grid header should be center aligned vertically
2. Increase the space between object counts
3. The previous selected objects should not be re-selected on comparison

Thanks,
Khushboo

On Mon, Jan 13, 2020 at 2:22 PM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

>
>
> On Mon, Jan 13, 2020 at 1:15 PM Chethana Kumar <
> chethana(dot)kumar(at)enterprisedb(dot)com> wrote:
>
>> Hi Khushboo,
>>
>> Could you please remove the commas (,) after each statistics information?
>>
>
> Done.
>
> [image: schema_diff_ui_v1.png]
>
>
>> I think it looks 'better and clutter free' without the commas.
>>
>> [image: schema_diff_ui.png]
>>
>> ---
>> Chethana kumar
>>
>> On Mon, Jan 13, 2020 at 1:04 PM Khushboo Vashi <
>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> Please find the attached patch to improve the Schema Diff UI labels.
>>>
>>> The Schema object labels will be displayed with the comparison status
>>> count, like
>>>
>>> <Object name> - Identical: <count>, Different: <count>, Source Only:
>>> <count>, Target Only: <count>
>>>
>>> [image: schema_diff_ui.png]
>>>
>>>
>>> Thanks,
>>> Khushboo
>>>
>>
>>
>> --
>> Chethana Kumar
>> Principal UI/UX Designer
>> EnterpriseDB Corporation
>>
>>
>> The Postgres Database Company
>>
>> P: +91 86981 57146
>> www.enterprisedb.com
>>
>

Attachment Content-Type Size
schema_diff_ui_v2.patch application/octet-stream 3.2 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-13 12:50:06 pgAdmin 4 commit: Schema Diff Improvements:
Previous Message Murtuza Zabuawala 2020-01-13 09:20:53 Re: pgAdmin 4 commit: Added Schema Diff tool to compare two schemas and gen