Save Time With Visual Studio 2008 Integration
< Back to patterns list
As a Developer you usually need just several things from TargetProcess:
- Check ToDo list
- Track Time
- Work with ToDo list (mark items as done)
- Work with content (read detailed tasks description, add comments, etc.)
Most of the time you are working with code in Visual Studio. It means each task that you need to do in TargetProcess requires switch to browser and losing focus.TargetProcess Visual Studio Add-In allows you to do almost all required things right there. You will be able to:
- See ToDo list with all user stories, bugs and tasks.
- Close assigned tasks and bugs.
- Use automatic stop watch functionality for time tracking.
- Check daily time fragmentation report.
Pattern 1. Working with ToDo list
ToDo list in Visual Studio contains all assignments. You may sort them as required. If you need more info about the task, double click it and description will appear in a new web browser window.

Pattern 2. Track Time
Time tracking is painless in the add-in. Select the task you are starting to work on and push start button. Time starts ticking. Need to switch to another task? No problem, just stop timer, select another task and push start again. Need to put all time records to the server at the end of the day? Push Submit Time button. It can't be easier.

Also you may see all spent time in a nice report that shows time fragmentation.

< Back to patterns list