Adam Lee

Results 16 issues of Adam Lee

Reference to #411 This PR will allows you to register your own models to swap and extend with the core models. Note didn't have time to create the unit tests...

As requested #454 Here is the PR to manage brands. Still to do - Additional tests - Product relation table if required?

Re-submitted #405 PR due to auto closed, renamed branch to split out functionality. This one is specifically for managing product features, in draft as refactor is planned once approved, so...

Referenced to #408 @glennjacobs @alecritson You can now autoload components without having to register via AdminHubServiceProvide. This is the 1st step before my refactoring suggestions for the livewire page and...

This is the 2nd PR (WIP) in relation to #408 This includes merges from branches (#456 #421 #461) I don't think we need the duplication of the show edit index...

@glennjacobs I can see this one was started so I have continued this grouping feature. If we can't make the next beta release then please include in the new develop...

With this PR you can now setup your Product Options for each ProductType. The changes you make here will be stored with the product type attribute data. You can currently...

See #406 Duplicated Product Feature section to manage product options. Validation and tests + refactor still to do so opening up this PR in draft.

I would say perhaps not everyone will use this feature depend on the shop and the data they have, this could be behind a feature-flag to enable after install. In...

feature

Currently for any new livewire components these need to be registered in `AdminHubServiceProvider` There is a better way. Although livewire does not currently support registering outside the app namespace. Dan...

enhancement
open-to-contribution