[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: [pgAdmin][patch] Utilities for porting pgAdmin tools to React
Date: 2022-02-09 11:49:52
Message-ID: CAM9w-_nCPjsmBZZVyhsNvN-p4WwDMxif95bhPn8BA5tHu_5TEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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"

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-02-10 06:35:37 Re: [pgAdmin][patch] Utilities for porting pgAdmin tools to React
Previous Message Aditya Toshniwal 2022-02-09 04:05:19 Re: Bug #6991 - Suggestion to Contribute Fix