Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Community Tags Management to Admin Panel #11356

Open
dillchen opened this issue Mar 10, 2025 · 0 comments · May be fixed by #11360
Open

Add Community Tags Management to Admin Panel #11356

dillchen opened this issue Mar 10, 2025 · 0 comments · May be fixed by #11360
Assignees

Comments

@dillchen
Copy link
Contributor

Description

Implement a new section in the Admin Panel that allows site administrators to create, edit, and manage Community Tags. This will improve community organization and discoverability.

Project Owner

@dillchen

Acceptance Criteria

  • Admin users can view a list of all existing community tags with usage statistics
  • Admin users can create new tags with name and description
  • Admin users can edit existing tag properties
  • Admin users can delete tags with proper safeguards for tags in use
  • Admin users can assign tags to communities from a searchable interface
  • UI follows existing Admin Panel design patterns and responsiveness

Implementation Notes

  • Create a new CommunityTagsTask.tsx component and add to AdminPanelPage.tsx
  • Leverage existing database tables (Tags, CommunityTags)
  • Implement RESTful API endpoints for tag CRUD operations
  • Use existing UI components (CWButton, CWText, CWTable, CWSelectList)
  • Add proper validation, error handling, and success confirmations
  • Consider pagination for performance with large datasets
  • Ensure mobile-friendly responsive design

Dependencies

  • Requires admin authentication
  • Builds on existing Admin Panel infrastructure
  • Uses existing tag data models

Estimated Effort

Medium (2-3 story points)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant