https://github.com/mrtazz/gtd-couch
gtd task management with a couchapp
https://github.com/mrtazz/gtd-couch
Last synced: about 1 year ago
JSON representation
gtd task management with a couchapp
- Host: GitHub
- URL: https://github.com/mrtazz/gtd-couch
- Owner: mrtazz
- License: mit
- Created: 2010-10-18T18:32:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T21:42:24.000Z (about 15 years ago)
- Last Synced: 2025-04-15T15:12:25.157Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# gtd-couch
couchapp for getting things done
## Motivation
All GTD todo managers are overly complex or don't do useful syncing
(read: No OTA sync in Things.app).
CouchDB is simple and does replication so it seems like a perfect match.
## Deployment
- go to [http://www.couchone.com/get](http://www.couchone.com/get) and get a
hosted CouchDB or follow the instructions to set up a local one
- clone this repository `git clone http://github.com/mrtazz/gtd-couch`
- install couchapp `pip install couchapp`
- deploy it to your DB `couchapp push $yourdb`
## My data in the cloud?
Since your tasks may be sensitive data, check out the
TODOs to see what is
not yet implemented and also read
[this](http://blog.couchone.com/post/1027100082/whats-new-in-couchdb-1-0-part-4-securityn-stuff)
for a better understanding of the CouchDB security model.
## TODO
- [tracker](https://www.pivotaltracker.com/projects/176081)
- [issues](http://github.com/mrtazz/gtd-couch/issues)
## Contribute
If you want to contribute:
- Fork the project.
- Make your feature addition or bug fix.
- Commit
- Send me a pull request. Bonus points for topic branches.
## Thanks
- The [CouchDB](http://couchdb.apache.org/) team for CouchDB
- [The Noun Project](http://www.thenounproject.com/) for the icons