PostHog / squeak

A Q&A widget for your docs

Home Page:https://squeak.posthog.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manage tags (internal vs external)

corywatilo opened this issue · comments

Sometimes you might want to use tags for internal purposes.

Example: tutorial-needed

☝️ where a question might lead to the realization there's more documentation needed

A tag like this shouldn't appear on the site, but would be useful to filter in admin.

Proposal: Tag management page

There should be a page in Squeak! admin (settings) that lists all tags, with a toggle for visibility.

Displaying tags in squeak-react

Showing all public tags

In some places like posthog.com/questions, we want to display all available (public) tags.

JS: Limit questions to specific tag(s)

In other cases, we want to limit results to specific tags. (Eg: on a page about Kubernetes, tags=kubernetes)

In both cases, we should only show tags that have questions filed under them. (More about this in squeak-react#47)