System Information
- Strapi Version: 4.0.6 Community
- Operating System: Windows
- Database: SQLite
- Node Version: 14.18.2
- NPM Version: 6.14.15
- Yarn Version: 1.22.4
Looking to develop a business directory backend using Strapi. I was wondering if there were any best practices or suggestions from others on how to best set up the category hierarchy collections.
I started out with a simple category collection: Parent Cat. Cat. Name. Slug. but I can already see potential issues creating the listings and having a mix of Parent Categories and subcategories.
My use case could potentially have 50+ Parent categories with those parents having multiple subcategories and so on and potential subcategories having their own subcategories.
- Parent 1
- -Sub Category 1
- -Sub Category 2
-
-- Sub Category 3
Let me know if there are any questions and really appreciate any assistance.