<?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>Roommate App Development Blog &#187; Goals</title>
	<atom:link href="http://development.roommateapp.com/category/goals/feed/" rel="self" type="application/rss+xml" />
	<link>http://development.roommateapp.com</link>
	<description>Building a bill manager, and some other stuff</description>
	<lastBuildDate>Tue, 16 Jun 2009 05:24:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Roommate App</title>
		<link>http://development.roommateapp.com/2009/06/testing-roommate-app/</link>
		<comments>http://development.roommateapp.com/2009/06/testing-roommate-app/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:18:21 +0000</pubDate>
		<dc:creator>Heff</dc:creator>
				<category><![CDATA[Goals]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://development.roommateapp.com/?p=53</guid>
		<description><![CDATA[It&#8217;s been over a month now since launching Roommate App, and for not advertising and not having any kind of marketing website, it&#8217;s doing pretty well. I&#8217;ve  been getting a lot of good feedback/requests as well. I kind of burnt myself out a little on the project getting it launched, so I took some [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been over a month now since launching <a href="http://roommateapp.com">Roommate App</a>, and for not advertising and not having any kind of marketing website, it&#8217;s doing pretty well. I&#8217;ve  been getting a lot of good feedback/requests as well. I kind of burnt myself out a little on the project getting it launched, so I took some time off, but I will get to everything eventually. Before I get too deep into new features though, I need to develop the test suite.<br />
<span id="more-53"></span><br />
Coming from a PHP background, testing is new ground for me (not that testing isn&#8217;t done in PHP, but it&#8217;s not nearly as prevalent as in the Rails community). When I say &#8220;test&#8221; in this context, I don&#8217;t mean clicking around through the app in your web browser and making sure all the links work, etc. I mean writing more code that makes sure the code you&#8217;ve written works (sounds like an endless cycle doesn&#8217;t it?). The benefit of doing this is that you can make changes to your application, then run all your tests to make sure what you just changed didn&#8217;t break something somewhere else. I&#8217;m probably not explaining it very well. Judging by the <a href="http://en.wikipedia.org/wiki/Software_testing">Wikipedia article</a>, I guess you would call this &#8220;Regression Testing&#8221;.</p>
<p>Anyway, at this point Roommate App has very low test coverage. The goal would be to reach 100% test coverage, and it&#8217;s probably under 5% right now. So I&#8217;ve got some work to do. The <a href="http://guides.rubyonrails.org/testing.html">testing guide</a> at rubyonrails.org was a good starting place for me. It gave me a good overview of the basics and the reasoning behind it. If anyone knows additional resources feel free to suggest them.</p>
<p>While the guide was a good start, <a href="http://sevenwire.com">Sevenwire</a> (my company) actually uses a lot of modifications to the default Rails app test suite. These include:</p>
<ul>
<li><a href="http://github.com/thoughtbot/factory_girl/tree/master">Factory Girl</a> &mdash; A library for creating test data.</li>
<li><a href="http://www.thoughtbot.com/projects/shoulda">Shoulda</a> &mdash; A library for writing more understandable tests.</li>
<li><a href="http://github.com/sevenwire/forgery/tree/master">Forgery</a> &mdash; A fake/random data generator (and a Sevenwire original).</li>
</ul>
<p>So I have a lot of different elements to learn, but that&#8217;s half the fun of this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://development.roommateapp.com/2009/06/testing-roommate-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Progress!</title>
		<link>http://development.roommateapp.com/2009/02/progress/</link>
		<comments>http://development.roommateapp.com/2009/02/progress/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 06:46:25 +0000</pubDate>
		<dc:creator>Heff</dc:creator>
				<category><![CDATA[Bills]]></category>
		<category><![CDATA[Goals]]></category>

		<guid isPermaLink="false">http://development.roommateapp.com/?p=24</guid>
		<description><![CDATA[Got a lot done this evening. Redesigned the dashboard and roommate views and did the html/css for both. Also got bill splitting and payments sending out confirmation emails.

That covered a good chunk of my to-do lists, so moving along steadily towards my new goals and launch date of April 1.
I have way too many ideas [...]]]></description>
			<content:encoded><![CDATA[<p>Got a lot done this evening. Redesigned the dashboard and roommate views and did the html/css for both. Also got bill splitting and payments sending out confirmation emails.<br />
<span id="more-24"></span><br />
That covered a good chunk of my to-do lists, so moving along steadily towards my <a href="/2009/02/new-deadlines/">new goals</a> and launch date of April 1.</p>
<p>I have way too many ideas for this app, and the hardest part is staying focused on just getting the essentials done so I can launch it.</p>
]]></content:encoded>
			<wfw:commentRss>http://development.roommateapp.com/2009/02/progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Deadlines</title>
		<link>http://development.roommateapp.com/2009/02/new-deadlines/</link>
		<comments>http://development.roommateapp.com/2009/02/new-deadlines/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 07:05:07 +0000</pubDate>
		<dc:creator>Heff</dc:creator>
				<category><![CDATA[Goals]]></category>

		<guid isPermaLink="false">http://development.roommateapp.com/?p=22</guid>
		<description><![CDATA[Yeah, I know this is getting old, but I&#8217;ve got some new goals. I&#8217;ve been side tracked by some other projects, including Bryan Clay&#8217;s website, but I&#8217;m sticking to these this time&#8230;really.
Launch by April 1. Online payments by May 15.
The second could be a lofty goal, but we&#8217;ll see. Brandon set up a Basecamp project [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I know this is getting old, but I&#8217;ve got some new goals. I&#8217;ve been side tracked by some other projects, including <a title="World's Greatest Athlete" href="http://www.bryanclay.com" target="_blank">Bryan Clay&#8217;s website</a>, but I&#8217;m sticking to these this time&#8230;really.</p>
<p><span id="more-22"></span>Launch by April 1. Online payments by May 15.</p>
<p>The second could be a lofty goal, but we&#8217;ll see. Brandon set up a Basecamp project on the Sevenwire account for Roommate App, so now I get to go load it up with milestones and to-dos. </p>
<p>My problem so far I think is that I&#8217;ve been letting my self get overwhelmed. I had a list of everything that needed to be done, and some overall deadlines. What I need to do is divide and conquer, setting deadlines for each piece. I think that&#8217;ll help.</p>
]]></content:encoded>
			<wfw:commentRss>http://development.roommateapp.com/2009/02/new-deadlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Beginning of the Middle</title>
		<link>http://development.roommateapp.com/2008/08/the-beginning-of-the-middle/</link>
		<comments>http://development.roommateapp.com/2008/08/the-beginning-of-the-middle/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 06:12:31 +0000</pubDate>
		<dc:creator>Heff</dc:creator>
				<category><![CDATA[Goals]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web App Development]]></category>
		<category><![CDATA[Web App Marketing]]></category>

		<guid isPermaLink="false">http://development.roommateapp.com/?p=4</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>This blog is where I&#8217;ll track the development of RoommateApp, a project that I started over two years ago and has gone through many revisions and <a href="http://www.bahoy.com">name</a> <a href="http://www.roommateorganizer.com">changes</a>, as well as any key learnings about web application development and marketing I gain along the way. 
<div></div>
<div>After becoming a partner/designer in a <a href="http://sevenwire.com">Ruby on Rails based web app shop</a>, I&#8217;ve decided to scrap PHP and completely rebuild RoommateApp in Rails. I just started learning Rails and this will be my first project using it. I decided to make the switch partly because learning is a major motivator for me, and will help keep the momentum of this project going, and also because my co-workers give me crap whenever I mention PHP.</div>
<div></div>
<div>So I should probably make my goals public, so I feel accountable even if nobody ever reads this blog. Here goes.</div>
<div></div>
<div>
<ul>
<li>Launch public beta of bill management portion by the end of August.</li>
<li>Implement Amazon FPS (credit card payents) by the end of October. </li>
<li>Implement chore management by the end of 2008. </li>
<li>20 active homes by the end of 2008.</li>
</ul>
</div>
<div>In 2009 I&#8217;ll start to turn on the promotion engine. I&#8217;d like to give it a little time for polishing before pushing it.</div>
]]></content:encoded>
			<wfw:commentRss>http://development.roommateapp.com/2008/08/the-beginning-of-the-middle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
