Multi-category support for locations #1

Open
opened 2026-05-21 17:19:46 +00:00 by jmiller · 0 comments
Owner

Summary

Locations should support belonging to multiple categories with parent/child hierarchy.

Requirements

  • Categories table with parent_id for hierarchy
  • Category-location junction table (many-to-many)
  • Category CRUD in admin (name, alias, description, color, icon, ordering)
  • Categories should support tags (Joomla tags integration)
  • Categories should support custom fields (com_fields)
  • Category tree display in admin

Acceptance Criteria

  • Categories can be created/edited/deleted in admin
  • Locations can be assigned to multiple categories
  • Categories support parent/child nesting
  • Category has color, icon, and description fields
  • Tags can be added to categories
  • Custom fields can be defined per category
## Summary Locations should support belonging to multiple categories with parent/child hierarchy. ## Requirements - Categories table with parent_id for hierarchy - Category-location junction table (many-to-many) - Category CRUD in admin (name, alias, description, color, icon, ordering) - Categories should support tags (Joomla tags integration) - Categories should support custom fields (com_fields) - Category tree display in admin ## Acceptance Criteria - [ ] Categories can be created/edited/deleted in admin - [ ] Locations can be assigned to multiple categories - [ ] Categories support parent/child nesting - [ ] Category has color, icon, and description fields - [ ] Tags can be added to categories - [ ] Custom fields can be defined per category
jmiller reopened this issue 2026-05-21 22:38:22 +00:00
jmiller added the status: pending-testing label 2026-05-21 22:38:42 +00:00
jmiller added pending: testing and removed status: pending-testing labels 2026-05-22 01:57:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomStoreLocator#1