Re: [pgAdmin4] [Patch]: Language Module - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4] [Patch]: Language Module
Date
Msg-id CA+OCxowY_C77SLyr5eParOYVQcxgQu1P6HzNwuY2aQVY1KL9RQ@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin4] [Patch]: Language Module  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Responses Re: [pgAdmin4] [Patch]: Language Module
List pgadmin-hackers


On Mon, Feb 15, 2016 at 7:29 AM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All

Attached is the new patch after fixing review comments given by Dave.

On Fri, Feb 12, 2016 at 10:04 PM, Dave Page <dpage@pgadmin.org> wrote:


On Fri, Feb 12, 2016 at 11:21 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,

New language patch is working fine.
Ashesh - Can you please review it ?
If it looks good then can you please commit ?

Thank you,
Harshal

A few comments:

- We omitted CREATE LANGUAGE, as most are now extensions. Shouldn't we also therefore omit DROP LANGUAGE?
    Fixed. 
- Please leave a blank line between the file header and python code in python files.
    Fixed. 
- The pydoc module description is missing from __init__.py
    Fixed. 
- What about the Dependents and Dependencies tabs?
     Infrastructure is not ready, so not implemented yet. 

The first person that needs it should be working on it! I don't want to be committing partially completed features, otherwise we'll have to come back and revisit them all when the infrastructure is done.

Having done it before for pgAdmin 3, I don't imagine it's hard. It's really just the same as the Statistics view. Please take a look at it (assuming noone else is already).

Thanks.
 
 
- There are few, if any comments in the Javascript. There should be at least minimal comments there to note the purpose of each logical code block.
    Fixed. 

--
Akshay Joshi
Principal Software Engineer 


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246



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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4] [Patch]: Extension Module
Next
From: Dave Page
Date:
Subject: Re: patch for cast module