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 !
sermoa (author)
Wed Apr 15 05:01:01 -0700 2009
commit  4f8584443edff25970fa504e290f0c1f72db4fe2
tree    ffba629f56e58d0b1fd55b81778a6d1a7fd529c0
parent  5b3e163c12c03e697a8bd9c479a36c632de3b05d
name age message
file .gitignore Fri Nov 28 15:09:16 -0800 2008 Added the Rakefile. It means that my other plug... [sermoa]
file .gitmodules Fri Jan 09 14:19:16 -0800 2009 Added new attachment_fu submodule. [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/ Fri Jan 02 09:06:26 -0800 2009 Added the sample Exceptional config file that t... [sermoa]
directory db/ Fri Jan 02 07:53:58 -0800 2009 Tweaked the pictures script to delete first in ... [sermoa]
directory doc/ Sat Oct 25 10:21:31 -0700 2008 Initial commit [sermoa]
directory features/
directory lib/ Mon Nov 24 10:18:04 -0800 2008 Added the thing that makes rake spec work. [sermoa]
directory public/ Thu Jan 15 14:42:37 -0800 2009 Finally the skip icon does not look completely ... [sermoa]
directory script/ Mon Nov 24 10:18:04 -0800 2008 Added the thing that makes rake spec work. [sermoa]
directory spec/ Sat Jan 10 06:20:40 -0800 2009 Verified the first story for task filtering by ... [sermoa]
directory vendor/ Fri Jan 09 14:19:16 -0800 2009 Added new attachment_fu submodule. [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.