Re: [pgAdmin][patch] Utilities for porting pgAdmin tools to React

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][patch] Utilities for porting pgAdmin tools to React
Date: 2022-02-10 06:35:37
Message-ID: CAM9w-_nG1RMMcxO6Q7vBZ5S=ec9H4SWGkNGqUte4JZe4L0=wHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please ignore the previous patch. Attached is the correct path.

On Wed, Feb 9, 2022 at 5:19 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> I have been working on porting the query tool to React. Most of the work
> is done, but it has hit a snag because of few feature shortcomings of an
> underlying library. I will be working on it and will send a PR. But, I have
> also written a good amount of code around the new query tool to help it
> port faster. That can help to port other pgAdmin tools as well.
> So, attached is the patch to help port pgAdmin tools faster and to define
> standard way of writing the tools in pgAdmin. One can refer the query tool
> implementation here -
> https://github.com/adityatoshniwal/pgadmin4/tree/master/web/pgadmin/tools/query_tool
>
> Query tool patch will come soon later.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
pgAdmin_react_tools_infra_v2.patch application/octet-stream 229.4 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Charlet, Christoph 2022-02-10 07:51:08 RE: Bug #6991 - Suggestion to Contribute Fix
Previous Message Aditya Toshniwal 2022-02-09 11:49:52 [pgAdmin][patch] Utilities for porting pgAdmin tools to React