Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/logbook

A personal work log application.
https://github.com/ngerakines/logbook

Last synced: about 1 month ago
JSON representation

A personal work log application.

Awesome Lists containing this project

README

        

# LogBook

LogBook is a personal journal and record keeping tool. When you complete a notable
task or have an interaction that you want to record, simply type in a brief message
describing it. You can annotate the record with tags and users for grouping and
retrieval. This is my personal replacement for the 37 Signals Backpack feature
"Journal".

# Requirements

* python (tested on 2.6)
* pyparsing
* dateutils
* sqlite3
* tornado

# TODO

* Add duration support in the form of hours:minutes.
* Allow attachment blobs to be added to records.
* Create search handler to display all records by date, tag or user.