-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
73 lines (43 loc) · 2.28 KB
/
TODO
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
70
71
72
73
-- storyline command
create storylines on server (temp dir), download to client
More requests:
1. default context (maybe more) for model commands - see email.
2. Project load -> checkout
3. list tasks (w/ number and command line that generated them; check by number or ID)
4. session persistence - list sessions; [dis]connect --keep; [dis]connect --save
5. enable absolute paths and relative with subdirs in -o commands
6. history command, pick command by number
7. think about ways to share files (-o) from server - possibly a --keep option that allows a
subsequent 'get' in a configured directory, non-session specific. Or possibly
just --persist <file>.
8. Save current project (and context?) across invocations.
-----
Contexts should be read from NetCDF; --append|a to complement -o (if given and file exists,
read context from it unless given on CL).
NetCDF should be source datasets for annotations in the GUI with WCS/WFS
--------
decide what to do with visualizations
ideally: create a simple web visualization and send the link (directly as a REST service)
options to choose visualization format (download anything non-web as a zip)
-- observe command
-- kbox command (w/load namespaces)
kbox {list|import|reset|create|delete|export|info} <kbox> [parameters ...]
accept wildcards for namespaces (Collection<String> getNamespaceList(inputString))
-- run command working for scripts (both server side and client side)
eventually: shell should become a programmable bash-like shell
variable setting, exporting, substitution
-- coverage command
fix bugs on server
add export/import options from/to shapefiles
-- list command improvements
specific listing returning collections as it should
parameterization for list format (--canonical, --source, --tree, --with-dependencies, --sort [observable|...] ...)
server improvements to list ontologies, concepts, etc
wildcards for namespaces
-- gazetteer command
gazetteer {list|create|import|delete|reset|export|info} <gazetteer> [parameters ...]
-- help system listing commands, arguments with descriptions and subcommands for subsystems
-- user admin command
add|remove <user>
set <password|role|<var>> <user> <value>
-- text-only shell