PodWarden
User ManualPodWarden Hub

Admin: Categories

Category CRUD with private catalog access management per organization

PodWarden Hub admin categories
Category list with template counts, private access badges, and action buttons for edit, delete, and access management

What you see

URL: /dashboard/admin/categories (requires admin or superadmin role)

The Admin Categories page lets you create, edit, and delete template categories. Categories organize the template catalog and appear in the sidebar filter on the catalog and template pages.

The page has a header with the title and an "Add Category" button. Below that is a card listing all categories with their template counts and action buttons.

Fields / columns

Each category row shows:

FieldDescription
IconCategory icon (Lucide icon name)
NameCategory display name
SlugURL-friendly identifier
Sort orderNumeric value controlling display order in the sidebar
DescriptionBrief category description
Template countNumber of templates assigned to this category
PrivateWhether the category is private (requires explicit org access)
Access countNumber of organizations with access (private categories only)

Available actions

ActionWhereWhat it does
Add CategoryPage header buttonOpens the create modal with empty fields
EditPencil icon per rowOpens the edit modal pre-filled with category data
DeleteTrash icon per rowDeletes the category. Disabled if the category has templates.
Manage accessUsers icon per row (private categories only)Opens the access management modal

Create/Edit modal fields

FieldDescription
NameCategory display name
SlugURL-friendly identifier. Auto-generated from name on create, editable on update.
DescriptionBrief description
IconLucide icon name (e.g. Brain)
Sort OrderNumeric display order
Private catalogCheckbox. When checked, only organizations with explicit access can see templates in this category.

Access management modal

For private categories, the access modal shows:

  • A list of organizations that currently have access, each with a revoke button.
  • A dropdown to select an organization and a "Grant" button to add access.
ActionWhat it does
GrantGives the selected organization access to this private category
RevokeRemoves an organization's access to this private category

Status badges

BadgeMeaning
PrivateCategory is restricted to organizations with explicit access
N templatesNumber of templates in the category

Related docs

  • Admin Templates -- Template management (each template belongs to a category)
  • Admin Organizations -- Manage org access to private catalogs from the org side
  • Catalog -- Public catalog filtered by categories