Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hO0EB-0002lj-Iw for pgadmin-hackers@arkaria.postgresql.org; Tue, 07 May 2019 13:33:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hO0EA-0000ZG-DY for pgadmin-hackers@arkaria.postgresql.org; Tue, 07 May 2019 13:33:50 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hO0EA-0000WR-1y for pgadmin-hackers@lists.postgresql.org; Tue, 07 May 2019 13:33:50 +0000 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hO0E6-0007TE-PD for pgadmin-hackers@postgresql.org; Tue, 07 May 2019 13:33:49 +0000 Received: by mail-wr1-x442.google.com with SMTP id r7so22344085wrr.13 for ; Tue, 07 May 2019 06:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GLCep42hDFBzhSurTVbv8aoqGWY2brehyStCANsL4hU=; b=BN7Ly3VdDpBrSZN+BRGJQ5MMnqW22NLb27GCWEXzw4bBUxJWvHPwI/3fbb5KSBdsWm 1Ksdv7tDHIUsCFsJ3rMmvydYiVZ6v0Uawm3yUggU/pSQaSF0ZExRnQQ3rQrnMit6sblz Lyz6vmGxKyhAHTNu23W6XLVXxGdPs+1T5mjoyrAMrl6moYXWo7jN7cVrQK5VnZpgZLPm eN1eG25SbeE8JHDodNH6nA73ni5QwujcvVxqw5qxCUAj9h+lEAOCSDUdvSnXqdHWPtlV KgzJ+A3kRzxrcv3yKELvhJa3jsLmJUyD+VyO75n3B4ZEV8iwxQBt9Ed/n7d16OdFQBgu 5HPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GLCep42hDFBzhSurTVbv8aoqGWY2brehyStCANsL4hU=; b=fGNjPDNT2/lPfYRq3rurFdW68hXXnBFVmpFNOlDEH3mqahSguK+8xgvEWPlpUmjmHK Al8IaEUTv4/qaylYrlh1XVzCsi4plBjgrvdnhEVvx34XHkACDd/63gx61/7tXDOteqhK uiqlamKkNi7xSLK0BrVeRHBMaYPSEAlrpwcX5Ha/eYuPimx5scCeu0ttbKQIuj9Yx1YP 4lQU7nv8ZzX6WnaI3a+5A/z/jI+jSgqG4e86V4rBT1/4f+QyhXv2jVbnuf6IP9H7QaIY TkyeGKu9DBEaG/HfFdDcyX/IJbubd556EZVCWGgdXBAXdO4Gt3MM94nOkhym634H6+SD KerQ== X-Gm-Message-State: APjAAAVoX5Ihmkmr4GvkUuT/sbeyZJ4AsH1WPo7u7ryYpy1bM8BTbn3r yHefnyHSh4QIoiccitGw5af3RjWhEgVRQQ5lIPCfFg== X-Google-Smtp-Source: APXvYqzRdZ3hVkXkkqqXM09DwlSIov7v83xJxLDQFnh3yaynDE0i1wenaWt2hbeVsxkapkMTphdmSWB/9Pgoc2p3yCU= X-Received: by 2002:adf:f68c:: with SMTP id v12mr23471415wrp.40.1557236025025; Tue, 07 May 2019 06:33:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 7 May 2019 14:33:32 +0100 Message-ID: Subject: Re: GSoC Project Introduction - Automatic Mode Detection To: Yosry Muhammad Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000001a7cd205884c4472" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000001a7cd205884c4472 Content-Type: text/plain; charset="UTF-8" Hi On Tue, May 7, 2019 at 2:28 PM Yosry Muhammad wrote: > Dear all, > I am participating this summer as a student developer in pgAdmin 4 as part > of Google Summer of Code program. I am looking forward to working with you > all and learning from you. I have already cloned the repository and run the > project. I have also got familiar with some relevant parts of the code and > some of the used libraries. > > The project involves automatically switching from the Query Tool to View > Data in SQL Editor if the query produces an update-able resultset. > > Please take a look at my project proposal and let me know what you think > about it. Any suggestions or comments about my initial thoughts or the > proposed timeline would be much appreciated: > > > https://docs.google.com/document/d/1cQssYfPWLSCKAmFwnN-jEPjlldGQtr5fbPaU788UrwM/ > > Presently, I am working on some of my University coursework projects and > getting ready for my examinations which will start in a couple of weeks. I > won't be able to do much beside setting up my development environment, > getting more familiar with the code, and reading about any libraries or > frameworks used that I have no experience with. I will finish my exams in > early June and I will start working immediately afterwards and try to > compensate the time I didn't work in. > > I am looking forward to starting to contribute to this project. Regards. > Welcome, and congratulations on your acceptance to the program! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --0000000000001a7cd205884c4472 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Tue, May 7, 2019 at 2:28 PM Yosry Muhammad <<= a href=3D"mailto:yosrym93@gmail.com">yosrym93@gmail.com> wrote:
<= /div>
Dear all,
I am participating = this summer as a student developer in pgAdmin 4 as part of Google Summer of= Code program. I am looking forward to working with you all and learning fr= om you. I have already cloned the repository and run the project. I have al= so got familiar with some relevant parts of the code and some of the used l= ibraries.

The project involves automatically switc= hing from the Query Tool to View Data in SQL Editor if the query produces a= n update-able resultset.

Please take a look a= t my project proposal and=C2=A0let me know what you think about it. Any sug= gestions or comments about my initial thoughts or the proposed timeline wou= ld be much appreciated:


Presently, I am working on s= ome of my University coursework projects and getting ready for my examinati= ons which will start in a couple of weeks. I won't be able to do much b= eside setting up my development environment, getting more familiar with the= code, and reading about any libraries or frameworks used that I have no ex= perience with. I will finish my exams in early June and I will start workin= g immediately afterwards and try to compensate the time I didn't work i= n.

I am looking forward to starting to contribute = to this project. Regards.

Welcome, and congratulations on your acceptance to the program!
=C2=A0
--
D= ave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB U= K: http://www.ent= erprisedb.com
The Enterprise PostgreSQL Company
--0000000000001a7cd205884c4472--