public inbox for [email protected]
help / color / mirror / Atom feedAdd support for tags on a server node
11+ messages / 5 participants
[nested] [flat]
* Add support for tags on a server node
@ 2024-11-28 10:19 Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 13:07 ` Re: Add support for tags on a server node Zaid Shabbir <[email protected]>
0 siblings, 2 replies; 11+ messages in thread
From: Aditya Toshniwal @ 2024-11-28 10:19 UTC (permalink / raw)
To: pgadmin-hackers
Hi Dave/Hackers,
We have a requirement where we need to tag servers with some labels. Tags
allow adding extra info without renaming the server. It can also be helpful
when adding shared servers. In future, it can be helpful as a filter
criteria. If you agree then I can create a git issue. Below is a sample.
Let me know what you think.
[image: Screenshot 2024-11-28 at 15.44.28.png]
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-11-28 10:32 ` Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
1 sibling, 1 reply; 11+ messages in thread
From: Dave Page @ 2024-11-28 10:32 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers
Hi
On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
[email protected]> wrote:
> Hi Dave/Hackers,
>
> We have a requirement where we need to tag servers with some labels. Tags
> allow adding extra info without renaming the server. It can also be helpful
> when adding shared servers. In future, it can be helpful as a filter
> criteria. If you agree then I can create a git issue. Below is a sample.
> Let me know what you think.
>
> [image: Screenshot 2024-11-28 at 15.44.28.png]
>
That seems like it could be useful.
--
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
pgEdge: https://www.pgedge.com
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
@ 2024-11-28 10:52 ` Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Aditya Toshniwal @ 2024-11-28 10:52 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgadmin-hackers
Thanks! git issue created -
https://github.com/pgadmin-org/pgadmin4/issues/8192.
On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
> Hi
>
> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
> [email protected]> wrote:
>
>> Hi Dave/Hackers,
>>
>> We have a requirement where we need to tag servers with some labels. Tags
>> allow adding extra info without renaming the server. It can also be helpful
>> when adding shared servers. In future, it can be helpful as a filter
>> criteria. If you agree then I can create a git issue. Below is a sample.
>> Let me know what you think.
>>
>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>
>
> That seems like it could be useful.
>
> --
> Dave Page
> pgAdmin: https://www.pgadmin.org
> PostgreSQL: https://www.postgresql.org
> pgEdge: https://www.pgedge.com
>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-11-29 11:51 ` Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Usman Khan @ 2024-11-29 11:51 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers
@adityatoshniwal it's a nice feature, thanks for adding.
Will we provide pre-defined tags or will the user have the liberty to
create them as per their need?
On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
[email protected]> wrote:
> Thanks! git issue created -
> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>
> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>
>> Hi
>>
>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>> [email protected]> wrote:
>>
>>> Hi Dave/Hackers,
>>>
>>> We have a requirement where we need to tag servers with some labels.
>>> Tags allow adding extra info without renaming the server. It can also be
>>> helpful when adding shared servers. In future, it can be helpful as a
>>> filter criteria. If you agree then I can create a git issue. Below is a
>>> sample.
>>> Let me know what you think.
>>>
>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>
>>
>> That seems like it could be useful.
>>
>> --
>> Dave Page
>> pgAdmin: https://www.pgadmin.org
>> PostgreSQL: https://www.postgresql.org
>> pgEdge: https://www.pgedge.com
>>
>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
@ 2024-11-29 12:13 ` Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Aditya Toshniwal @ 2024-11-29 12:13 UTC (permalink / raw)
To: Usman Khan <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers
Hi Usman,
Nothing is predefined, users need to add. Here's a draft:
[image: image.png]
On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
> @adityatoshniwal it's a nice feature, thanks for adding.
> Will we provide pre-defined tags or will the user have the liberty to
> create them as per their need?
>
> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
> [email protected]> wrote:
>
>> Thanks! git issue created -
>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>
>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>
>>> Hi
>>>
>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>> [email protected]> wrote:
>>>
>>>> Hi Dave/Hackers,
>>>>
>>>> We have a requirement where we need to tag servers with some labels.
>>>> Tags allow adding extra info without renaming the server. It can also be
>>>> helpful when adding shared servers. In future, it can be helpful as a
>>>> filter criteria. If you agree then I can create a git issue. Below is
>>>> a sample.
>>>> Let me know what you think.
>>>>
>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>
>>>
>>> That seems like it could be useful.
>>>
>>> --
>>> Dave Page
>>> pgAdmin: https://www.pgadmin.org
>>> PostgreSQL: https://www.postgresql.org
>>> pgEdge: https://www.pgedge.com
>>>
>>>
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>> <https://www.enterprisedb.com/;
>> "Don't Complain about Heat, Plant a TREE"
>>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-11-29 13:40 ` Usman Khan <[email protected]>
2024-12-02 04:35 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Usman Khan @ 2024-11-29 13:40 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers
okay sure.
- Cannot we accommodate it in existing tabs such as General etc?
- It would be ideal if we also impose a limit on the text length.
On Fri, Nov 29, 2024 at 5:13 PM Aditya Toshniwal <
[email protected]> wrote:
> Hi Usman,
>
> Nothing is predefined, users need to add. Here's a draft:
> [image: image.png]
>
> On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
>
>> @adityatoshniwal it's a nice feature, thanks for adding.
>> Will we provide pre-defined tags or will the user have the liberty to
>> create them as per their need?
>>
>> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
>> [email protected]> wrote:
>>
>>> Thanks! git issue created -
>>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>>
>>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>>
>>>> Hi
>>>>
>>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Dave/Hackers,
>>>>>
>>>>> We have a requirement where we need to tag servers with some labels.
>>>>> Tags allow adding extra info without renaming the server. It can also be
>>>>> helpful when adding shared servers. In future, it can be helpful as a
>>>>> filter criteria. If you agree then I can create a git issue. Below is
>>>>> a sample.
>>>>> Let me know what you think.
>>>>>
>>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>>
>>>>
>>>> That seems like it could be useful.
>>>>
>>>> --
>>>> Dave Page
>>>> pgAdmin: https://www.pgadmin.org
>>>> PostgreSQL: https://www.postgresql.org
>>>> pgEdge: https://www.pgedge.com
>>>>
>>>>
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>> <https://www.enterprisedb.com/;
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
@ 2024-12-02 04:35 ` Aditya Toshniwal <[email protected]>
2024-12-02 04:40 ` Re: Add support for tags on a server node Ashesh Vashi <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Aditya Toshniwal @ 2024-12-02 04:35 UTC (permalink / raw)
To: Usman Khan <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers
Hi Usman,
On Fri, Nov 29, 2024 at 7:11 PM Usman Khan <[email protected]> wrote:
> okay sure.
>
> - Cannot we accommodate it in existing tabs such as General etc?
>
> No. It doesn't have enough space. Users will need to scroll. Plus, tags
are not so important for a server connection.
>
> - It would be ideal if we also impose a limit on the text length.
>
> Sure.
>
> -
>
>
> On Fri, Nov 29, 2024 at 5:13 PM Aditya Toshniwal <
> [email protected]> wrote:
>
>> Hi Usman,
>>
>> Nothing is predefined, users need to add. Here's a draft:
>> [image: image.png]
>>
>> On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
>>
>>> @adityatoshniwal it's a nice feature, thanks for adding.
>>> Will we provide pre-defined tags or will the user have the liberty to
>>> create them as per their need?
>>>
>>> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
>>> [email protected]> wrote:
>>>
>>>> Thanks! git issue created -
>>>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>>>
>>>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Dave/Hackers,
>>>>>>
>>>>>> We have a requirement where we need to tag servers with some labels.
>>>>>> Tags allow adding extra info without renaming the server. It can also be
>>>>>> helpful when adding shared servers. In future, it can be helpful as a
>>>>>> filter criteria. If you agree then I can create a git issue. Below
>>>>>> is a sample.
>>>>>> Let me know what you think.
>>>>>>
>>>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>>>
>>>>>
>>>>> That seems like it could be useful.
>>>>>
>>>>> --
>>>>> Dave Page
>>>>> pgAdmin: https://www.pgadmin.org
>>>>> PostgreSQL: https://www.postgresql.org
>>>>> pgEdge: https://www.pgedge.com
>>>>>
>>>>>
>>>>
>>>> --
>>>> Thanks,
>>>> Aditya Toshniwal
>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>> <https://www.enterprisedb.com/;
>>>> "Don't Complain about Heat, Plant a TREE"
>>>>
>>>
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>> <https://www.enterprisedb.com/;
>> "Don't Complain about Heat, Plant a TREE"
>>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-12-02 04:35 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-12-02 04:40 ` Ashesh Vashi <[email protected]>
2024-12-02 04:57 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Ashesh Vashi @ 2024-12-02 04:40 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: Usman Khan <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers
On Mon, Dec 2, 2024 at 10:05 AM Aditya Toshniwal <
[email protected]> wrote:
> Hi Usman,
>
> On Fri, Nov 29, 2024 at 7:11 PM Usman Khan <[email protected]> wrote:
>
>> okay sure.
>>
>> - Cannot we accommodate it in existing tabs such as General etc?
>>
>> No. It doesn't have enough space. Users will need to scroll. Plus, tags
> are not so important for a server connection.
>
We could create control something like this.
https://dev.to/mio_im/lets-create-a-advanced-tags-input-component-in-react-js-58c6
--
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;
>
>> - It would be ideal if we also impose a limit on the text length.
>>
>> Sure.
>
>>
>> -
>>
>>
>> On Fri, Nov 29, 2024 at 5:13 PM Aditya Toshniwal <
>> [email protected]> wrote:
>>
>>> Hi Usman,
>>>
>>> Nothing is predefined, users need to add. Here's a draft:
>>> [image: image.png]
>>>
>>> On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
>>>
>>>> @adityatoshniwal it's a nice feature, thanks for adding.
>>>> Will we provide pre-defined tags or will the user have the liberty to
>>>> create them as per their need?
>>>>
>>>> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
>>>> [email protected]> wrote:
>>>>
>>>>> Thanks! git issue created -
>>>>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>>>>
>>>>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>>>>
>>>>>> Hi
>>>>>>
>>>>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi Dave/Hackers,
>>>>>>>
>>>>>>> We have a requirement where we need to tag servers with some labels.
>>>>>>> Tags allow adding extra info without renaming the server. It can also be
>>>>>>> helpful when adding shared servers. In future, it can be helpful as a
>>>>>>> filter criteria. If you agree then I can create a git issue. Below
>>>>>>> is a sample.
>>>>>>> Let me know what you think.
>>>>>>>
>>>>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>>>>
>>>>>>
>>>>>> That seems like it could be useful.
>>>>>>
>>>>>> --
>>>>>> Dave Page
>>>>>> pgAdmin: https://www.pgadmin.org
>>>>>> PostgreSQL: https://www.postgresql.org
>>>>>> pgEdge: https://www.pgedge.com
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Aditya Toshniwal
>>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>>> <https://www.enterprisedb.com/;
>>>>> "Don't Complain about Heat, Plant a TREE"
>>>>>
>>>>
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>> <https://www.enterprisedb.com/;
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-12-02 04:35 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-12-02 04:40 ` Re: Add support for tags on a server node Ashesh Vashi <[email protected]>
@ 2024-12-02 04:57 ` Aditya Toshniwal <[email protected]>
2024-12-03 11:37 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 11+ messages in thread
From: Aditya Toshniwal @ 2024-12-02 04:57 UTC (permalink / raw)
To: Ashesh Vashi <[email protected]>; +Cc: Usman Khan <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers
Hi Ashesh,
On Mon, Dec 2, 2024 at 10:10 AM Ashesh Vashi <[email protected]>
wrote:
> On Mon, Dec 2, 2024 at 10:05 AM Aditya Toshniwal <
> [email protected]> wrote:
>
>> Hi Usman,
>>
>> On Fri, Nov 29, 2024 at 7:11 PM Usman Khan <[email protected]> wrote:
>>
>>> okay sure.
>>>
>>> - Cannot we accommodate it in existing tabs such as General etc?
>>>
>>> No. It doesn't have enough space. Users will need to scroll. Plus, tags
>> are not so important for a server connection.
>>
> We could create control something like this.
>
> https://dev.to/mio_im/lets-create-a-advanced-tags-input-component-in-react-js-58c6
>
We already have a multi-select creatable component. But this doesn't allow
changing the colors. Having flexibility to change color can be helpful as
we support multiple themes.
>
>
> --
>
> 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;
>
>>
>>> - It would be ideal if we also impose a limit on the text length.
>>>
>>> Sure.
>>
>>>
>>> -
>>>
>>>
>>> On Fri, Nov 29, 2024 at 5:13 PM Aditya Toshniwal <
>>> [email protected]> wrote:
>>>
>>>> Hi Usman,
>>>>
>>>> Nothing is predefined, users need to add. Here's a draft:
>>>> [image: image.png]
>>>>
>>>> On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
>>>>
>>>>> @adityatoshniwal it's a nice feature, thanks for adding.
>>>>> Will we provide pre-defined tags or will the user have the liberty to
>>>>> create them as per their need?
>>>>>
>>>>> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Thanks! git issue created -
>>>>>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>>>>>
>>>>>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>>>>>
>>>>>>> Hi
>>>>>>>
>>>>>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi Dave/Hackers,
>>>>>>>>
>>>>>>>> We have a requirement where we need to tag servers with some
>>>>>>>> labels. Tags allow adding extra info without renaming the server. It can
>>>>>>>> also be helpful when adding shared servers. In future, it can be helpful as
>>>>>>>> a filter criteria. If you agree then I can create a git issue. Below
>>>>>>>> is a sample.
>>>>>>>> Let me know what you think.
>>>>>>>>
>>>>>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>>>>>
>>>>>>>
>>>>>>> That seems like it could be useful.
>>>>>>>
>>>>>>> --
>>>>>>> Dave Page
>>>>>>> pgAdmin: https://www.pgadmin.org
>>>>>>> PostgreSQL: https://www.postgresql.org
>>>>>>> pgEdge: https://www.pgedge.com
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thanks,
>>>>>> Aditya Toshniwal
>>>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>>>> <https://www.enterprisedb.com/;
>>>>>> "Don't Complain about Heat, Plant a TREE"
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Thanks,
>>>> Aditya Toshniwal
>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>> <https://www.enterprisedb.com/;
>>>> "Don't Complain about Heat, Plant a TREE"
>>>>
>>>
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>> <https://www.enterprisedb.com/;
>> "Don't Complain about Heat, Plant a TREE"
>>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Re: Add support for tags on a server node Dave Page <[email protected]>
2024-11-28 10:52 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-11-29 12:13 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Re: Add support for tags on a server node Usman Khan <[email protected]>
2024-12-02 04:35 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-12-02 04:40 ` Re: Add support for tags on a server node Ashesh Vashi <[email protected]>
2024-12-02 04:57 ` Re: Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-12-03 11:37 ` Aditya Toshniwal <[email protected]>
0 siblings, 0 replies; 11+ messages in thread
From: Aditya Toshniwal @ 2024-12-03 11:37 UTC (permalink / raw)
To: pgadmin-hackers; +Cc: Usman Khan <[email protected]>; Dave Page <[email protected]>; Ashesh Vashi <[email protected]>
Hi Hackers,
I've simplified the UI to ask the user for only one color. Other UI colors
will be derived from that color.
[image: image.png]
On Mon, Dec 2, 2024 at 10:27 AM Aditya Toshniwal <
[email protected]> wrote:
> Hi Ashesh,
>
> On Mon, Dec 2, 2024 at 10:10 AM Ashesh Vashi <
> [email protected]> wrote:
>
>> On Mon, Dec 2, 2024 at 10:05 AM Aditya Toshniwal <
>> [email protected]> wrote:
>>
>>> Hi Usman,
>>>
>>> On Fri, Nov 29, 2024 at 7:11 PM Usman Khan <[email protected]> wrote:
>>>
>>>> okay sure.
>>>>
>>>> - Cannot we accommodate it in existing tabs such as General etc?
>>>>
>>>> No. It doesn't have enough space. Users will need to scroll. Plus, tags
>>> are not so important for a server connection.
>>>
>> We could create control something like this.
>>
>> https://dev.to/mio_im/lets-create-a-advanced-tags-input-component-in-react-js-58c6
>>
> We already have a multi-select creatable component. But this doesn't allow
> changing the colors. Having flexibility to change color can be helpful as
> we support multiple themes.
>
>>
>>
>> --
>>
>> 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;
>>
>>>
>>>> - It would be ideal if we also impose a limit on the text length.
>>>>
>>>> Sure.
>>>
>>>>
>>>> -
>>>>
>>>>
>>>> On Fri, Nov 29, 2024 at 5:13 PM Aditya Toshniwal <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Usman,
>>>>>
>>>>> Nothing is predefined, users need to add. Here's a draft:
>>>>> [image: image.png]
>>>>>
>>>>> On Fri, Nov 29, 2024 at 5:21 PM Usman Khan <[email protected]> wrote:
>>>>>
>>>>>> @adityatoshniwal it's a nice feature, thanks for adding.
>>>>>> Will we provide pre-defined tags or will the user have the liberty to
>>>>>> create them as per their need?
>>>>>>
>>>>>> On Thu, Nov 28, 2024 at 3:55 PM Aditya Toshniwal <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Thanks! git issue created -
>>>>>>> https://github.com/pgadmin-org/pgadmin4/issues/8192.
>>>>>>>
>>>>>>> On Thu, Nov 28, 2024 at 4:02 PM Dave Page <[email protected]> wrote:
>>>>>>>
>>>>>>>> Hi
>>>>>>>>
>>>>>>>> On Thu, 28 Nov 2024 at 10:20, Aditya Toshniwal <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi Dave/Hackers,
>>>>>>>>>
>>>>>>>>> We have a requirement where we need to tag servers with some
>>>>>>>>> labels. Tags allow adding extra info without renaming the server. It can
>>>>>>>>> also be helpful when adding shared servers. In future, it can be helpful as
>>>>>>>>> a filter criteria. If you agree then I can create a git issue. Below
>>>>>>>>> is a sample.
>>>>>>>>> Let me know what you think.
>>>>>>>>>
>>>>>>>>> [image: Screenshot 2024-11-28 at 15.44.28.png]
>>>>>>>>>
>>>>>>>>
>>>>>>>> That seems like it could be useful.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Dave Page
>>>>>>>> pgAdmin: https://www.pgadmin.org
>>>>>>>> PostgreSQL: https://www.postgresql.org
>>>>>>>> pgEdge: https://www.pgedge.com
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thanks,
>>>>>>> Aditya Toshniwal
>>>>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>>>>> <https://www.enterprisedb.com/;
>>>>>>> "Don't Complain about Heat, Plant a TREE"
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Aditya Toshniwal
>>>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>>>> <https://www.enterprisedb.com/;
>>>>> "Don't Complain about Heat, Plant a TREE"
>>>>>
>>>>
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
>>> <https://www.enterprisedb.com/;
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
[image/png] image.png (51.9K, 4-image.png)
download | view image
[image/png] image.png (100.5K, 5-image.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: Add support for tags on a server node
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
@ 2024-11-28 13:07 ` Zaid Shabbir <[email protected]>
1 sibling, 0 replies; 11+ messages in thread
From: Zaid Shabbir @ 2024-11-28 13:07 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers
Hello,
It's a nice visual feature. I would like to suggest adding labels with
color coding, as it would make it easier for users to quickly identify
items from a long server list.
Secondly, we need to define a policy regarding the maximum number of labels
and the case sensitivity of labels that can be associated with the server.
Regards,
Zaid
On Thu, Nov 28, 2024 at 3:20 PM Aditya Toshniwal <
[email protected]> wrote:
> Hi Dave/Hackers,
>
> We have a requirement where we need to tag servers with some labels. Tags
> allow adding extra info without renaming the server. It can also be helpful
> when adding shared servers. In future, it can be helpful as a filter
> criteria. If you agree then I can create a git issue. Below is a sample.
> Let me know what you think.
>
> [image: Screenshot 2024-11-28 at 15.44.28.png]
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
Attachments:
[image/png] Screenshot 2024-11-28 at 15.44.28.png (80.9K, 3-Screenshot%202024-11-28%20at%2015.44.28.png)
download | view image
^ permalink raw reply [nested|flat] 11+ messages in thread
end of thread, other threads:[~2024-12-03 11:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-11-28 10:19 Add support for tags on a server node Aditya Toshniwal <[email protected]>
2024-11-28 10:32 ` Dave Page <[email protected]>
2024-11-28 10:52 ` Aditya Toshniwal <[email protected]>
2024-11-29 11:51 ` Usman Khan <[email protected]>
2024-11-29 12:13 ` Aditya Toshniwal <[email protected]>
2024-11-29 13:40 ` Usman Khan <[email protected]>
2024-12-02 04:35 ` Aditya Toshniwal <[email protected]>
2024-12-02 04:40 ` Ashesh Vashi <[email protected]>
2024-12-02 04:57 ` Aditya Toshniwal <[email protected]>
2024-12-03 11:37 ` Aditya Toshniwal <[email protected]>
2024-11-28 13:07 ` Zaid Shabbir <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox