aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/ikiwiki_as_a_requirements_management_tool/discussion.mdwn
blob: 94f0f8b4ba652e5e51afe0a9cde756ec09b02ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.).