Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Update CreateItem command #72

Open
yg-apaza opened this issue Mar 27, 2017 · 1 comment
Open

Update CreateItem command #72

yg-apaza opened this issue Mar 27, 2017 · 1 comment

Comments

@yg-apaza
Copy link
Contributor

./item-impl/src/main/java/com/example/auction/item/impl/ItemServiceImpl.java:82:
// TODO: remove this PItem from here and pass the 3 values in the command?
./item-impl/src/main/java/com/example/auction/item/impl/PItemCommand.java:23:
// TODO: change payload of this command.

PItemCommand.CreateItem (item-impl) should take 3 params:

  • itemId: UUID
  • userId: UUID
  • details: PItemData

And remove PItem object in ItemServiceImpl#createItem

@ignasi35
Copy link
Contributor

Related #15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants