You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user offering trades, it must be possible to review the items that are currently list for trade. Additionally it must be possible to see a grouping of offers that are open for a particular item that is listed. It must be possible to either accept or deny one of these offers.
Narrative
A user has a public character that posses an item they'd like to trade, they can simply click a button to offer it to the market. The user is presented with a form that they fill that lists what items they want in return. The user clicks the button to list the item and it will be listed. When another user offers one of their items in exchange that should be listed in the details of the trade. As the issuer of the trade the user can accept the trade, or reject it.
Out of scope
N/A
Acceptance criteria
#
Given
When
Then
1
I am a user with a character which owns items
i fill a form to trade an item
it is listed on the market
2
i am user with a trade list
i accept another user's offer for my item
i receive the offered item and the traded item is given
3
i am user with a trade list
i reject another user's offer for my item
the offer is deleted from the list
The text was updated successfully, but these errors were encountered:
User story
As a user offering trades, it must be possible to review the items that are currently list for trade. Additionally it must be possible to see a grouping of offers that are open for a particular item that is listed. It must be possible to either accept or deny one of these offers.
Narrative
A user has a public character that posses an item they'd like to trade, they can simply click a button to offer it to the market. The user is presented with a form that they fill that lists what items they want in return. The user clicks the button to list the item and it will be listed. When another user offers one of their items in exchange that should be listed in the details of the trade. As the issuer of the trade the user can accept the trade, or reject it.
Out of scope
N/A
Acceptance criteria
The text was updated successfully, but these errors were encountered: