You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2007/06/24 18:55:26 UTC

[jira] Created: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

First implementation of Google Product Search (Ex Froogle)
----------------------------------------------------------

                 Key: OFBIZ-1095
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
             Project: OFBiz
          Issue Type: Improvement
          Components: product
    Affects Versions: SVN trunk
         Environment: Mac os
            Reporter: Marco Risaliti
            Priority: Minor
             Fix For: SVN trunk


This is the first implementation of Google Product Search (Ex Froogle) .
Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
As soon as I get free time I will provide a new patch to do last two steps.

Thanks in advance
Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1095:
----------------------------------

    Attachment: google_product_search4.patch

This is a new patch and it's implement the response from Google and handle status (publish and publish draft) and a new service (searchExportAllProductListToGoogle) that can be used to export all the products to Google.
For the moment the disapproved status is not working and so it has been commented.
I agree with Jacopo that the pagination feature is not part of this improvement and so I will open a new issue for this specific improvement.

Thanks in advance
Marco Risaliti

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch, google_product_search3.patch, google_product_search4.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1095:
----------------------------------------

    Assignee: Jacopo Cappellato

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507698 ] 

Marco Risaliti commented on OFBIZ-1095:
---------------------------------------

After that this patch will be review and commited I think that also the issue OFBIZ-276 can be closed.
I start my work from that issue.

Thanks
Marco

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1095:
----------------------------------

    Attachment: google_product_search5.patch

This patch allow to export all the products to google product search.

Thanks
Marco

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch, google_product_search3.patch, google_product_search4.patch, google_product_search5.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509815 ] 

Jacopo Cappellato commented on OFBIZ-1095:
------------------------------------------

Marco,

your first patch is in rev. 552765; I did some changes (mostly) to the getProductPrice method: in fact the "price" output field (of the calculateProductPrice service) is the right one to use (even if the product is not "on sale").
Thanks!


> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1095:
----------------------------------

    Attachment: google_product_search2.patch

This new patch permit to use the paging on/off in the searching of products and after that this patch will be applied it will be possible to export all the products linked to a category to Google Product Search without surfing all the pages,

Thanks
Marco

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1095:
----------------------------------

    Attachment: google_product_search.patch

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510650 ] 

Jacopo Cappellato commented on OFBIZ-1095:
------------------------------------------

Marco,

most of your last patch (#3) is in svn with. rev. 553830
It looks very good, thanks.
I've only left out the part related to the new PAGING attribute for the ProductSearch stuff, that can be used to enable or disable pagination.
We should probably move that part to a separate issue because it is not strictly related to the Google Export, and most of all because I'd like to get feedback from other committers about it.

Thanks,

Jacopo


> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch, google_product_search3.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1095:
----------------------------------

    Attachment: google_product_search3.patch

This new patch replace the google_product_search2.patch and it add also new features.
1) Now in the OFBiz product search is possible to select all the products using the checkbox in the heading of the products list
2) In the google export screen it will now possible to select which type of action to do with Google Product Search (insert, update) and it's now also possibile to select which status the items has to be in the Google Product Search dashboard (published, published draft, deactivated)

Is still not possible to send the status of the items to Google because is not still implemented (probably with the next patch), now the status is present only on the screen but is not handled.
When any products has been selected on the OFBiz product search any error message has still be shown.
The response from google of the batch operation is still to be done.

Thanks
Marco 

> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch, google_product_search3.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1095) First implementation of Google Product Search (Ex Froogle)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1095.
------------------------------------

    Resolution: Fixed

I'm closing this issue now that the basic stuff is in svn.


> First implementation of Google Product Search (Ex Froogle)
> ----------------------------------------------------------
>
>                 Key: OFBIZ-1095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1095
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Mac os
>            Reporter: Marco Risaliti
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: google_product_search.patch, google_product_search2.patch, google_product_search3.patch, google_product_search4.patch, google_product_search5.patch
>
>
> This is the first implementation of Google Product Search (Ex Froogle) .
> Now from the advanced product search once selected the products in the bottom of the list you have a new button (Export to Google Base) that permit to send the selected rows to Google Base.
> For the moment the action to perform (insert,update,delete) and status of items (draft, published, disapproved) in Google Base cannot be selected and they are hard-coded in the source.
> As soon as I get free time I will provide a new patch to do last two steps.
> Thanks in advance
> Marco  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.