Using tags or links to represent attributes
authorAlexandreDupas <AlexandreDupas@web>
Thu, 3 Sep 2009 08:56:35 +0000 (04:56 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 3 Sep 2009 08:56:35 +0000 (04:56 -0400)
doc/tips/ikiwiki_as_a_requirements_management_tool/discussion.mdwn [new file with mode: 0644]

diff --git a/doc/tips/ikiwiki_as_a_requirements_management_tool/discussion.mdwn b/doc/tips/ikiwiki_as_a_requirements_management_tool/discussion.mdwn
new file mode 100644 (file)
index 0000000..94f0f8b
--- /dev/null
@@ -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.).