[go: up one dir, main page]

Menu

[r1]: / doc / To_do.txt  Maximize  Restore  History

Download this file

61 lines (48 with data), 2.4 kB

 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
====== To do ======
Created Sunday 12/08/2007
See also [[Done]]
===== DTD/code/doco reconciliation =====
lots of things in the schema that are not actually coded and which are not documented. They are listed in the documentation but not explained.
===== Release to Sourceforge =====
* remove hard-coded paths
* restore call to makefile in tests (why is it commented out? why is it not used to generate later [[tests?)]]
* set up export of doco to methodsupport.com
* template
==== GPL notices ====
Need to add GPL
* comments **done** //August 17//.
* output messages (on startup) **done** //August 17//.
===== Operators =====
Have converted operators to buttons, but:
* they don't do anything
* ~~operators in sub-documents are not positioned properly~~ they are
* ~~it is repeating the add action button~~ this was part of the test schema, which fixed
===== Derived enumerations =====
Derived enumerations started but not finished. Probably will cause execution-time problems.
===== Setting document name =====
How to set document name if not given.
===== Running without parameters =====
Running without any parameters gives:
/var/tmp/data/.xml does not exist (data root is /var/tmp/data ) at
project.pm line 781
project::persist_retrieve('project=HASH(0xf2ef40)') called at
project.pm line 330
project::make_view('project', , , 'HASH(0x628970)') called
at to_do.pm line 86
to_do::ANON(, , 'HASH(0x628970)') called at to_do.pm line 139
to_do::do('view', '', '/', 'HASH(0x628970)') called at
/var/www/cgi-bin/testmain.pl line 39
What do we want then?... will be project dependent, so should be in
schema file.
For to-do list, we want a list of selected actions. Specifically,
these are actions that have not-done-yet status, and are not masked by
wait-until date or wait-on action. Also, we want a list of wait-on
actions. Also, we want some buttons.
Arguably, we will need 'special pages' ie pages that do not have the
function of displaying a document. These might display the result of
a search. Also we will need to display search forms. The default can
just be one special special page with a null name. Maybe it can have a
name but we can make it a default as well.
Now we have special pages, though the only option is to escape to
Perl. What other options might we want?
2007-08-12: can handle no 'action' parameter now.