Using tags or links to represent attributes

master
AlexandreDupas 2009-09-03 04:56:35 -04:00 committed by Joey Hess
parent dd96853fe3
commit 70c9d175b5
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
How about using tags/links to associate attributes with requirements?
This could be as simple as adding a link, fo e.g. :
* If it is traceable or not
+ \[[attributes/traceable]]
+ \[[attributes/untraceable]]
* Its criticality level
+ \[[attributes/level/critical]]
+ \[[attributes/level/important]]
+ etc.
* Its priority
+ \[[attributes/priority/low]]
+ \[[attributes/priority/high]]
* If it is functional or not
+ \[[attributes/functional]]
+ \[[attributes/non-functional]]
You just have to create pages for each attribute you want and then pagespec could be used to filter requirements by attributes. I think something similar is used to trac bug with ikiwiki (linking to a \[[done]] page, etc.).