Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react

From: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react
Date: 2021-09-16 05:52:23
Message-ID: CAOBg0AP+NYHkesPvAK9wCaLJd9HZbDRqc=k9Bumm1P_+K5zyWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay,

Please find the updated patch (v3) resolved all review comments.

On Tue, Sep 14, 2021 at 6:13 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Nikhil
>
> Following are the GUI related review comments:
>
> 1. Remove the header string "Object selection (step 1 of 3) as we are
> already showing steps on the left side of the wizard.
>
> Done

>
> 1. Rename step 1 to "Object Selection" step 2 to "Privilege Selection"
> and step 3 to "Review Selection".
>
> Done

>
> 1. The search button is not implemented on the first page (object
> selection).
>
> Done

>
> 1. The help button is not implemented at the bottom left corner of the
> wizard.
>
> Done

>
> 1. Duplicate entries are found on the object selection page. (Seems
> like an old issue without this patch)
>
> I tried but was unable to detect the exact issue.

>
> 1. Checkbox checked color should be matched with the theme.
>
> Done

>
> 1. Scrollbar alignment is not correct and spaces at the right side and
> bottom look ugly.
>
> Done

>
> 1. The grantor should be set and read-only.
>
> Done

>
> 1. Showing all privileges instead of based on the selected node.
> Please refer to existing behavior.
>
> Done

> Refer screenshot with all above review comments
>
> [image: Object Selection.png]
> :
>
>
>
> On Tue, Sep 14, 2021 at 1:19 PM Nikhil Mohite <
> nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> Please find the updated patch for grant wizard porting to react. (Please
>> ignore the previous patch)
>>
>> On Tue, Sep 14, 2021 at 10:05 AM Nikhil Mohite <
>> nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Please find the attached patch for
>>> <https://redmine.postgresql.org/issues/6672>RM-6687:
>>> <https://redmine.postgresql.org/issues/6687>[React] Port Grant Wizard
>>> to react
>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Nikhil Mohite*
>>> *Software Engineer.*
>>> *EDB Postgres* <https://www.enterprisedb.com/>
>>> *Mob.No: +91-7798364578.*
>>>
>>
>> Regards,
>> Nikhil Mohite
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres <http://edbpostgres.com>*
>
> *Mobile: +91 976-788-8246*
>
Regards,
Nikhil Mohite

Attachment Content-Type Size
RM-6687_v3.patch application/octet-stream 482.6 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2021-09-16 07:42:39 [pgAdmin][patch] Maintenance dialog CSS fix for extra space
Previous Message Rahul Shirsat 2021-09-15 08:03:41 [patch][pgAdmin] RM6713 [Debugger] Messages tab hide last message