Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Implemenation of the Auction House #390

Closed
No767 opened this issue Jul 25, 2023 · 0 comments
Closed

[Task] Implemenation of the Auction House #390

No767 opened this issue Jul 25, 2023 · 0 comments
Assignees
Labels
tasks When there is a task to do v0.11.0 v1 Tasks, features, or bugs that need to be added or completed for Kumiko v1
Milestone

Comments

@No767
Copy link
Owner

No767 commented Jul 25, 2023

Task Description

Kumiko's original auction house used rabbitmq and redis in order to queue up items. Now we don't need them. The AH v2 works like this:

A user (User A, or UA) buys an item from the marketplace, which another user has already made from their job. That item is under UA's property. Now UA wants to sell it off, and UA lists the item on the Auction House. UD has seen the item and purchases the item, which now is under UD's ownership.

UA also has the option to completely "dispose" of the item, aka listing it back onto the marketplace

This provides a cycle for the end user to buy and then keep, or dispose or sell off the item

@No767 No767 self-assigned this Jul 25, 2023
@No767 No767 added tasks When there is a task to do v1 Tasks, features, or bugs that need to be added or completed for Kumiko v1 v0.11.0 labels Jul 25, 2023
@No767 No767 added this to the v0.11.x milestone Aug 5, 2023
@No767 No767 closed this as completed in 14f61c4 Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tasks When there is a task to do v0.11.0 v1 Tasks, features, or bugs that need to be added or completed for Kumiko v1
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant