-
Notifications
You must be signed in to change notification settings - Fork 127
Add feature: an item owner should be able to edit an item #11
Comments
Hi, can I get assigned to this task since I've already started implementing the necessary features? |
Hi @lambrina. Thanks for working on this! GitHub is only letting me assign members of the Lagom organization, but I think with the comment you've already left that should be enough to keep others from duplicating the work. |
P.S., this has already been implemented in online-auction-java, so it's a good idea to use the Java implementation as a guide for how it should be implemented in Scala: https://github.com/lagom/online-auction-java/blob/master/item-impl/src/main/java/com/example/auction/item/impl/ItemServiceImpl.java#L91 |
@TimMoore Thank you for the advice 👍 |
Hi @lambrina and @nomthysmylz, it looks like you are both working on the same issue at once. 🤔 |
@lambrina I didn't realise you were working on this too.... 😬 I should have rechecked this before submitting my PR 🙈 🙈 🙈 |
@nomthysmylz no worries, we should probably coordinate tasks better for the future though. Have you finished it yet? |
@lambrina online-auction-scala/pull/27/files thats how far I had gone on this |
Hi @nomthysmylz and @lambrina, the If you ignore the verbosity of Java and some unrelated small refactors, you can get an idea of the size of the |
@nomthysmylz & @lambrina could you let us know what your plans are for this? Would you like to collaborate on it together? |
@TimMoore Sure! @nomthysmylz How would you like to split the work? |
As an Item owner I want to edit an item's description and auction settings before I start the auction.
I also want to edit the description and title once the auction is already started.
The text was updated successfully, but these errors were encountered: