work on Use Cases and Requirements - added 3 more UC and some re-arragements
authorMichael Hausenblas http://sw-app.org/mic.xhtml#i
Wed, 01 Feb 2012 10:03:38 +0000
changeset 62 4268253af0bc
parent 61 b364cce69fbe
child 63 a4450f08709a
work on Use Cases and Requirements - added 3 more UC and some re-arragements
people/index.html
--- a/people/index.html	Tue Jan 31 18:43:57 2012 +0000
+++ b/people/index.html	Wed Feb 01 10:03:38 2012 +0000
@@ -46,21 +46,6 @@
 </dl>
 </section>
 <section>
-<h3>Walkthrough example</h3>
-<p>In many cases, <a title='source data'>source data</a> contains data about people and other, related entities. We will use the following text as an example throughout the document to demonstrate the usage of terms:</p>
-<pre class='example sh_html'>
- Jane Doe is CEO of ColCids Inc., headquartered in 2242 Old Middlefield Way, Mountain View, CA, United States.
- Recently, ColCids won a contract for providing an Open Data platform, awarded by the Santa Clara County. The
- project, called OpenData4SantaClara, starts on 1 Feb 2013 and runs initially for three months. Jane's contact
- point in the County of Santa Clara is Björk Guðmundsdóttir. To ensure a successful project delivery, Jane has
- invited 東海林賢蔵, a business contact and Open Data guru she recently met at a local event, to brief her and 
- the CoolCids team on the challenges and requirements in the domain.
-</pre>
-<p class="editorsnote">@@TODO: link to the definition of source data in the <a href="https://dvcs.w3.org/hg/gld/raw-file/default/bp/index.html">BP document</a></p>
-<p>Note: if you're not familiar with people's names throughout the world, you might want to read the <a href="http://www.w3.org/International/questions/qa-personal-names" title="Personal names around the world">personal names around the world</a> article provided by the W3C Internationalization (I18n) Activity.</p>
-<div class="fig"><a href="img/people-example-big.png"><img src="img/people-example.png" alt="GLD people example" /></a><div>A visual representation of the walkthrough example as a graph (<a href="img/people-example-big.png">big version</a>).</div></div>
-</section>
-<section>
 <h3>Conventions</h3>
 <p>The key words MUST, MUST NOT, REQUIRED, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this specification are to be interpreted as described in RFC 2119 [[!RFC2119]].</p>
 
@@ -77,6 +62,21 @@
 	</tbody>
 </table>
 </section>
+<section>
+<h3>Walkthrough example</h3>
+<p>In many cases, <a title='source data'>source data</a> contains data about people and other, related entities. We will use the following text as an example throughout the document to demonstrate the usage of terms:</p>
+<pre class='example sh_html'>
+ Jane Doe is CEO of ColCids Inc., headquartered in 2242 Old Middlefield Way, Mountain View, CA, United States.
+ Recently, ColCids won a contract for providing an Open Data platform, awarded by the Santa Clara County. The
+ project, called OpenData4SantaClara, starts on 1 Feb 2013 and runs initially for three months. Jane's contact
+ point in the County of Santa Clara is Björk Guðmundsdóttir. To ensure a successful project delivery, Jane has
+ invited 東海林賢蔵, a business contact and Open Data guru she recently met at a local event, to brief her and 
+ the CoolCids team on the challenges and requirements in the domain.
+</pre>
+<p class="editorsnote">@@TODO: link to the definition of source data in the <a href="https://dvcs.w3.org/hg/gld/raw-file/default/bp/index.html">BP document</a></p>
+<p>Note: if you're not familiar with people's names throughout the world, you might want to read the <a href="http://www.w3.org/International/questions/qa-personal-names" title="Personal names around the world">personal names around the world</a> article provided by the W3C Internationalization (I18n) Activity.</p>
+<div class="fig"><a href="img/people-example-big.png"><img src="img/people-example.png" alt="GLD people example" /></a><div>A visual representation of the walkthrough example as a graph (<a href="img/people-example-big.png">big version</a>).</div></div>
+</section>
 </section>
 
 <section class='informative'>
@@ -136,18 +136,68 @@
 </section>
 <!-- UC 4 -->
 <section>
-<h3 id="uc-emissions">UC4 &mdash; Carbon dioxide emissions</h3>
+<h3 id="uc-awardedbids">UC4 &mdash; Awarded bids</h3>
 <section>
 <h4>Scenario</h4>
-	<p>A <a title="consumer">consumer</a> wants to map carbon dioxide emissions for a certain territory.</p>
-	<p>Real-world example: <a href="http://www.sandbag.org.uk/maps/emissionsmap/" title="Sandbag: Emissions map">Europe’s carbon dioxide emissions</a>.</p>
+	<p>A <a title="publisher">publisher</a> wants to provide a listing of awarded bids.</p>
+	<p>Real-world example: <a href="http://purchasing.alabama.gov/txt/awards.aspx" title="Alabama Department of Finance-Purchasing Division">Awarded Bids</a>, Alabama Department of Finance, USA.</p>
 </section>
 <section>
 <h4>Requirements</h4>
 	<ul>
-		<li>Volume of emission</li>
-		<li>Type of emission</li>
-		<li>Geolocation of emission</li>
+		<li>Contact details of contracting authority and buyer</li>
+		<li>Object of the contract</li>
+		<li>Action date</li>
+	</ul>
+</section>
+</section>
+<!-- UC 5 -->
+<section>
+<h3 id="uc-budgetpos">UC5 &mdash; Budget positions and salaries</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to inform about the budget positions along with salaries.</p>
+	<p>Real-world example: <a href="http://data.cityofchicago.org/Administration-Finance/Budget-Positions-and-Salaries-in-2011-Appropriatio/g398-fhbm" title="Budget - Positions and Salaries in 2011 Appropriation Ordinance | City of Chicago | Data Portal">Budget - Positions and Salaries in 2011 Appropriation Ordinance</a>, City of Chicago, USA.</p>
+</section>
+<section>
+<h4>Requirements</h4>
+	<ul>
+		<li>Department codes and details such as area of responsibility</li>
+		<li>Position, incl. title, assigned budget type, etc.</li>
+		<li>Amount</li>
+	</ul>
+</section>
+</section>
+<!-- UC 6 -->
+<section>
+<h3 id="uc-lobbying">UC6 &mdash; Lobbying activity</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to disclose lobbying activities.</p>
+	<p>Real-world example: <a href="http://www.data.ca.gov/dataset/lobbying-activity" title="Lobbying Activity | Data.ca.gov">Lobbying Activity</a>,  State of California, USA.</p>
+</section>
+<section>
+<h4>Requirements</h4>
+	<ul>
+		<li>Contact details of individual lobbyists</li>
+		<li>Lobbyist relationships to companies, such as membership in a body, etc.</li>
+	</ul>
+</section>
+</section>
+<!-- UC 7 -->
+<section>
+<h3 id="uc-qa">UC7 &mdash; Question time archive</h3>
+<section>
+<h4>Scenario</h4>
+	<p>A <a title="publisher">publisher</a> wants to provide an archive of online question times for a certain topic and/or politician.</p>
+	<p>Real-world example: <a href="https://twitter.com/#!/search?q=%23AskNeelie">#AskNeelie</a> by Neelie Kroes, Vice President of the European Commission, Europe.</p>
+</section>
+<section>
+<h4>Requirements</h4>
+	<ul>
+		<li>Online handle of person who answers and people who ask questions</li>
+		<li>Topics via hashtags or indirect via question</li>
+		<li>Sequence of questions and answers such as follow-ups, etc.</li>
 	</ul>
 </section>
 </section>
@@ -155,18 +205,19 @@
 <h3 id="uc-req">Requirements</h3>
 <table class="simple" summary="Use cases vs. requirements">
 	<thead>
-		<tr><th>Requirement</th><th><a href="#uc-find-politician">UC1</a></th><th><a href="#uc-spending">UC2</a></th><th><a href="#uc-tender">UC3</a></th><th><a href="#uc-emissions">UC4</a></th></tr>
+		<tr><th>Requirement</th><th><a href="#uc-find-politician">UC1</a></th><th><a href="#uc-spending">UC2</a></th><th><a href="#uc-tender">UC3</a></th><th><a href="#uc-awardedbids">UC4</a></th><th><a href="#uc-budgetpos">UC5</a></th><th><a href="#uc-lobbying">UC6</a></th><th><a href="#uc-qa">UC7</a></th></tr>
 	<thead>
 	<tbody>
-		<tr><td>Contact details</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td></td></tr>
-		<tr><td>Area of responsibility</td><td>&bull;</td><td></td><td></td><td></td></tr>
-		<tr><td>Location</td><td>&bull;</td><td></td><td></td><td>&bull;</td></tr>
-		<tr><td>Membership in a body</td><td>&bull;</td><td>&bull;</td><td></td><td></td></tr>
-		<tr><td>Expense type</td><td></td><td>&bull;</td><td></td><td></td></tr>
-		<tr><td>Event</td><td></td><td>&bull;</td><td>&bull;</td><td>&bull;</td></tr>
-		<tr><td>Amount</td><td></td><td>&bull;</td><td>&bull;</td><td>&bull;</td></tr>
-		<tr><td>Object of the contract</td><td></td><td></td><td>&bull;</td><td></td></tr>
-		<tr><td>Emission type</td><td></td><td></td><td></td><td>&bull;</td></tr>
+		<tr><td>Contact details</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td></td></tr>
+		<tr><td>Area of responsibility</td><td>&bull;</td><td></td><td></td><td></td><td>&bull;</td><td></td><td></td></tr>
+		<tr><td>Location</td><td>&bull;</td><td></td><td></td><td></td><td></td><td>&bull;</td><td></td></tr>
+		<tr><td>Membership in body</td><td>&bull;</td><td>&bull;</td><td></td><td></td><td></td><td>&bull;</td><td></td></tr>
+		<tr><td>Expense or budget type</td><td></td><td>&bull;</td><td></td><td></td><td>&bull;</td><td></td><td></td></tr>
+		<tr><td>Events</td><td></td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td></td><td>&bull;</td><td>&bull;</td></tr>
+		<tr><td>Amount</td><td></td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td>&bull;</td><td></td><td></td></tr>
+		<tr><td>Object of contract</td><td></td><td></td><td>&bull;</td><td>&bull;</td><td></td><td></td><td></td></tr>
+		<tr><td>Online handle</td><td></td><td></td><td></td><td></td><td></td><td></td><td>&bull;</td></tr>
+		<tr><td>Conversation topic</td><td></td><td></td><td></td><td></td><td></td><td></td><td>&bull;</td></tr>
 	</tbody>
 </table>
 </section>