dushkindigital / marketmap

New, clean repo for Shekhar
2 stars 0 forks source link

How does update of LiberecoListing or EbayListing should work? #24

Closed shekhargulati closed 12 years ago

shekhargulati commented 12 years ago

Suppose user created LiberecoListing and then he created an EbayListing for that. Should the user now be allowed to update the LibereoListing like changing the name of item etc. And also should the user be allowed to change the EbayListing after it has been created?

I think after any marketplace listing has been created we should make the LiberecoListing immutable. Also all marketplace related listings like EbayListing should be immutable. What you guys think about it?

prp commented 12 years ago

From a usability point of view, I could imagine that a user would like to update a listing through the Libereco mobile application after it was created. This is functionality that they also get from existing marketplaces, so we should support it.

It's something that we should discuss but the way that I think about is that when a user updates a field that is part of the LiberecoListing (or part of the EbayListing), that change should be propagated to the corresponding (potentially multiple) marketplaces via appropriate 'update listing' API calls. What do you think about this? Thanks.

shekhargulati commented 12 years ago

I am closing this issue as we had discussion on how we want to implement this functionality. I will create a new issue for implementation.