#165: Per-user tagging overview
-------------------------+--------------------------------------------------
 Reporter:  vengmark     |       Owner:  vengmark
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:  v1.0    
Component:  WebTag       |     Version:  v0.99.1 
 Keywords:               |  
-------------------------+--------------------------------------------------
 `/yourtags/display` should give users an overview of their own use of
 tags.


 == Table view: ==
 ||= Tag↓ || Count =||
 || [# bar] || 5 ||
 || [# baz] || 10 ||
 || [# foo] || 1 ||

 The headers should be clickable to change the sort column and/or order:
 ||= Tag || Count↑ =||
 || [# baz] || 10 ||
 || [# bar] || 5 ||
 || [# foo] || 1 ||

 == Cloud view: ==
 {{{
 #!html
 <span style="font-size: 120%"><a href="#">bar</a></span> <span style
 ="font-size: 150%"><a href="#">baz</a></span> <span><a
 href="#">foo</a></span>
 }}}

 == Tag relatedness graph ==
 Generate [http://www.graphviz.org/pdf/dotguide.pdf dot] files and render
 them using the [http://www.graphviz.org/ Graphviz] "neato" mode to SVG /
 PNG for display. To avoid overload, we could limit it to any one of the
 following:
 * Tags which are used more than once
 * Tags which are used with other tags (i.e., skip records with only a
 single tag to avoid single-tag "islands")
 * Pairs of tags which are used together more than once

-- 
Ticket URL: <http://invenio-software.org/ticket/165>
Invenio <http://invenio-software.org>

Reply via email to