<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pieceofpy.com &#187; project</title>
	<atom:link href="http://pieceofpy.com/tag/project/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieceofpy.com</link>
	<description>Another python blog with a love for agile methods.</description>
	<lastBuildDate>Tue, 18 May 2010 15:31:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Project: Developing a simple insurance interface.</title>
		<link>http://pieceofpy.com/2008/07/06/project-developing-a-simple-insurance-interface/</link>
		<comments>http://pieceofpy.com/2008/07/06/project-developing-a-simple-insurance-interface/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 19:23:24 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[brainstorm]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pieceofpy.com/?p=74</guid>
		<description><![CDATA[I play a game called EVE Online and I create and support a lot of software for our in-game corporation. After recently migrating forums away from punBB over to vBulletin I was stuck with the choice to either migrate our existing Ship Insurance script (written in PHP) or create a whole new system from scratch. [...]]]></description>
			<content:encoded><![CDATA[<p>I play a game called <a href="http://eve-online.com">EVE Online</a> and I create and support a lot of software for our in-game corporation. After recently migrating forums away from punBB over to vBulletin I was stuck with the choice to either migrate our existing Ship Insurance script (written in PHP) or create a whole new system from scratch. Being a lover of Python, TDD, and sausage, I of course picked the rewrite option since it would be the most difficult and suck up more resources and time than just migrating some shitty PHP script.</p>
<p>The requirements are very simple.</p>
<p>Allow claim to be entered.<br />
Allow claim to be approved.<br />
Allow a claim to be denied.<br />
Allow an agent to see a listing of all claims.<br />
Allow filter options by ship type and pilot.<br />
Allow agent to enter in the payout.<br />
Save all past claim information. (reporting)<br />
My personal goals for this project.</p>
<p>100% coverage with unittests.<br />
Use TDD methods to develop the project.<br />
Use the Trac system to support development.<br />
Use Pylons with a SQLite DB<br />
Use Ext for any fancy shit.</p>
<p>Code available soon as I get my repository back online.</p>
]]></content:encoded>
			<wfw:commentRss>http://pieceofpy.com/2008/07/06/project-developing-a-simple-insurance-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
