Admin - category management UI #18

Closed
opened 2026-02-03 04:41:39 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:41:39 +00:00 (Migrated from github.com)

Admin interface for managing step categories:

  • List categories with step counts
  • Create new category
  • Edit category name/description
  • Archive category (soft delete)
  • Reorder categories (display_order)

Reference: PHASE-2.5-PERSONAL-BRANCHING.md

Admin interface for managing step categories: - [ ] List categories with step counts - [ ] Create new category - [ ] Edit category name/description - [ ] Archive category (soft delete) - [ ] Reorder categories (display_order) Reference: PHASE-2.5-PERSONAL-BRANCHING.md
chihlasm commented 2026-02-08 04:07:51 +00:00 (Migrated from github.com)

Implemented admin category management UI with full CRUD operations. Features drag-and-drop reordering (@dnd-kit), step count display, archive/restore functionality, and super admin protection. Includes AdminCategoriesPage, CreateCategoryModal, EditCategoryModal, and CategoryRow components. Client-side step counting for optimal performance. Completed in commit 996b664.

✅ Implemented admin category management UI with full CRUD operations. Features drag-and-drop reordering (@dnd-kit), step count display, archive/restore functionality, and super admin protection. Includes AdminCategoriesPage, CreateCategoryModal, EditCategoryModal, and CategoryRow components. Client-side step counting for optimal performance. Completed in commit 996b664.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#18