Hi to all,
So I can start to move the integration of Google Product Search that now is inside the product application to a specialpurpose application ? Which application name I have to use ? googleProductSearch is too long ? May I have to create a new file for the labels(GoogleProductSearchUiLabels) specific for this application and removed the labels used by "Export to Google Product Search" in it ? The link "Export to Google Product Search" on the product search will point to the new application but the request/view map has to be remain into the product application. If you agree with me I can proceed and create a new issue/patch to implement this new feature. Thanks in advance Marco |
How about googleBase? That seems to be the name of the actual interface.
Scott On 27/10/2007, [hidden email] <[hidden email]> wrote: > > Hi to all, > > So I can start to move the integration of Google Product Search that now > is inside the product application to a specialpurpose application ? > Which application name I have to use ? > googleProductSearch is too long ? > May I have to create a new file for the > labels(GoogleProductSearchUiLabels) specific for this application and > removed the labels used by "Export to Google Product Search" in it ? > The link "Export to Google Product Search" on the product search will > point to the new application but > the request/view map has to be remain into the product application. > If you agree with me I can proceed and create a new issue/patch to > implement this new feature. > > Thanks in advance > Marco > |
In reply to this post by mrisaliti@libero.it
Should probably throw my 2 cents in on the rest:
On 27/10/2007, [hidden email] <[hidden email]> wrote: > > So I can start to move the integration of Google Product Search that now > is inside the product application to a specialpurpose application ? Yes please :-) May I have to create a new file for the labels(GoogleProductSearchUiLabels) > specific for this application and removed the labels used by "Export to > Google Product Search" in it ? Yeah they would need to be moved to the new app The link "Export to Google Product Search" on the product search will point > to the new application but > the request/view map has to be remain into the product application. You would remove the link in the catalog app, and create a new screen in the new app specifically for exporting the products reusing the existing artifacts from the catalog app. If you agree with me I can proceed and create a new issue/patch to implement > this new feature. Please do :-) thanks Marco Regards Scott |
Administrator
|
Nice to see you back Scott :o)
Jacques De : "Scott Gray" <[hidden email]> > Should probably throw my 2 cents in on the rest: > > On 27/10/2007, [hidden email] <[hidden email]> wrote: > > > > So I can start to move the integration of Google Product Search that now > > is inside the product application to a specialpurpose application ? > > > Yes please :-) > > May I have to create a new file for the labels(GoogleProductSearchUiLabels) > > specific for this application and removed the labels used by "Export to > > Google Product Search" in it ? > > > Yeah they would need to be moved to the new app > > The link "Export to Google Product Search" on the product search will point > > to the new application but > > the request/view map has to be remain into the product application. > > > You would remove the link in the catalog app, and create a new screen in the > new app specifically for exporting the products reusing the existing > artifacts from the catalog app. > > If you agree with me I can proceed and create a new issue/patch to implement > > this new feature. > > > Please do :-) thanks Marco > > Regards > Scott > |
In reply to this post by mrisaliti@libero.it
Hi Scott,
I agree with you for use googlebase as new application name. Probably I have not understand what you mean with this point: You would remove the link in the catalog app, and create a new screen in the new app specifically for exporting the products reusing the existing artifacts from the catalog app. Because, the export to google base use the ofbiz product search and once the user has selected which product want to exports it simply call a service that export the list to google base. Or we want to duplicate the product search/export functionality into the googlebase application ? Thanks Marco > Should probably throw my 2 cents in on the rest: > > On 27/10/2007, [hidden email] <[hidden email]> wrote: > > > > So I can start to move the integration of Google Product Search that now > > is inside the product application to a specialpurpose application ? > > > Yes please :-) > > May I have to create a new file for the labels(GoogleProductSearchUiLabels) > > specific for this application and removed the labels used by "Export to > > Google Product Search" in it ? > > > Yeah they would need to be moved to the new app > > The link "Export to Google Product Search" on the product search will point > > to the new application but > > the request/view map has to be remain into the product application. > > > You would remove the link in the catalog app, and create a new screen in the > new app specifically for exporting the products reusing the existing > artifacts from the catalog app. > > If you agree with me I can proceed and create a new issue/patch to implement > > this new feature. > > > Please do :-) thanks Marco > > Regards > Scott > |
Hi Marco
On 27/10/2007, [hidden email] <[hidden email]> wrote: > > Or we want to duplicate the product search/export functionality into the > googlebase application ? That was what I had in mind, you wouldn't be duplicating as such just reusing where possible, take a look at the asset maintenance app's Warehouse tab that reuses the facility screens. Scott |
In reply to this post by Jacques Le Roux
As time permits :-)
Thanks Scott On 27/10/2007, Jacques Le Roux <[hidden email]> wrote: > > Nice to see you back Scott :o) > > Jacques > > De : "Scott Gray" <[hidden email]> > > Should probably throw my 2 cents in on the rest: > > > > On 27/10/2007, [hidden email] <[hidden email]> wrote: > > > > > > So I can start to move the integration of Google Product Search that > now > > > is inside the product application to a specialpurpose application ? > > > > > > Yes please :-) > > > > May I have to create a new file for the > labels(GoogleProductSearchUiLabels) > > > specific for this application and removed the labels used by "Export > to > > > Google Product Search" in it ? > > > > > > Yeah they would need to be moved to the new app > > > > The link "Export to Google Product Search" on the product search will > point > > > to the new application but > > > the request/view map has to be remain into the product application. > > > > > > You would remove the link in the catalog app, and create a new screen in > the > > new app specifically for exporting the products reusing the existing > > artifacts from the catalog app. > > > > If you agree with me I can proceed and create a new issue/patch to > implement > > > this new feature. > > > > > > Please do :-) thanks Marco > > > > Regards > > Scott > > > |
Administrator
|
In reply to this post by Scott Gray
Marco,
And if useful you can may use a request in the googlebase controller using target-type=inter-app in the form definition. Preferable to keep request in the module. Please see https://issues.apache.org/jira/browse/OFBIZ-1180 for more Thanks Jacques ----- Message d'origine ----- De : "Scott Gray" <[hidden email]> À : <[hidden email]> Envoyé : vendredi 26 octobre 2007 14:02 Objet : Re: Enhance the integration with Google Product > Hi Marco > > On 27/10/2007, [hidden email] <[hidden email]> wrote: > > > > Or we want to duplicate the product search/export functionality into the > > googlebase application ? > > > That was what I had in mind, you wouldn't be duplicating as such just > reusing where possible, take a look at the asset maintenance app's Warehouse > tab that reuses the facility screens. > > Scott > |
In reply to this post by Scott Gray
Scott Gray wrote:
> Hi Marco > > On 27/10/2007, [hidden email] <[hidden email]> wrote: >> Or we want to duplicate the product search/export functionality into the >> googlebase application ? > > > That was what I had in mind, you wouldn't be duplicating as such just > reusing where possible, take a look at the asset maintenance app's Warehouse > tab that reuses the facility screens. > > Scott > Yes, the idea is to create a new empty web application in the new "googlebase" component, the main screen would be the product search screen (you can do this simply adding the controller entries in controller.xml, exactly the same that are in the catalog application); then when the search form is submitted you should redirect it to the google export screen instead of the search result screen. After this is done we can remove the link "export to google" at the bottom of the search screen. Jacopo |
Free forum by Nabble | Edit this page |