Re: [GSoC] Query History Upgrade - Mailing list pgadmin-hackers

From Yosry Muhammad
Subject Re: [GSoC] Query History Upgrade
Date
Msg-id CAFSMqn8F0OfRiNytJBotMTekL3=yUrQyEOGa_seNhnyozVUrvQ@mail.gmail.com
Whole thread Raw
In response to Re: [GSoC] Query History Upgrade  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Responses Re: [GSoC] Query History Upgrade  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Hi Aditya,

On Mon, Aug 12, 2019 at 9:04 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Yosry,

Nice work there. It seems to be working fine except a few suggestions:
1) Fix pep8 issues
2) DOM Statements like below can be avoided and html can be added directly to main template of $el instead of adding extra operations of find, prepend and append. Plus, it makes it difficult to understand what will the DOM look like.
this.$el.find('.query').prepend('<i id="query_source_icon" class="query-history-icon sql-icon-lg"></i>');
$container.append($toggleEl).append(self.$el);
3) Change the below to use class d-none with toggleClass('d-none') for consistency across.
    this.$el.find('.pgadmin-query-history-entry').each(function() {
      $(this).toggle();
    });


Please find an updated patch attached with the above issues fixed. The pep8 issue was in the test, I didn't re-check pep8 after writing the test - my bad.
 
4I may be wrong, but I'm seeing the flash icon for view/edit data queries and view table icon for query tool queries. Looks like they are swapped.
Screenshot 2019-08-12 at 12.15.18.png
 


They seem to be in the right place for me, would you mind rechecking?

Thanks !
 
--
Yosry Muhammad Yosry

Computer Engineering student,
The Faculty of Engineering,
Cairo University (2021).
Class representative of CMP 2021.
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4552] Dragging the selected text in SQL editor throwsconsole errors
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix generation of reverse engineered SQL for Rules. F