Happy !
ericclack / GettingThingsDone
About GettingThingsDone
I wanted to learn Smalltalk + Seaside, so I created this simple Getting Things Done app to give me something real to learn with.
It's pretty basic, but download and play with it if you like. I've tried to test that I have included all required dependencies, and downloading to a fresh Seaside image seems to work, but I'm new to Smalltalk so may have missed a few things.
Installation
- Download Seaside One Click from here: http://www.seaside.st/download/pharo
- Once that's up and running, add this repository to the Monticello Browser
- Open the repository and Load the code into your image
- Browse to: http://127.0.0.1:8080/todo
Have fun and let me know if you have any comments... -Eric.
What's left to do?
- Backup of data is manual right now, to save the database:
TaskFileDatabase backup, to restore:TaskFileDatabase restore - Contact filtering doesn't work yet
- Nothing is done with dates
- Lots more!
