work on Use Cases and Requirements
authorMichael Hausenblas http://sw-app.org/mic.xhtml#i
Tue, 31 Jan 2012 13:51:17 +0000
changeset 50 b15f37ce6c07
parent 49 caf0b94e68fa
child 53 ca63ed2fc1f3
child 56 2407d1ff292c
work on Use Cases and Requirements
people/index.html
people/respec-config.js
--- a/people/index.html	Tue Jan 31 10:49:59 2012 +0000
+++ b/people/index.html	Tue Jan 31 13:51:17 2012 +0000
@@ -76,13 +76,47 @@
 		<tr><td><code>xsd:</code></td><td><pre>http://www.w3.org/2001/XMLSchema#</pre></td></tr>
 	</tbody>
 </table>
-<p class="editorsnote">@@TODO: define publisher and consumer roles.</p>
 </section>
 </section>
 
 <section>
 <h2 id="ucr">Use Cases and requirements</h2>
 <p class="editorsnote">@@TODO: describe real world use cases and derive requirements common to all to decide what is and what is not in scope re target entities.</p>
+<!-- UC 1 -->
+<section>
+<h3 id="uc-find-politician">Finding a politician</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to provide contact details for politicians, responsible for a certain region and/or topic.</p>
+	<p>Real-world example: <a href="http://www.writetothem.com/" title="WriteToThem - Email or fax your Councillor, MP, MEP, MSP or Welsh, NI, London Assembly Member for free">WriteToThem</a>.</p>
+</section>
+<section>
+<h4>Requirements</h4>	
+	<ul>
+		<li>Name, address, email, phone number, fax number of politician</li>
+		<li>Topics</li>
+		<li>Regions</li>
+	</ul>
+</section>
+</section>
+<!-- UC 2 -->
+<section>
+<h3 id="uc-spending">Provide spending of local authority</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to provide an overview of how a local authority, such as a County Council, spends its money.</p>
+	<p>Real-world example: <a href="http://data.fingal.ie/ViewDataSets/Details/default.aspx?datasetID=375" title="Councillors Allowances and Expenses 2010">Councillors Allowances and Expenses 2010</a>, Fingal County Council, Ireland.</p>
+</section>
+<section>
+<h4>Requirements</h4>	
+	<ul>
+		<li>Name, address, email, phone number, fax number of politician</li>
+		<li>Allowance/expense per event</li> 
+		<li>Audit committee</li> 
+	</ul>
+</section>
+</section>
+
 </section>
 
 <section>
--- a/people/respec-config.js	Tue Jan 31 10:49:59 2012 +0000
+++ b/people/respec-config.js	Tue Jan 31 13:51:17 2012 +0000
@@ -56,7 +56,7 @@
     // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
     // Team Contact.
     wgPatentURI:  "",
-    maxTocLevel: 3,
+    maxTocLevel: 2,
     preProcess: [ preProc ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 };