Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React
Date: 2020-07-24 12:07:17
Message-ID: CA+OCxoy8tQ2SEhX0=7ZN=1VMK1f6+3rBrQdvCBASgtqkVn0LoQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Some further thoughts/comments:

- There should be a comment block in every source file, containing the
copyright info etc.
- Looks like the "new-" in "new-dashboard-graphs" is probably a development
artefact and should be removed?
- We should probably use .jsx as the extension for React JS files, to help
editors (and our brains). I'm guessing in the future we may have some .tsx
as well.
- Not sure why there's a package-lock.json file in there - we use Yarn :-)

On Thu, Jul 23, 2020 at 3:59 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Very nice. One quick issue that I immediately saw - if the dashboard is
> not the top-most tab when pgAdmin opens, then when you've selected
> something on the treeview and then click on the dashboard tab, the graphs
> don't populate until you select a different object.
>
> I'll play some more tomorrow when I have more time.
>
> Thanks!
>
>
> On Thu, Jul 23, 2020 at 11:58 AM Aditya Toshniwal <
> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> Attached is the patch to:
>> 1) Replace the chart library with Chart.js + ReactJS.
>> 2) Add support for ReactJS in pgAdmin with webpack, package.json, linter
>> and other changes.
>> 3) Add support for testing React components with jasmine test cases. Test
>> cases added.
>>
>> Please review.
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>> <http://edbpostgres.com>
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EDB: http://www.enterprisedb.com
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Cyril Jouve 2020-07-26 16:29:10 Remove compat code for py<3.4
Previous Message Akshay Joshi 2020-07-24 09:33:43 Re: [pgAdmin][RM5646] User can not see RLS policies in the search object