indiehd / velkart

An extensible shopping cart, order management, and payment processing system built upon clean-coding principles and designed for Laravel.
GNU Affero General Public License v3.0
1 stars 4 forks source link

Category Implementation #12

Open poppabear8883 opened 4 years ago

poppabear8883 commented 4 years ago

Product Categories

Some examples:

etc ...

Do we need a SubCategory ?

Example

Should include:

UncertaintyP commented 4 years ago

Some sort of nested sets probably?! https://github.com/franzose/ClosureTable/blob/master/src/Franzose/ClosureTable/Models/ClosureTable.php https://github.com/etrepat/baum

poppabear8883 commented 4 years ago

baum looks interesting. I would entertain this type of implementation here

cbj4074 commented 4 years ago

Aside from Baum's last update being over 5 years ago, it looks like a solid Nested Sets implementation. If the author won't keep it up-to-date, we may be able to.

poppabear8883 commented 2 years ago

I see we merged a PR that references this issue, Is this issue completed ? If so, lets close it.