Closed Bug 721143 Opened 12 years ago Closed 12 years ago

wiki: investigate kuma tagging

Categories

(developer.mozilla.org Graveyard :: Editing, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: groovecoder, Assigned: lorchard)

References

Details

(Whiteboard: u=user c=wiki p=1)

Find out how kuma uses tagging, if at all.
Going to poke at this
Assignee: nobody → lorchard
Initial findings:

* Kuma wiki inherits tagging from Kitsune, which uses django-taggit

* Kitsune uses django-taggit, but with modifications to enforce choices from a predetermined vocabulary of tags

* The vocabulary depends on what's already present in the taggit_tag database - eg. added by data import or admin pages. Users can't make up new tags. 

* Documents can be listed by tag filter in Kuma view

* Tags are not currently shown in the document template

* Tag editing is not currently enabled in document editing

Next steps:

* Migrate tags over from MindTouch as part of bug 710722

* Enable tag display in document view, with links to doc listing filtered by tag

* Enable tag management in document editing

* Remove the constrained tagging vocabulary code to maintain feature parity with MindTouch, maybe add a tag suggestion / auto-complete field like the profile page uses.
Blocks: 722467
Going to call this closed, since it was just a research bug and I have researched it.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Version: Kuma → unspecified
Component: Docs Platform → Editing
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.