Modify ↓
Opened 18 years ago
Closed 17 years ago
#1026 closed enhancement (wontfix)
use annotations semantics for tags
Reported by: | Ittay Dror | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
it would be nice if i could parameterize tags. for example, use tags on task items to evaluate how much time they take. i'd tag an item as work(3), to indicate it will take 3 days. then, i can query for all items tagged 'work(>2)', to get all tasks that take more than two days.
in general, the syntax for tagging is 'tag(a,b,c)' and for searchig is 'tag(op val, op val, op val)'
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Interesting idea, but outside the scope of TagsPlugin.