aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: b17d5e19bfdf1225baee4a611be5697a6307652d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Tagr TODO list. 2009-04-29
Copyright (C) 2009 Sergey Poznyakoff

* Stream-based protocol

Currently implemented are:

S: +OK <msgid>
C: AUTH name digest
S: +OK
C: SAMPLE id 1240903636 12345 3456
S: +OK accepted
...
C: QUIT
S: +OK bye

* Drawing interrupted data feeds

What to do if zero-inknown is set to `false'? Currently, linear
interpolation is performed.

* Synchronous updates

Provide an option to schedule graph updates after finishing
processing of a feed.

* Percentage graphs

* Filled graphs

Figure out how to properly fill a graph.

* Improve symbol tables

There should be two numeric data types: integer and double. Provide
a way to define symbols from the configuration file, in the
topmost level as well as within a monitor. This will also require
changing of the way tables are stored on disk.

* Accept symbolic color names in `color-*' statements

* Growright option

Decide what to do with the `growright' argument to draw_graph.

* Separate graphs

It could be desirable to split graphs into separate ones.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
eval: (add-hook 'write-file-hooks 'time-stamp)
time-stamp-start: "list. "
time-stamp-format: "%:y-%02m-%02d"
time-stamp-end: "\n"
end:

Return to:

Send suggestions and report system problems to the System administrator.