underlog / piggybank

a spare-time may-never-be done project

This URL has Read+Write access

name age message
file .gitignore Sun Sep 06 06:36:11 -0700 2009 CI task [underlog]
file README Thu Aug 13 09:31:11 -0700 2009 README [underlog]
file Rakefile Thu Aug 13 09:27:02 -0700 2009 Rails structure. [underlog]
directory app/ Wed Dec 30 08:21:41 -0800 2009 Reworked looks of expense tables. [kdankov]
directory config/ Sun Sep 20 02:17:24 -0700 2009 Implemented filtering by categories. [underlog]
file cucumber.yml Sat Aug 15 06:21:56 -0700 2009 Introduced RSpec and Cucumber, with some scenar... [underlog]
directory db/ Tue Aug 18 02:15:42 -0700 2009 Making progress on first feature. [underlog]
directory design/ Wed Dec 30 08:21:41 -0800 2009 Reworked looks of expense tables. [kdankov]
directory doc/ Thu Aug 13 09:27:02 -0700 2009 Rails structure. [underlog]
directory features/ Sun Sep 20 04:51:43 -0700 2009 Implemented editing of expense [underlog]
directory lib/ Sun Sep 20 01:12:14 -0700 2009 Implemented pagination for expenses * Factory ... [underlog]
directory public/ Tue Sep 15 08:10:30 -0700 2009 Design updates from gothighscore applied. [underlog]
directory script/ Tue Aug 18 02:15:42 -0700 2009 Making progress on first feature. [underlog]
directory spec/ Sun Sep 20 04:51:43 -0700 2009 Implemented editing of expense [underlog]
file sync-with-design Tue Aug 18 02:15:42 -0700 2009 Making progress on first feature. [underlog]
directory test/ Thu Aug 13 09:27:02 -0700 2009 Rails structure. [underlog]
directory vendor/ Sat Aug 15 10:37:08 -0700 2009 Swapped prototype with jQuery [underlog]
README
Piggyback, or scratching my own itch.

I was looking for some simple expenses tracking solution, unfortunately none found.

At the same time I wish to build something I will actually use.

Along with this, I wish to train myself into UI design. 

So it is a win-win-win situation :)

Envisioning the product

* It should support posting expenses in different categories
* It should give some stats for the current month, and overall
---
* It should support multiple currencies (with web service, hopefully)
* It may involve accounts, though not needed.