I would like to see a couple of commands that would help me gather information on tag usage.
Tag subscription Statistics
For every tags in the system, dump the number of users that have the tag marked as interesting and ingored.
This would allow an admin to know what tags are being followed (as opposed to how the questions are classified).
manage.py tag-sub-stats Tag Interesting Ignore =============== =========== ====== centOS 2 0 fedora 22 5 ...
User Tags Usage
For every user in the system, prints out the list of ignored and followed tags
manage.py tag-user-list
User Tags
=============== ======
joe Int: red-hat fedora centOS
Ign: ubuntu suse
bob Int: ubuntu
Ign: fedora
Made a simple command get_tag_stats (in revision 0.6.61) to be used with one of the options - either -t - per tag or -u - per user. The output format is a little different, I think yours is better for the 'tag-user-list'. I can fix that if you like.
The command is also described at the documentation page (browser cache may need to be purged - still need to fix the caching of doc pages).
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-01-14 09:43:43 -0500
Seen: 52 times
Last updated: Jan 21 '11
Can the interface for searching with tags be improved?
ignored tags update doesn't force refresh
Is there a way to purge unused tags from the DB?
Is it possible to follow a user on AskBot?
Feature request: Add classes to body in default skin
Search related questions when posting a question
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.