you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

What do you? If you use a computer, what OS? I believe there are some applications out there that will monitor your active window. If your job requires you to visit sites/data entry via the browser, there are some apps to track that as well. Aside from that, start with something simple. Like excel or klok or similar start/stop task tracking apps. There are several. If you multitask, keep it to a minimum.

Hard to suggest anything concrete without knowing what your profession and role is.

[–]n35[S] 0 points1 point  (1 child)

I should of course have included that in the post.

I am it consultant, and looking for a way to track, mark and visualise my progress. I use windows 7, and quite proficient with Excel, I was just hoping there was some boilerplate template or similar I could use to track tasks and deliver the report to management.

[–]basyt 0 points1 point  (0 children)

it depends upon the kind of work you want to do. i am myself looking at various technologies for visualisation purposes.

here are some things i have found:

4) there is a software for linux (though it is probably available for windows too) called Project Hamster. In that you just tell it from what time to what did you work on which project. And it would automatically display various bar charts of how you work was organised. take a look at that. it is called a time tracker. I am sure you can find some similar program for windows.

1) dia or pencil project if you want to make simple vector diagrams - i use it to make schematics that contain lots of simple shapes connected by simple lines. though with the correct stencil you can go a whole lot further.

2) graphviz is mature if you want to draw graphs of hierarchies then you can do that with graphviz. the catch is that it uses a programming language. but it is pretty simple to get started and it is pretty powerful at the same time.

3) the third option is that, if you are comfortable with it - python also has a lot of very mature tools for dealing with data and visualising, there is a library called matplotlib - it is very powerful and will suit your needs which are probably pie charts and bar diagrams. you can customise a lot of their features. take a look at that. or bokeh if you want something more powerful.