31 Mar, 2008
babysitting co-op babysitting group zoombug
I’ve managed to completely miss my original 14 day time frame for launching babysittinggroup.com. Life (family, friends, work and the open source developers conference) has taken up the best part of the last week. My new target is to be in beta by this weekend when the next Barcamp Sydney is happening. On the Sunday they’re having an entrepreneurial track for people to show their latest software / project / beta and I think this would be the perfect place to launch.
There has also been some good news in the last few days. On Friday I spoke with our HR manager and it turns out I can operate babysittinggroup.com as a business. Once the site is in beta I’ll revisit the business plan.
24 Mar, 2008
babysitting co-op babysitting group zoombug
There was minimal progress today as life got in the way (again)
. I’ve managed to complete the user registration/login/logout/password recovery with unit testing. In the real commercial world I would have been forced to drop the unit testing to meet the deadline by now. I may still do that but it’s nice for the choice to me mine.Today has also made me question if MVC really is the best way to write a web application. While I understand the value of separating the business logic, controlling logic and view logic, all of my actions look exactly the same:
- Create a model representing that page
- Save data to the model
- Have the model process the data
- Transfer the result to the view
Once I’ve finished this project I might look at model-template-view to see if that offers any improvements.
24 Mar, 2008
babysitting co-op babysitting group zoombug
So far the Easter long weekend has been more of a problem than a help. No work got done on Friday or Saturday. Sunday was a lot more productive and the UI is almost complete but I’m now so far behind my 14 day schedule there is no chance the site will be ready to launch in 14 days.
With the UI close enough to complete I’ll turn my attention to writing code to validate user input and glue it all together. Any outstanding changes to the UI can be completed as I get to those pages.
PS: Even this post is running late.
20 Mar, 2008
babysitting co-op babysitting group zoombug
The start of week two sees me finally move the project into Subversion and Trac. I’ve been extremely lazy about setting these two up. I’ve also been working on the UI which will probably take another day or two. That only leaves four days to finish the project so it’s starting to look like I’ll be running at least a few days late
19 Mar, 2008
babysitting co-op babysitting group zoombug
The first week is over and I really feel I should be further along but life keeps getting in the way. Perhaps it was a bit ambitious to think I could complete the project in 14 days using only my spare time.
Today was spent creating a new template for the site. The current template was only ever meant to be temporary so that anyone visiting BabysittingGroup.com after I provided the URL could see something and register for a beta invite.
While the new template is a huge improvement on the old one I’ve decided to continue using the old template until the site is launched. Less that a week to go (hopefully).