-
Notifications
You must be signed in to change notification settings - Fork 373
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
Variant creation enhancement #798
Variant creation enhancement #798
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/admin/src/Http/Livewire/Components/Products/AbstractProduct.php
Outdated
Show resolved
Hide resolved
bb9ea0c
to
c907cfc
Compare
…m/wychoong/lunar into feat/variant-creation-enhancement
public function setUp(): void | ||
{ | ||
parent::setUp(); | ||
|
||
$this->markTestSkipped('variant generation test should be in livewire\AbstractProduct component'); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test is skipped for now and should be in AbstractProduct save
but for a shop with large catalogue, the staff may not remember which variant have customer group pricing enabled. for product with few variants may not be a pain to click thru each of it to change the price as this ui change is to bring some ease to quick edit sku, a quick poc looks like this, i think is quite ok Screen.Recording.2023-02-24.at.19.51.07.movto avoid making it too complicated, this is only for during Edit, not Create |
We still need to review this properly, but priorities have prevented it. Due to this and file conflicts, I have converted to Draft for the moment. |
@wychoong this is a nice improvement, but considering our ambition to move to Filament v3, can you let me know if you still want to be working on this update now? Happy to review and feedback if you do. |
If the plan is to use Filament's form builder, I think it will be better to wait for v3. |
OK, I will close this PR then. Thanks. |
@wychoong Due to timeframes and client commitments, we would like to continue this development. Would you like to work on it, or shall we take over the development? |
I think would be best for you to take over the development as I’m currently working on another items. |
Thanks for confirming, will do. |
closes #790
features
some quirks
Screen.Recording.2023-01-11.at.23.21.14.mov