|
|
|
Ask HN: Do you have a project logbook?
|
|
5 points
by nmenglund
4320 days ago
|
|
When working on non-trivial tasks, I always keep a text document open to log my work (Word, SQL or Markdown depending on the context). I sometimes save the document when I'm done, but it invariably ends up in a project/client directory and seldom being read again. I'm looking for a way of writing, archiving and searching my logs - a personal, taggable blog of what I did a specific day - so I can both go through my work chronologically ("What did I do that day or week?") or by project ("What did I do last time I worked on that project or for that client?"). It must necessarily be fast and very responsive, and embedding images by drag&drop or copy&paste would be great, but otherwise the needs are pretty basic. What do you use to log your work, and how do you organize your logs? |
|
For work, I have a section structured as such: Work > {CLIENT} > {YEAR} > {MONTH} > {DAY, HOURS, SUMMARY}
e.g. A day's entry might look like:
8/13/2014, 6.75h, One-liner summary of the big ticket accomplishments today * 11 - 12,30, 1 - 6,15 * [x] #ASAP Task 1 description * [x] Task 2 description * [x] Task 3 description * [x] Meeting with @client @coworker1 * Notes from meeting... * More notes...
I track my hours worked in shorthand and format {DAY, HOURS, SUMMARY} because I dump and parse the data at the end of the month to generate my invoices.
SQL, Markdown, or code snippets is a little trickier, but you can hang multi-line text as a sub-node using SHIFT+ENTER. In general, Workflowy offers a ton of great keyboard shortcuts and pretty decent search capability. Media attachments would need to be as URLs AFAIK.
I've been using it for 2-3 years and if they ever decided to close shop, I would seriously try spinning up a similar service.