https://github.com/ngerakines/logbook
A personal work log application.
https://github.com/ngerakines/logbook
Last synced: 2 months ago
JSON representation
A personal work log application.
- Host: GitHub
- URL: https://github.com/ngerakines/logbook
- Owner: ngerakines
- Created: 2011-05-12T05:40:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T19:13:19.000Z (over 13 years ago)
- Last Synced: 2025-01-03T23:22:15.264Z (4 months ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
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.