<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: APR: Prototype Update</title>
	<atom:link href="http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/</link>
	<description>Software product success.</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Scott Sehlhorst</title>
		<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/comment-page-1/#comment-93955</link>
		<dc:creator>Scott Sehlhorst</dc:creator>
		<pubDate>Fri, 04 May 2007 19:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/#comment-93955</guid>
		<description>Implemented it.  I created six categories to start with:
    # Define existing categories
    Category.create :name =&gt; &#039;Product Management&#039;
    Category.create :name =&gt; &#039;Business Analysis&#039;
    Category.create :name =&gt; &#039;Project Management&#039;
    Category.create :name =&gt; &#039;Testing&#039;
    Category.create :name =&gt; &#039;Agile Development&#039;
    Category.create :name =&gt; &#039;Interaction Design&#039;

I think that will get us started.  Need to do a little bit of presentation/cleanup, and then deploy the site.</description>
		<content:encoded><![CDATA[<p>Implemented it.  I created six categories to start with:<br />
    # Define existing categories<br />
    Category.create :name => &#8216;Product Management&#8217;<br />
    Category.create :name => &#8216;Business Analysis&#8217;<br />
    Category.create :name => &#8216;Project Management&#8217;<br />
    Category.create :name => &#8216;Testing&#8217;<br />
    Category.create :name => &#8216;Agile Development&#8217;<br />
    Category.create :name => &#8216;Interaction Design&#8217;</p>
<p>I think that will get us started.  Need to do a little bit of presentation/cleanup, and then deploy the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/comment-page-1/#comment-93835</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Fri, 04 May 2007 06:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/#comment-93835</guid>
		<description>1 article in 1..* categories: definitely.
For similar problems, I tend to have fixed lists of categories, as long as there is a way to change the list.</description>
		<content:encoded><![CDATA[<p>1 article in 1..* categories: definitely.<br />
For similar problems, I tend to have fixed lists of categories, as long as there is a way to change the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Sehlhorst</title>
		<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/comment-page-1/#comment-93833</link>
		<dc:creator>Scott Sehlhorst</dc:creator>
		<pubDate>Fri, 04 May 2007 06:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/#comment-93833</guid>
		<description>Heh.  Just finished the prototype implementation of ratings (you can make them, the article score is the average of all ratings made by users on the article).

I should be able to get categories implemented with a fixed list.  Then I need to update the views for (latest, highest scoring) and filtering by category.

I think an article should be able to be in multiple categories.

Thoughts?</description>
		<content:encoded><![CDATA[<p>Heh.  Just finished the prototype implementation of ratings (you can make them, the article score is the average of all ratings made by users on the article).</p>
<p>I should be able to get categories implemented with a fixed list.  Then I need to update the views for (latest, highest scoring) and filtering by category.</p>
<p>I think an article should be able to be in multiple categories.</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/comment-page-1/#comment-93823</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Fri, 04 May 2007 05:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/#comment-93823</guid>
		<description>I realize that we are not very far into the product (it&#039;s the first prototype), but I still think that ratings should be postponed to &#039;after comments&#039;. Just for the sake of the priorities which were set by the voting on the use cases.
If you think about the ratings as something more complex to display than an unordered list, something that is more exiting for the prototype users, I suggest to use &#039;areas&#039; for this purpose. Again, because of the primary use cases.
However, what do you think about a first prototype w/o ratings and w/o comments? Suggesting arcticles and browsing areas are the main use cases, so we should first check that. I&#039;m referring to the Eliminate Waste principle of Mary Poppendieck&#039;s Lean Software Development (I see that ratings are not a waste in general, but maybe as of now).</description>
		<content:encoded><![CDATA[<p>I realize that we are not very far into the product (it&#8217;s the first prototype), but I still think that ratings should be postponed to &#8216;after comments&#8217;. Just for the sake of the priorities which were set by the voting on the use cases.<br />
If you think about the ratings as something more complex to display than an unordered list, something that is more exiting for the prototype users, I suggest to use &#8216;areas&#8217; for this purpose. Again, because of the primary use cases.<br />
However, what do you think about a first prototype w/o ratings and w/o comments? Suggesting arcticles and browsing areas are the main use cases, so we should first check that. I&#8217;m referring to the Eliminate Waste principle of Mary Poppendieck&#8217;s Lean Software Development (I see that ratings are not a waste in general, but maybe as of now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger L. Cauvin</title>
		<link>http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/comment-page-1/#comment-93729</link>
		<dc:creator>Roger L. Cauvin</dc:creator>
		<pubDate>Thu, 03 May 2007 18:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://tynerblain.com/blog/2007/05/02/apr-prototype-update-2/#comment-93729</guid>
		<description>Moving along nicely.  It&#039;s probably more consistent with agile to write tests before code, so you might try reversing the order of those two items in your refactoring process.</description>
		<content:encoded><![CDATA[<p>Moving along nicely.  It&#8217;s probably more consistent with agile to write tests before code, so you might try reversing the order of those two items in your refactoring process.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

