cdriehuys/django_helpcenter

Tags

Opened this issue · 2 comments

Articles should be able to be tagged. Tags would be searchable, and users could browse articles with certain tags. Tags should also have an optional html_classes field that would end up being applied to the element that the article is rendered in. This would allow for styling based on an article's tag.

Example use case:
An article could be tagged with FAQ, and then it would be rendered with the class faq-article for example. Then the user could insert extra space between headings to separate different questions.

The concept of tagging is good, but the html_classes is out of the scope of this project (at least for now).

While adding tags is simple (we'll probably use django-taggit), they're only really useful if you can use them for sorting. This will require an overhaul of all views that list articles, and will probably be grouped with #10.

What this means is we're removing this from milestone v0.7.0