public
Description: The code for MyChores, open-source, freely available to anyone who wants it.
Homepage: http://www.mychores.co.uk
Clone URL: git://github.com/sermoa/mychores.git
Click here to lend your support to: mychores and make a donation at www.pledgie.com !
name age message
file .gitignore Fri Apr 10 09:19:38 -0700 2009 Removed translations from Team workload. All st... [sermoa]
file .gitmodules Fri Apr 10 07:26:37 -0700 2009 Added Cucmber and Webrat as submodules; updated... [sermoa]
file Capfile Fri Jan 02 09:09:29 -0800 2009 Come on Aimee, pay attention! [sermoa]
file MIT-LICENSE Mon Nov 24 13:28:43 -0800 2008 Just to make it quite clear, MyChores is releas... [sermoa]
file README Mon Nov 24 13:18:53 -0800 2008 Fixed the README since it doesn't seem to like ... [sermoa]
file Rakefile Fri Nov 28 15:09:16 -0800 2008 Added the Rakefile. It means that my other plug... [sermoa]
directory app/ Loading commit data...
directory config/
directory db/ Fri Apr 10 15:03:29 -0700 2009 Looks like the db schema changed itself back ag... [sermoa]
directory doc/ Sat Oct 25 10:21:31 -0700 2008 Initial commit [sermoa]
directory features/
directory lib/
directory public/
directory script/ Mon Nov 24 10:18:04 -0800 2008 Added the thing that makes rake spec work. [sermoa]
directory spec/
directory support/ Mon Apr 13 03:12:35 -0700 2009 Added a domain model diagram, made with Balsami... [sermoa]
directory vendor/ Sun Apr 12 11:15:03 -0700 2009 Requiring haml gem. [sermoa]
README
This is the source code for MyChores, the online web application for keeping track of recurring tasks. 
(http://www.mychores.co.uk)

This is open-source, freely available to all. Feel free to fork, submit patches, or use the code for your own purposes. 
That's okay.

Warning: the code is really, really bad! I am aware of that now. It has gradually evolved over several years and several 
iterations of Rails. It works, but it's not as efficient as it could be. I'm working on that! If you fancy joining in 
the effort, i'll be very grateful. Initially the focus is to write some tests with RSpec and Cucumber so that i have a 
good starting point from which to work forward.