Re: [pgAdmin][RM-6984]: Port Backup Global, Backup Server and Backup object dialog in React

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM-6984]: Port Backup Global, Backup Server and Backup object dialog in React
Date: 2021-11-24 12:00:05
Message-ID: CANxoLDdHWzpf9Z5pO1eCRDA5p2sK69j9ZPD+PZo7J0TMxqAjnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied.

On Wed, Nov 24, 2021 at 5:09 PM Nikhil Mohite <
nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:

> Hi Akshay,
>
> Please find the updated patch:
> 1. Resolved issue if the binary patch is not present/ not correct, then
> show error notification to add/ correct the binary path.
>
> Regards,
> Nikhil Mohite
>
> On Mon, Nov 22, 2021 at 11:22 AM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Mon, Nov 22, 2021 at 10:48 AM Nikhil Mohite <
>> nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Akshay,
>>>
>>> Please find the updated patch.
>>>
>>> On Wed, Nov 17, 2021 at 6:34 PM Akshay Joshi <
>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi Nikhil
>>>>
>>>> Following are the review comments:
>>>>
>>>> GUI:
>>>>
>>>> - Dialog size should be increased.
>>>> - Remove the first blank element from the Encoding dropdown.
>>>> - When opening the file dialog header should have the title 'Select
>>>> file'.
>>>> - 'Backup server' title should be changed to 'Backup Server'.
>>>> - When taking the backup of any object like database, schema, etc..
>>>> the title on the dialog header should be "Backup (Database/Schema ..."
>>>> instead of "Backup (database/schema ..."
>>>>
>>>>
>>>> Code:
>>>>
>>>> - Jasmine test cases are failing.
>>>> - Remove warnBeforeChangesLost function not needed for Utilities.
>>>> (Remove Alertify as well)
>>>> - The naming convention should be identical, in some cases, you
>>>> used camel case and in some cases used with an underscore.
>>>> - Remove the commented code from all the files.
>>>> - Take all the screenshots again with a width of 681.
>>>>
>>>> Resolved all review comments.
>>>
>>>> Note: I haven't tested it thoroughly with all combinations.
>>>>
>>>> On Wed, Nov 10, 2021 at 2:50 PM Nikhil Mohite <
>>>> nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi Hackers,
>>>>>
>>>>> Please find the attached patch for RM-6884:
>>>>> <https://redmine.postgresql.org/issues/6984> Port Backup Global,
>>>>> Backup Server, and Backup object dialog in React
>>>>>
>>>>>
>>>>
>>>> --
>>>> *Thanks & Regards*
>>>> *Akshay Joshi*
>>>> *pgAdmin Hacker | Principal Software Architect*
>>>> *EDB Postgres <http://edbpostgres.com>*
>>>> *Mobile: +91 976-788-8246*
>>>>
>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Nikhil Mohite*
>>> *Senior Software Engineer.*
>>> *EDB Postgres* <https://www.enterprisedb.com/>
>>> *Mob.No: +91-7798364578.*
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-24 12:28:38 pgAdmin 4 commit: Fixed API test case after upgrading Flask to v2.
Previous Message Akshay Joshi 2021-11-24 11:59:26 pgAdmin 4 commit: Resolved issue if the binary path is not present/corr