/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui
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
59
60
61
62
63
64
65
66
67
68
69
AJAX Variables
==============

Data Source
-----------
 + db_server
 + db_name
 + db_group
 + db_mask
 
Data Window
-----------
 + experiment
 + window		- from-to, #last_seconds, -last_items
			from+width, to-width [not implemented yet]

Axis
----
 + axis
 + axis_name
 + axis_units
 + axis_mode		- LOGARITHMIC
 + axis_range		- from-to, auto-adapting by default
 
 + temperature_axis_*	- supplying multiple named axis

Export
------
 + format
 + mask_mode		- STANDARD,GROUP,SOURCE,COMPLETE
 + resample
 + filename
 + uniform?		- data over intervals
 
Search
------
 + search		- search string, in the following forms:
			a) search keywords
			b) module1: search keywords module2: search keywords
			Keyword processing is module based, the default approach
			is basing on ratings [0-1]. 			
			Search keywords are (phrase# is rating of phrase #)
			    !phrase = 1 - pharse
			    -phrase = (phrase==0)?1:0
			    +phrase = (phrase==1)?1:0
			    
			    word1 word2 "phrase 1"
			    word1 || word2
			    word1 && word2
			    !word
			
 + search_modules	- module(opts),module(opts) search modules
 
Graph Options
-------------
 + aggregation		- AUTO/MINMAX/MEAN
 + interpolate		- [boolean]
 + show_marks		- DRAW::MARKS_[NEVER,DEFAULT,GAPS,ALWAYS]
 + show_gaps		- DRAW::SHOW_[NONE, EMPTY, POINTS, GAPS]
			    EMPTY  - display all points on the graph [ if empty existing ]
			    POINTS - display all points on the graph
			    GAPS   - display missing data
 + logarithmic
 + precision		- DRAW::PRECISION_[DEFAULT,LOW,HIGH], number specifying pixel density
 
Other
-----
 + encoding		- XML/JSON/WS