Closed
Bug 721143
Opened 13 years ago
Closed 13 years ago
wiki: investigate kuma tagging
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: groovecoder, Assigned: lorchard)
References
Details
(Whiteboard: u=user c=wiki p=1)
Find out how kuma uses tagging, if at all.
| Assignee | ||
Comment 2•13 years ago
|
||
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.
| Assignee | ||
Comment 3•13 years ago
|
||
Going to call this closed, since it was just a research bug and I have researched it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•