-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
π₯β¨ Marketplace
: Selling Products
: Archiving Products
#2023
Comments
16 tasks
zspencer
changed the title
π₯ Removing
π₯β¨ Dec 12, 2023
Product
sMarketplace
: Selling Products
- Delisting Products
zspencer
changed the title
π₯β¨
π₯β¨ Dec 12, 2023
Marketplace
: Selling Products
- Delisting Products
Marketplace
: Selling Products
: Delisting Products
zspencer
added a commit
that referenced
this issue
Dec 13, 2023
- #2023 This makes sure once we archive a product it can't be purchased for sale. I still need to add the actual buttons to archive the product.
zspencer
changed the title
π₯β¨
π₯β¨ Dec 13, 2023
Marketplace
: Selling Products
: Delisting Products
Marketplace
: Selling Products
: Archiving Products
zspencer
added a commit
that referenced
this issue
Dec 13, 2023
- #2023 Removing products from sale seems useful
zspencer
added a commit
that referenced
this issue
Dec 15, 2023
- #2023 This makes sure once we archive a product it can't be purchased for sale. I still need to add the actual buttons to archive the product.
zspencer
added a commit
that referenced
this issue
Dec 15, 2023
- #2023 Removing products from sale seems useful
zspencer
added a commit
that referenced
this issue
Dec 15, 2023
- #2023 `Products` may be `Archived`, and `Removed` if `#unordered?`. Archived `Products` are not available for sale. This also wraps the `Products#new` and `Products#edit` pages with the `Marketplace::ManagementComponent` which is a much better experience.
zspencer
added a commit
that referenced
this issue
Dec 17, 2023
- #2023 Archived `Products` are no longer shown on the `Products` page.
zspencer
added a commit
that referenced
this issue
Jan 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marketplace
: Selling π₯‘Products
Β #1324, it is sometimes necessary to remove aProduct
from sale. In cases where theProduct
has beenOrdered
, we can't delete the record completely; as it would result in invalidOrder
data. In cases where theProduct
has not beenOrdered
we can safely delete it.Listed
toDelisted
toDestroyed
Use Cases
Products
Products
that have not beenOrdered
Product
that had been previouslyArchived
The text was updated successfully, but these errors were encountered: