[ 
https://issues.apache.org/jira/browse/OFBIZ-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631402#action_12631402
 ] 

David E. Jones commented on OFBIZ-1955:
---------------------------------------

I've just written a bunch on this topic and Jira was kind enough to throw it 
away for me (having a form appear like this at the bottom when you click on a 
button is a BAD BAD design because if the form submit HTTP request fails all of 
what you wrote is magically gone...).

Getting to the point... what is the point of this patch? Patrick, you wrote 
"The aim of this patch is to know to which productStore Company a customer 
create an account in," but that's the only real clue we have. What is the 
business need behind this? What will this information be used for, or what is 
the problem that this information is meant to help solve?

Seriously, without that information from Patrick we're all just guessing and 
poking around in the dark.

> Create a party relationship between a new customer and the product store in 
> the eCommerce application
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1955
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1955
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Patrick Antivackis
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-1955.patch
>
>
> When a new user is creating its own account in an eCommerce application, a 
> CUSTOMER profile is created to this new user, but no relationship is made 
> between this new user and the product store.
> The enclosed patch will create a relationshop of type CUSTOMER_REL between 
> the user (partyIdFrom) with the profile CUSTOMER (roleTypeIdFrom) and the 
> data store (partyIdTo) with profile _NA_ (roleTypeIdTo) 

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

Reply via email to