Tags and Tag Groups deserve a more visible place in the admin menu

I was just browsing through the new admin menus and boy, do I like them.

But one of the main things that has always felt a bit tucked away are the /tags and /tag_groups pages.

Now we have the new Content section in the Admin menu which has a “categories and tags” tab but it takes a lot of effort to discover how to get to those pages (the setting “Tags listed by group” accidentally has a link to /tags, and that has a way to get to /tag_groups in the top right dropdown, but that feels more like an accidental thing).

From a technical point of view those pages are not even admin pages, even though tag_groups has before_action :ensure_staff, except: [:search]

But I think - just like Groups - these pages deserve a more prominent place in /admin. Maybe as separate tabs in Content ?

1 Like