public inbox for [email protected]  
help / color / mirror / Atom feed
Re: Macro Support UI Design
8+ messages / 4 participants
[nested] [flat]

* Re: Macro Support UI Design
@ 2020-08-27 12:28 Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  0 siblings, 1 reply; 8+ messages in thread

From: Chethana Kumar @ 2020-08-27 12:28 UTC (permalink / raw)
  To: Khushboo Vashi <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers

Hi Khushboo,

I have a couple of opinions -

- Can we place "Name" in the first position and then "Key" at the second?
- I think 'delete' icon suites more than 'clear icon'
- Can we have the dropdown menu as below? As you can see user can select
the "entered query from the query editor" then directly press "New Macro"
which saves the user time and energy too.  Please correct me if this is not
something logical working one.

[image: macro.png]

---
Chethana Kumar












On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
[email protected]> wrote:

>
>
> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
> wrote:
>
>> I think you sent this to the wrong mailing list.
>>
> Forwarded to pgadmin-hackers. :)
>
>>
>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>> [email protected]> wrote:
>>
>>> Hi Team,
>>>
>>> I have started working on the feature #1402: Macro support like pgAdmin
>>> 3.
>>>
>>> I am thinking of the design below.
>>>
>>> [image: Macro.png]
>>>
>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>> - In the grid, I have provided Clear Icon instead of Delete as we will
>>> have all the supported macro listed with the shortcut key and the key will
>>> not be editable, so no need to delete the row.
>>> - Add button will be disabled or can be removed.
>>>
>>> - All the configured macros by the user will be displayed in the list
>>> below the Manage Macros menu item and on clicking on the particular macro,
>>> it will be executed in the SQL Editor
>>>
>>> Please provide feedback/suggestions.
>>>
>>> Thanks,
>>> Khushboo
>>>
>>
>>
>> --
>> Dave Page
>> VP & Chief Architect, Database Infrastructure
>> EDB: http://www.enterprisedb.com
>>
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
@ 2020-08-27 12:50 ` Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  0 siblings, 1 reply; 8+ messages in thread

From: Khushboo Vashi @ 2020-08-27 12:50 UTC (permalink / raw)
  To: Chethana Kumar <[email protected]>; +Cc: Dave Page <[email protected]>; pgadmin-hackers

Hi Chethana,

On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
[email protected]> wrote:

> Hi Khushboo,
>
> I have a couple of opinions -
>
> - Can we place "Name" in the first position and then "Key" at the second?
>
Basically the key is going to be the non-editable field (unique key) and
the user can not change it. Users can only change name and SQL, so the key
is in first place.

> - I think 'delete' icon suites more than 'clear icon'
>
We use the delete icon to completely delete the row from the grid but here
we are not going to delete the row, only clearing the name and SQL fields
for the selected row. So, the macro details against that key will be
removed from the database but the key remains in the database.

> - Can we have the dropdown menu as below? As you can see user can select
> the "entered query from the query editor" then directly press "New Macro"
> which saves the user time and energy too.  Please correct me if this is not
> something logical working one.
>
Sure, we can have a drop down menu as you suggested but not sure about the
selecting the entered query and can use that directly in the New Macro
dialog as we will have a list of macros.

Thanks,
Khushboo

>
> [image: macro.png]
>
> ---
> Chethana Kumar
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
> [email protected]> wrote:
>
>>
>>
>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>> wrote:
>>
>>> I think you sent this to the wrong mailing list.
>>>
>> Forwarded to pgadmin-hackers. :)
>>
>>>
>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>> [email protected]> wrote:
>>>
>>>> Hi Team,
>>>>
>>>> I have started working on the feature #1402: Macro support like pgAdmin
>>>> 3.
>>>>
>>>> I am thinking of the design below.
>>>>
>>>> [image: Macro.png]
>>>>
>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>> - In the grid, I have provided Clear Icon instead of Delete as we will
>>>> have all the supported macro listed with the shortcut key and the key will
>>>> not be editable, so no need to delete the row.
>>>> - Add button will be disabled or can be removed.
>>>>
>>>> - All the configured macros by the user will be displayed in the list
>>>> below the Manage Macros menu item and on clicking on the particular macro,
>>>> it will be executed in the SQL Editor
>>>>
>>>> Please provide feedback/suggestions.
>>>>
>>>> Thanks,
>>>> Khushboo
>>>>
>>>
>>>
>>> --
>>> Dave Page
>>> VP & Chief Architect, Database Infrastructure
>>> EDB: http://www.enterprisedb.com
>>>
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
@ 2020-08-27 13:25   ` Akshay Joshi <[email protected]>
  2020-09-01 06:23     ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
  0 siblings, 1 reply; 8+ messages in thread

From: Akshay Joshi @ 2020-08-27 13:25 UTC (permalink / raw)
  To: Khushboo Vashi <[email protected]>; +Cc: Chethana Kumar <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers

Hi Chethana

On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
[email protected]> wrote:

> Hi Chethana,
>
> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
> [email protected]> wrote:
>
>> Hi Khushboo,
>>
>> I have a couple of opinions -
>>
>> - Can we place "Name" in the first position and then "Key" at the second?
>>
> Basically the key is going to be the non-editable field (unique key) and
> the user can not change it. Users can only change name and SQL, so the key
> is in first place.
>
>> - I think 'delete' icon suites more than 'clear icon'
>>
> We use the delete icon to completely delete the row from the grid but here
> we are not going to delete the row, only clearing the name and SQL fields
> for the selected row. So, the macro details against that key will be
> removed from the database but the key remains in the database.
>

    For the above two points, I agree with Khushboo.

- Can we have the dropdown menu as below? As you can see user can select
>> the "entered query from the query editor" then directly press "New Macro"
>> which saves the user time and energy too.  Please correct me if this is not
>> something logical working one.
>>
> Sure, we can have a drop down menu as you suggested but not sure about the
> selecting the entered query and can use that directly in the New Macro
> dialog as we will have a list of macros.
>

    I will go with "Manage macros..." instead of "<New Macro>" as it opens
the dialog where the user can edit the Query and Name, we are not adding
any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
           [image: Screenshot 2020-08-27 at 6.38.47 PM.png]

    Regarding select the query from the query editor and click on the menu
option won't solve the purpose as we don't know which shortcut key to map
this query.

>
> Thanks,
> Khushboo
>
>>
>> [image: macro.png]
>>
>> ---
>> Chethana Kumar
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>> [email protected]> wrote:
>>
>>>
>>>
>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>>> wrote:
>>>
>>>> I think you sent this to the wrong mailing list.
>>>>
>>> Forwarded to pgadmin-hackers. :)
>>>
>>>>
>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Team,
>>>>>
>>>>> I have started working on the feature #1402: Macro support like
>>>>> pgAdmin 3.
>>>>>
>>>>> I am thinking of the design below.
>>>>>
>>>>> [image: Macro.png]
>>>>>
>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>> - In the grid, I have provided Clear Icon instead of Delete as we will
>>>>> have all the supported macro listed with the shortcut key and the key will
>>>>> not be editable, so no need to delete the row.
>>>>> - Add button will be disabled or can be removed.
>>>>>
>>>>> - All the configured macros by the user will be displayed in the list
>>>>> below the Manage Macros menu item and on clicking on the particular macro,
>>>>> it will be executed in the SQL Editor
>>>>>
>>>>> Please provide feedback/suggestions.
>>>>>
>>>>> Thanks,
>>>>> Khushboo
>>>>>
>>>>
>>>>
>>>> --
>>>> Dave Page
>>>> VP & Chief Architect, Database Infrastructure
>>>> EDB: http://www.enterprisedb.com
>>>>
>>>> Blog: http://pgsnake.blogspot.com
>>>> Twitter: @pgsnake
>>>>
>>>

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

*Mobile: +91 976-788-8246*


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
@ 2020-09-01 06:23     ` Chethana Kumar <[email protected]>
  2020-09-01 06:27       ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  2020-09-01 06:29       ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  0 siblings, 2 replies; 8+ messages in thread

From: Chethana Kumar @ 2020-09-01 06:23 UTC (permalink / raw)
  To: Akshay Joshi <[email protected]>; Khushboo Vashi <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers

Hi Team,

I am sort of ok with Khushboo's design solution which re-uses the existing
UI element called sub-node control.

At the same time, I wanted to increase the ease of use and less cluttered
there.
So for that, I had to get rid of the subnode control to come up with the
new thoughts on to it.

I have come up with 2 samples where they have a different way of *clearing
multiple shortcut keys.*

Sample1-
[image: sample1.jpg]

Sample2
[image: sample2.jpg]

*Annotation-*

[image: manage_macro.png]


*Functionality Animation -*
[image: manage_macro.gif]

I have also attached icon for '*macro*' and I have a small correction with
the dropdown menu as shown below -

[image: option.png]

Correction as *Manage macro... *in place of *Manage Macro*

I need your comments on the same.


----
Chethana Kumar



On Thu, Aug 27, 2020 at 6:55 PM Akshay Joshi <[email protected]>
wrote:

> Hi Chethana
>
> On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
> [email protected]> wrote:
>
>> Hi Chethana,
>>
>> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
>> [email protected]> wrote:
>>
>>> Hi Khushboo,
>>>
>>> I have a couple of opinions -
>>>
>>> - Can we place "Name" in the first position and then "Key" at the second?
>>>
>> Basically the key is going to be the non-editable field (unique key) and
>> the user can not change it. Users can only change name and SQL, so the key
>> is in first place.
>>
>>> - I think 'delete' icon suites more than 'clear icon'
>>>
>> We use the delete icon to completely delete the row from the grid but
>> here we are not going to delete the row, only clearing the name and SQL
>> fields for the selected row. So, the macro details against that key will be
>> removed from the database but the key remains in the database.
>>
>
>     For the above two points, I agree with Khushboo.
>
> - Can we have the dropdown menu as below? As you can see user can select
>>> the "entered query from the query editor" then directly press "New Macro"
>>> which saves the user time and energy too.  Please correct me if this is not
>>> something logical working one.
>>>
>> Sure, we can have a drop down menu as you suggested but not sure about
>> the selecting the entered query and can use that directly in the New Macro
>> dialog as we will have a list of macros.
>>
>
>     I will go with "Manage macros..." instead of "<New Macro>" as it opens
> the dialog where the user can edit the Query and Name, we are not adding
> any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
>            [image: Screenshot 2020-08-27 at 6.38.47 PM.png]
>
>     Regarding select the query from the query editor and click on the menu
> option won't solve the purpose as we don't know which shortcut key to map
> this query.
>
>>
>> Thanks,
>> Khushboo
>>
>>>
>>> [image: macro.png]
>>>
>>> ---
>>> Chethana Kumar
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>>> [email protected]> wrote:
>>>
>>>>
>>>>
>>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>>>> wrote:
>>>>
>>>>> I think you sent this to the wrong mailing list.
>>>>>
>>>> Forwarded to pgadmin-hackers. :)
>>>>
>>>>>
>>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Team,
>>>>>>
>>>>>> I have started working on the feature #1402: Macro support like
>>>>>> pgAdmin 3.
>>>>>>
>>>>>> I am thinking of the design below.
>>>>>>
>>>>>> [image: Macro.png]
>>>>>>
>>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>>> - In the grid, I have provided Clear Icon instead of Delete as we
>>>>>> will have all the supported macro listed with the shortcut key and the key
>>>>>> will not be editable, so no need to delete the row.
>>>>>> - Add button will be disabled or can be removed.
>>>>>>
>>>>>> - All the configured macros by the user will be displayed in the list
>>>>>> below the Manage Macros menu item and on clicking on the particular macro,
>>>>>> it will be executed in the SQL Editor
>>>>>>
>>>>>> Please provide feedback/suggestions.
>>>>>>
>>>>>> Thanks,
>>>>>> Khushboo
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Dave Page
>>>>> VP & Chief Architect, Database Infrastructure
>>>>> EDB: http://www.enterprisedb.com
>>>>>
>>>>> Blog: http://pgsnake.blogspot.com
>>>>> Twitter: @pgsnake
>>>>>
>>>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Sr. Software Architect*
> *EDB Postgres <http://edbpostgres.com>*
>
> *Mobile: +91 976-788-8246*
>


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

  [image/jpeg] sample1.jpg (535.7K, 6-sample1.jpg)
  download | view image

  [image/jpeg] sample2.jpg (595.4K, 7-sample2.jpg)
  download | view image

  [image/png] manage_macro.png (459.1K, 8-manage_macro.png)
  download | view image

  [image/gif] manage_macro.gif (315.4K, 9-manage_macro.gif)
  download | view image

  [image/png] option.png (315.3K, 10-option.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  2020-09-01 06:23     ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
@ 2020-09-01 06:27       ` Akshay Joshi <[email protected]>
  1 sibling, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2020-09-01 06:27 UTC (permalink / raw)
  To: Chethana Kumar <[email protected]>; +Cc: Khushboo Vashi <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers

Hi Chethana

I like Sample 2 (with checkboxes).

On Tue, Sep 1, 2020 at 11:54 AM Chethana Kumar <
[email protected]> wrote:

> Hi Team,
>
> I am sort of ok with Khushboo's design solution which re-uses the existing
> UI element called sub-node control.
>
> At the same time, I wanted to increase the ease of use and less cluttered
> there.
> So for that, I had to get rid of the subnode control to come up with the
> new thoughts on to it.
>
> I have come up with 2 samples where they have a different way of *clearing
> multiple shortcut keys.*
>
> Sample1-
> [image: sample1.jpg]
>
> Sample2
> [image: sample2.jpg]
>
> *Annotation-*
>
> [image: manage_macro.png]
>
>
> *Functionality Animation -*
> [image: manage_macro.gif]
>
> I have also attached icon for '*macro*' and I have a small correction
> with the dropdown menu as shown below -
>
> [image: option.png]
>
> Correction as *Manage macro... *in place of *Manage Macro*
>
> I need your comments on the same.
>
>
> ----
> Chethana Kumar
>
>
>
> On Thu, Aug 27, 2020 at 6:55 PM Akshay Joshi <
> [email protected]> wrote:
>
>> Hi Chethana
>>
>> On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
>> [email protected]> wrote:
>>
>>> Hi Chethana,
>>>
>>> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
>>> [email protected]> wrote:
>>>
>>>> Hi Khushboo,
>>>>
>>>> I have a couple of opinions -
>>>>
>>>> - Can we place "Name" in the first position and then "Key" at the
>>>> second?
>>>>
>>> Basically the key is going to be the non-editable field (unique key) and
>>> the user can not change it. Users can only change name and SQL, so the key
>>> is in first place.
>>>
>>>> - I think 'delete' icon suites more than 'clear icon'
>>>>
>>> We use the delete icon to completely delete the row from the grid but
>>> here we are not going to delete the row, only clearing the name and SQL
>>> fields for the selected row. So, the macro details against that key will be
>>> removed from the database but the key remains in the database.
>>>
>>
>>     For the above two points, I agree with Khushboo.
>>
>> - Can we have the dropdown menu as below? As you can see user can select
>>>> the "entered query from the query editor" then directly press "New Macro"
>>>> which saves the user time and energy too.  Please correct me if this is not
>>>> something logical working one.
>>>>
>>> Sure, we can have a drop down menu as you suggested but not sure about
>>> the selecting the entered query and can use that directly in the New Macro
>>> dialog as we will have a list of macros.
>>>
>>
>>     I will go with "Manage macros..." instead of "<New Macro>" as it
>> opens the dialog where the user can edit the Query and Name, we are not
>> adding any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
>>            [image: Screenshot 2020-08-27 at 6.38.47 PM.png]
>>
>>     Regarding select the query from the query editor and click on the
>> menu option won't solve the purpose as we don't know which shortcut key to
>> map this query.
>>
>>>
>>> Thanks,
>>> Khushboo
>>>
>>>>
>>>> [image: macro.png]
>>>>
>>>> ---
>>>> Chethana Kumar
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>>>> [email protected]> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> I think you sent this to the wrong mailing list.
>>>>>>
>>>>> Forwarded to pgadmin-hackers. :)
>>>>>
>>>>>>
>>>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi Team,
>>>>>>>
>>>>>>> I have started working on the feature #1402: Macro support like
>>>>>>> pgAdmin 3.
>>>>>>>
>>>>>>> I am thinking of the design below.
>>>>>>>
>>>>>>> [image: Macro.png]
>>>>>>>
>>>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>>>> - In the grid, I have provided Clear Icon instead of Delete as we
>>>>>>> will have all the supported macro listed with the shortcut key and the key
>>>>>>> will not be editable, so no need to delete the row.
>>>>>>> - Add button will be disabled or can be removed.
>>>>>>>
>>>>>>> - All the configured macros by the user will be displayed in the
>>>>>>> list below the Manage Macros menu item and on clicking on the particular
>>>>>>> macro, it will be executed in the SQL Editor
>>>>>>>
>>>>>>> Please provide feedback/suggestions.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Khushboo
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Dave Page
>>>>>> VP & Chief Architect, Database Infrastructure
>>>>>> EDB: http://www.enterprisedb.com
>>>>>>
>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>> Twitter: @pgsnake
>>>>>>
>>>>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Sr. Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>

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

*Mobile: +91 976-788-8246*


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

  [image/jpeg] sample1.jpg (535.7K, 6-sample1.jpg)
  download | view image

  [image/jpeg] sample2.jpg (595.4K, 7-sample2.jpg)
  download | view image

  [image/png] manage_macro.png (459.1K, 8-manage_macro.png)
  download | view image

  [image/gif] manage_macro.gif (315.4K, 9-manage_macro.gif)
  download | view image

  [image/png] option.png (315.3K, 10-option.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  2020-09-01 06:23     ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
@ 2020-09-01 06:29       ` Khushboo Vashi <[email protected]>
  2020-09-01 06:36         ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
  1 sibling, 1 reply; 8+ messages in thread

From: Khushboo Vashi @ 2020-09-01 06:29 UTC (permalink / raw)
  To: Chethana Kumar <[email protected]>; +Cc: Akshay Joshi <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers

On Tue, Sep 1, 2020 at 11:54 AM Chethana Kumar <
[email protected]> wrote:

> Hi Team,
>
> I am sort of ok with Khushboo's design solution which re-uses the existing
> UI element called sub-node control.
>
> At the same time, I wanted to increase the ease of use and less cluttered
> there.
> So for that, I had to get rid of the subnode control to come up with the
> new thoughts on to it.
>
> I have come up with 2 samples where they have a different way of *clearing
> multiple shortcut keys.*
>
> Sample1-
> [image: sample1.jpg]
>
> I like this design (Sample1)

> Sample2
> [image: sample2.jpg]
>
> *Annotation-*
>
> [image: manage_macro.png]
>
>
> *Functionality Animation -*
> [image: manage_macro.gif]
>
> I have also attached icon for '*macro*' and I have a small correction
> with the dropdown menu as shown below -
>
> [image: option.png]
>
> Correction as *Manage macro... *in place of *Manage Macro*
>
> I need your comments on the same.
>
>
> ----
> Chethana Kumar
>
>
>
> On Thu, Aug 27, 2020 at 6:55 PM Akshay Joshi <
> [email protected]> wrote:
>
>> Hi Chethana
>>
>> On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
>> [email protected]> wrote:
>>
>>> Hi Chethana,
>>>
>>> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
>>> [email protected]> wrote:
>>>
>>>> Hi Khushboo,
>>>>
>>>> I have a couple of opinions -
>>>>
>>>> - Can we place "Name" in the first position and then "Key" at the
>>>> second?
>>>>
>>> Basically the key is going to be the non-editable field (unique key) and
>>> the user can not change it. Users can only change name and SQL, so the key
>>> is in first place.
>>>
>>>> - I think 'delete' icon suites more than 'clear icon'
>>>>
>>> We use the delete icon to completely delete the row from the grid but
>>> here we are not going to delete the row, only clearing the name and SQL
>>> fields for the selected row. So, the macro details against that key will be
>>> removed from the database but the key remains in the database.
>>>
>>
>>     For the above two points, I agree with Khushboo.
>>
>> - Can we have the dropdown menu as below? As you can see user can select
>>>> the "entered query from the query editor" then directly press "New Macro"
>>>> which saves the user time and energy too.  Please correct me if this is not
>>>> something logical working one.
>>>>
>>> Sure, we can have a drop down menu as you suggested but not sure about
>>> the selecting the entered query and can use that directly in the New Macro
>>> dialog as we will have a list of macros.
>>>
>>
>>     I will go with "Manage macros..." instead of "<New Macro>" as it
>> opens the dialog where the user can edit the Query and Name, we are not
>> adding any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
>>            [image: Screenshot 2020-08-27 at 6.38.47 PM.png]
>>
>>     Regarding select the query from the query editor and click on the
>> menu option won't solve the purpose as we don't know which shortcut key to
>> map this query.
>>
>>>
>>> Thanks,
>>> Khushboo
>>>
>>>>
>>>> [image: macro.png]
>>>>
>>>> ---
>>>> Chethana Kumar
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>>>> [email protected]> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> I think you sent this to the wrong mailing list.
>>>>>>
>>>>> Forwarded to pgadmin-hackers. :)
>>>>>
>>>>>>
>>>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi Team,
>>>>>>>
>>>>>>> I have started working on the feature #1402: Macro support like
>>>>>>> pgAdmin 3.
>>>>>>>
>>>>>>> I am thinking of the design below.
>>>>>>>
>>>>>>> [image: Macro.png]
>>>>>>>
>>>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>>>> - In the grid, I have provided Clear Icon instead of Delete as we
>>>>>>> will have all the supported macro listed with the shortcut key and the key
>>>>>>> will not be editable, so no need to delete the row.
>>>>>>> - Add button will be disabled or can be removed.
>>>>>>>
>>>>>>> - All the configured macros by the user will be displayed in the
>>>>>>> list below the Manage Macros menu item and on clicking on the particular
>>>>>>> macro, it will be executed in the SQL Editor
>>>>>>>
>>>>>>> Please provide feedback/suggestions.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Khushboo
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Dave Page
>>>>>> VP & Chief Architect, Database Infrastructure
>>>>>> EDB: http://www.enterprisedb.com
>>>>>>
>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>> Twitter: @pgsnake
>>>>>>
>>>>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Sr. Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

  [image/jpeg] sample1.jpg (535.7K, 6-sample1.jpg)
  download | view image

  [image/jpeg] sample2.jpg (595.4K, 7-sample2.jpg)
  download | view image

  [image/png] manage_macro.png (459.1K, 8-manage_macro.png)
  download | view image

  [image/gif] manage_macro.gif (315.4K, 9-manage_macro.gif)
  download | view image

  [image/png] option.png (315.3K, 10-option.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  2020-09-01 06:23     ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-09-01 06:29       ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
@ 2020-09-01 06:36         ` Chethana Kumar <[email protected]>
  2020-09-01 09:22           ` Re: Macro Support UI Design Dave Page <[email protected]>
  0 siblings, 1 reply; 8+ messages in thread

From: Chethana Kumar @ 2020-09-01 06:36 UTC (permalink / raw)
  To: Khushboo Vashi <[email protected]>; +Cc: Akshay Joshi <[email protected]>; Dave Page <[email protected]>; pgadmin-hackers

On Tue, Sep 1, 2020 at 11:59 AM Khushboo Vashi <
[email protected]> wrote:

>
>
> On Tue, Sep 1, 2020 at 11:54 AM Chethana Kumar <
> [email protected]> wrote:
>
>> Hi Team,
>>
>> I am sort of ok with Khushboo's design solution which re-uses the
>> existing UI element called sub-node control.
>>
>> At the same time, I wanted to increase the ease of use and less cluttered
>> there.
>> So for that, I had to get rid of the subnode control to come up with the
>> new thoughts on to it.
>>
>> I have come up with 2 samples where they have a different way of *clearing
>> multiple shortcut keys.*
>>
>> Sample1-
>> [image: sample1.jpg]
>>
>> I like this design (Sample1)
>

Yes me too because the interaction pattern is as same as the "checkbox" one
that we have seen already.
It just inherits the interaction pattern of it.

But let see what others feel.

---
Chethana Kumar



> Sample2
>> [image: sample2.jpg]
>>
>> *Annotation-*
>>
>> [image: manage_macro.png]
>>
>>
>> *Functionality Animation -*
>> [image: manage_macro.gif]
>>
>> I have also attached icon for '*macro*' and I have a small correction
>> with the dropdown menu as shown below -
>>
>> [image: option.png]
>>
>> Correction as *Manage macro... *in place of *Manage Macro*
>>
>> I need your comments on the same.
>>
>>
>> ----
>> Chethana Kumar
>>
>>
>>
>> On Thu, Aug 27, 2020 at 6:55 PM Akshay Joshi <
>> [email protected]> wrote:
>>
>>> Hi Chethana
>>>
>>> On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
>>> [email protected]> wrote:
>>>
>>>> Hi Chethana,
>>>>
>>>> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Khushboo,
>>>>>
>>>>> I have a couple of opinions -
>>>>>
>>>>> - Can we place "Name" in the first position and then "Key" at the
>>>>> second?
>>>>>
>>>> Basically the key is going to be the non-editable field (unique key)
>>>> and the user can not change it. Users can only change name and SQL, so the
>>>> key is in first place.
>>>>
>>>>> - I think 'delete' icon suites more than 'clear icon'
>>>>>
>>>> We use the delete icon to completely delete the row from the grid but
>>>> here we are not going to delete the row, only clearing the name and SQL
>>>> fields for the selected row. So, the macro details against that key will be
>>>> removed from the database but the key remains in the database.
>>>>
>>>
>>>     For the above two points, I agree with Khushboo.
>>>
>>> - Can we have the dropdown menu as below? As you can see user can select
>>>>> the "entered query from the query editor" then directly press "New Macro"
>>>>> which saves the user time and energy too.  Please correct me if this is not
>>>>> something logical working one.
>>>>>
>>>> Sure, we can have a drop down menu as you suggested but not sure about
>>>> the selecting the entered query and can use that directly in the New Macro
>>>> dialog as we will have a list of macros.
>>>>
>>>
>>>     I will go with "Manage macros..." instead of "<New Macro>" as it
>>> opens the dialog where the user can edit the Query and Name, we are not
>>> adding any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
>>>            [image: Screenshot 2020-08-27 at 6.38.47 PM.png]
>>>
>>>     Regarding select the query from the query editor and click on the
>>> menu option won't solve the purpose as we don't know which shortcut key to
>>> map this query.
>>>
>>>>
>>>> Thanks,
>>>> Khushboo
>>>>
>>>>>
>>>>> [image: macro.png]
>>>>>
>>>>> ---
>>>>> Chethana Kumar
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>>>>> [email protected]> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> I think you sent this to the wrong mailing list.
>>>>>>>
>>>>>> Forwarded to pgadmin-hackers. :)
>>>>>>
>>>>>>>
>>>>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi Team,
>>>>>>>>
>>>>>>>> I have started working on the feature #1402: Macro support like
>>>>>>>> pgAdmin 3.
>>>>>>>>
>>>>>>>> I am thinking of the design below.
>>>>>>>>
>>>>>>>> [image: Macro.png]
>>>>>>>>
>>>>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>>>>> - In the grid, I have provided Clear Icon instead of Delete as we
>>>>>>>> will have all the supported macro listed with the shortcut key and the key
>>>>>>>> will not be editable, so no need to delete the row.
>>>>>>>> - Add button will be disabled or can be removed.
>>>>>>>>
>>>>>>>> - All the configured macros by the user will be displayed in the
>>>>>>>> list below the Manage Macros menu item and on clicking on the particular
>>>>>>>> macro, it will be executed in the SQL Editor
>>>>>>>>
>>>>>>>> Please provide feedback/suggestions.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Khushboo
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Dave Page
>>>>>>> VP & Chief Architect, Database Infrastructure
>>>>>>> EDB: http://www.enterprisedb.com
>>>>>>>
>>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>>> Twitter: @pgsnake
>>>>>>>
>>>>>>
>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>> *pgAdmin Hacker | Sr. Software Architect*
>>> *EDB Postgres <http://edbpostgres.com>*
>>>
>>> *Mobile: +91 976-788-8246*
>>>
>>


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

  [image/jpeg] sample1.jpg (535.7K, 6-sample1.jpg)
  download | view image

  [image/jpeg] sample2.jpg (595.4K, 7-sample2.jpg)
  download | view image

  [image/png] manage_macro.png (459.1K, 8-manage_macro.png)
  download | view image

  [image/gif] manage_macro.gif (315.4K, 9-manage_macro.gif)
  download | view image

  [image/png] option.png (315.3K, 10-option.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* Re: Macro Support UI Design
  2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-08-27 12:50 ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-08-27 13:25   ` Re: Macro Support UI Design Akshay Joshi <[email protected]>
  2020-09-01 06:23     ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
  2020-09-01 06:29       ` Re: Macro Support UI Design Khushboo Vashi <[email protected]>
  2020-09-01 06:36         ` Re: Macro Support UI Design Chethana Kumar <[email protected]>
@ 2020-09-01 09:22           ` Dave Page <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Dave Page @ 2020-09-01 09:22 UTC (permalink / raw)
  To: Chethana Kumar <[email protected]>; +Cc: Khushboo Vashi <[email protected]>; Akshay Joshi <[email protected]>; pgadmin-hackers

On Tue, Sep 1, 2020 at 7:36 AM Chethana Kumar <
[email protected]> wrote:

>
>
> On Tue, Sep 1, 2020 at 11:59 AM Khushboo Vashi <
> [email protected]> wrote:
>
>>
>>
>> On Tue, Sep 1, 2020 at 11:54 AM Chethana Kumar <
>> [email protected]> wrote:
>>
>>> Hi Team,
>>>
>>> I am sort of ok with Khushboo's design solution which re-uses the
>>> existing UI element called sub-node control.
>>>
>>> At the same time, I wanted to increase the ease of use and less
>>> cluttered there.
>>> So for that, I had to get rid of the subnode control to come up with the
>>> new thoughts on to it.
>>>
>>> I have come up with 2 samples where they have a different way of *clearing
>>> multiple shortcut keys.*
>>>
>>> Sample1-
>>> [image: sample1.jpg]
>>>
>>> I like this design (Sample1)
>>
>
> Yes me too because the interaction pattern is as same as the "checkbox"
> one that we have seen already.
> It just inherits the interaction pattern of it.
>
> But let see what others feel.
>

I prefer Sample1. Sample2 makes more sense when you're doing something
"atomic" on a group of objects (e.g. dropping a bunch of tables at once).
Here it seems like you're not likely to ever do that; you'll most likely be
working on one macro at a  time.

It also requires fewer clicks.


>
> ---
> Chethana Kumar
>
>
>
>> Sample2
>>> [image: sample2.jpg]
>>>
>>> *Annotation-*
>>>
>>> [image: manage_macro.png]
>>>
>>>
>>> *Functionality Animation -*
>>> [image: manage_macro.gif]
>>>
>>> I have also attached icon for '*macro*' and I have a small correction
>>> with the dropdown menu as shown below -
>>>
>>> [image: option.png]
>>>
>>> Correction as *Manage macro... *in place of *Manage Macro*
>>>
>>> I need your comments on the same.
>>>
>>>
>>> ----
>>> Chethana Kumar
>>>
>>>
>>>
>>> On Thu, Aug 27, 2020 at 6:55 PM Akshay Joshi <
>>> [email protected]> wrote:
>>>
>>>> Hi Chethana
>>>>
>>>> On Thu, Aug 27, 2020 at 6:27 PM Khushboo Vashi <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Chethana,
>>>>>
>>>>> On Thu, Aug 27, 2020 at 5:58 PM Chethana Kumar <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Khushboo,
>>>>>>
>>>>>> I have a couple of opinions -
>>>>>>
>>>>>> - Can we place "Name" in the first position and then "Key" at the
>>>>>> second?
>>>>>>
>>>>> Basically the key is going to be the non-editable field (unique key)
>>>>> and the user can not change it. Users can only change name and SQL, so the
>>>>> key is in first place.
>>>>>
>>>>>> - I think 'delete' icon suites more than 'clear icon'
>>>>>>
>>>>> We use the delete icon to completely delete the row from the grid but
>>>>> here we are not going to delete the row, only clearing the name and SQL
>>>>> fields for the selected row. So, the macro details against that key will be
>>>>> removed from the database but the key remains in the database.
>>>>>
>>>>
>>>>     For the above two points, I agree with Khushboo.
>>>>
>>>> - Can we have the dropdown menu as below? As you can see user can
>>>>>> select the "entered query from the query editor" then directly press "New
>>>>>> Macro" which saves the user time and energy too.  Please correct me if this
>>>>>> is not something logical working one.
>>>>>>
>>>>> Sure, we can have a drop down menu as you suggested but not sure about
>>>>> the selecting the entered query and can use that directly in the New Macro
>>>>> dialog as we will have a list of macros.
>>>>>
>>>>
>>>>     I will go with "Manage macros..." instead of "<New Macro>" as it
>>>> opens the dialog where the user can edit the Query and Name, we are not
>>>> adding any new keyboard shortcuts. Refer to the pgAdmin 3 screenshot.
>>>>            [image: Screenshot 2020-08-27 at 6.38.47 PM.png]
>>>>
>>>>     Regarding select the query from the query editor and click on the
>>>> menu option won't solve the purpose as we don't know which shortcut key to
>>>> map this query.
>>>>
>>>>>
>>>>> Thanks,
>>>>> Khushboo
>>>>>
>>>>>>
>>>>>> [image: macro.png]
>>>>>>
>>>>>> ---
>>>>>> Chethana Kumar
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Aug 27, 2020 at 5:37 PM Khushboo Vashi <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Aug 27, 2020 at 5:34 PM Dave Page <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> I think you sent this to the wrong mailing list.
>>>>>>>>
>>>>>>> Forwarded to pgadmin-hackers. :)
>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Aug 27, 2020 at 11:08 AM Khushboo Vashi <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi Team,
>>>>>>>>>
>>>>>>>>> I have started working on the feature #1402: Macro support like
>>>>>>>>> pgAdmin 3.
>>>>>>>>>
>>>>>>>>> I am thinking of the design below.
>>>>>>>>>
>>>>>>>>> [image: Macro.png]
>>>>>>>>>
>>>>>>>>> - On clicking upon the Manage Macro, the dialogue will be opened
>>>>>>>>> - In the grid, I have provided Clear Icon instead of Delete as we
>>>>>>>>> will have all the supported macro listed with the shortcut key and the key
>>>>>>>>> will not be editable, so no need to delete the row.
>>>>>>>>> - Add button will be disabled or can be removed.
>>>>>>>>>
>>>>>>>>> - All the configured macros by the user will be displayed in the
>>>>>>>>> list below the Manage Macros menu item and on clicking on the particular
>>>>>>>>> macro, it will be executed in the SQL Editor
>>>>>>>>>
>>>>>>>>> Please provide feedback/suggestions.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Khushboo
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Dave Page
>>>>>>>> VP & Chief Architect, Database Infrastructure
>>>>>>>> EDB: http://www.enterprisedb.com
>>>>>>>>
>>>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>>>> Twitter: @pgsnake
>>>>>>>>
>>>>>>>
>>>>
>>>> --
>>>> *Thanks & Regards*
>>>> *Akshay Joshi*
>>>> *pgAdmin Hacker | Sr. Software Architect*
>>>> *EDB Postgres <http://edbpostgres.com>*
>>>>
>>>> *Mobile: +91 976-788-8246*
>>>>
>>>

-- 
Dave Page
VP & Chief Architect, Database Infrastructure
EDB: http://www.enterprisedb.com

Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake


Attachments:

  [image/png] Macro.png (245.5K, 3-Macro.png)
  download | view image

  [image/png] macro.png (533.7K, 4-macro.png)
  download | view image

  [image/png] Screenshot 2020-08-27 at 6.38.47 PM.png (141.2K, 5-Screenshot%202020-08-27%20at%206.38.47%20PM.png)
  download | view image

  [image/jpeg] sample1.jpg (535.7K, 6-sample1.jpg)
  download | view image

  [image/jpeg] sample2.jpg (595.4K, 7-sample2.jpg)
  download | view image

  [image/png] manage_macro.png (459.1K, 8-manage_macro.png)
  download | view image

  [image/gif] manage_macro.gif (315.4K, 9-manage_macro.gif)
  download | view image

  [image/png] option.png (315.3K, 10-option.png)
  download | view image

^ permalink  raw  reply  [nested|flat] 8+ messages in thread


end of thread, other threads:[~2020-09-01 09:22 UTC | newest]

Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 12:28 Re: Macro Support UI Design Chethana Kumar <[email protected]>
2020-08-27 12:50 ` Khushboo Vashi <[email protected]>
2020-08-27 13:25   ` Akshay Joshi <[email protected]>
2020-09-01 06:23     ` Chethana Kumar <[email protected]>
2020-09-01 06:27       ` Akshay Joshi <[email protected]>
2020-09-01 06:29       ` Khushboo Vashi <[email protected]>
2020-09-01 06:36         ` Chethana Kumar <[email protected]>
2020-09-01 09:22           ` Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox