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 Tags Section to Admin #43

Open
MitchellMcKenna opened this issue Oct 29, 2012 · 0 comments
Open

Add Tags Section to Admin #43

MitchellMcKenna opened this issue Oct 29, 2012 · 0 comments

Comments

@MitchellMcKenna
Copy link
Owner

  • Inside this section there is a paginated list of all the tags.
  • Sorted by popularity by default, but sort by name as well.
  • Ability to see those tags which aren't assigned to a public posts.
  • Button to force cleanup(); which removes tags not assigned to any posts (then item_model::clean_tags() will not have to run as often).
  • Tags can be deleted and all items with that tag will have that relationship removed.
  • Ability to change the name or slug of a tag.
  • Tags can be merged, during a merge user can specify name and slug.
  • Maybe even ability to map a tag found in future posts to be tagged with another tag instead.
  • The tags list in the admin sidebar can then be removed or limited at 50 (as this list can get unwieldy and cause long page load times in the admin section).

Refs #38

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

No branches or pull requests

1 participant