|
@ -1,19 +1,22 @@
|
1
|
1
|
pulse
|
2
|
2
|
=====
|
3
|
3
|
|
|
4
|
Purpose
|
|
5
|
-------
|
|
6
|
|
4
|
7
|
`pulse` is a console application with the sole purpose of promoting friendly competition
|
5
|
8
|
amongst co-workers. This version only connects to TFS (we tested only version 2013 but
|
6
|
9
|
we assume it will work with Visual Studio Online) at the moment.
|
7
|
10
|
|
8
|
11
|
How to run the program
|
9
|
|
======================
|
|
12
|
----------------------
|
10
|
13
|
|
11
|
|
"""
|
|
14
|
```
|
12
|
15
|
pulse.exe "https://server:443/defaultcollection"
|
13
|
|
"""
|
|
16
|
```
|
14
|
17
|
|
15
|
18
|
Navigation
|
16
|
|
==========
|
|
19
|
----------
|
17
|
20
|
|
18
|
21
|
To highlight a particular player simply use one of the following commands to highlight
|
19
|
22
|
the respective line:
|
|
@ -23,8 +26,8 @@ the respective line:
|
23
|
26
|
- Quit: Either in Vim tradition (Q) or with the Escape key
|
24
|
27
|
|
25
|
28
|
Maintenance
|
26
|
|
===========
|
|
29
|
-----------
|
27
|
30
|
|
28
|
31
|
After each successful pull of the commit log, work history, and projects the current
|
29
|
32
|
leaderboard is cached. This cache file is in simple delimited format so feel free to take
|
30
|
|
a look, but please no fudging the numbers! It only hurts morale...
|
|
33
|
a look, but please no fudging the numbers! It only hurts morale...
|