Re: PATCH:Treeview item sorting (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH:Treeview item sorting (pgAdmin4)
Date: 2016-05-31 10:06:53
Message-ID: CAKKotZQNQdBUeHYcPoDSdy9mHw9sR2GRmFHcC98K7Zq8yQhqGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to add server & client side sorting of nodes when node is renamed
or newly added in tree.
Bug #1244

*TODO://*
Need a way to handle a case on client side when in object is moved out of
collection.

*[ For time being, I've included workaround that we will close the tree *
*till parent node if we are not able to find object in parent ] *

Regards,
Murtuza

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Sat, May 28, 2016 at 6:53 PM, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com
> wrote:

> On Fri, May 27, 2016 at 7:34 PM, Murtuza Zabuawala <
> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>
>> Hi,
>>
>> PFA patch, To address RM#1244.
>>
>> Now we are sorting all collection nodes based on it's labels.
>>
> The patch takes care sorting the nodes at server side.
> When we rename a node, or add a new node object, we will need to add the
> necessary logic at client side.
>
> --
>
> Thanks & Regards,
>
> Ashesh Vashi
> EnterpriseDB INDIA: Enterprise PostgreSQL Company
> <http://www.enterprisedb.com/>
>
>
> *http://www.linkedin.com/in/asheshvashi*
> <http://www.linkedin.com/in/asheshvashi>
>
>>
>>
>> --
>> Regards,
>> Murtuza Zabuawala
>> EnterpriseDB: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>
>>
>

Attachment Content-Type Size
tree_sorting.patch application/octet-stream 5.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-31 10:54:48 Re: User management functionality patch [pgadmin4]
Previous Message Murtuza Zabuawala 2016-05-31 09:26:12 Re: PATCH: Minor patch to fix typo in Type node