~ubuntu-branches/ubuntu/hardy/gnue-common/hardy

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-03-09 11:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050309110631-8gvvn39q7tjz1kj6
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
GNUe Common: Feature Plans
 
3
 
 
4
======================================================================
 
5
0.5.x Releases
 
6
======================================================================
 
7
 
 
8
----------------------------------------------------------------------
 
9
GOALS
 
10
----------------------------------------------------------------------
 
11
 
 
12
  The focus during the 0.5.x series of GNUe Common releases
 
13
  will concentrate on added the necessary features to support
 
14
  the changes to the other applications.
 
15
 
 
16
----------------------------------------------------------------------
 
17
TODO
 
18
----------------------------------------------------------------------
 
19
 
 
20
  All outstanding critical bugs in dcl, if any
 
21
 
 
22
Input Masks
 
23
  * Finish format mask driver system (Text, Numbers, and Dates)
 
24
 
 
25
Data Sources
 
26
  * Add support for predefined sorting to Data Sources
 
27
  * Add support for direct insert/delete/update in GDataSource so that
 
28
    inserts/deletes/updates can happen without having to build a ResultSet
 
29
    (needed to speed up appserver)
 
30
 
 
31
Triggers
 
32
  * Support for self from named triggers
 
33
 
 
34
RPC code
 
35
  * General speed improvements
 
36
  * Add session support
 
37
 
 
38
----------------------------------------------------------------------
 
39
IN PROGRESS
 
40
----------------------------------------------------------------------
 
41
 
 
42
Documentation
 
43
  * Complete first draft of "Developing Applications using GNUe Common"
 
44
 
 
45
Triggers
 
46
  * Split trigger code into language specific and trigger specific code
 
47
  * Add more trigger languages (ECMAScript, C#)
 
48
 
 
49
Data Sources
 
50
  * Use DIBSIG2's feature of typed parameters instead of doing it ourselves
 
51
    in _toSqlString
 
52
 
 
53
----------------------------------------------------------------------
 
54
FINISHED
 
55
----------------------------------------------------------------------
 
56
 
 
57
Scripter / gnue-schema
 
58
  * Instead of creating sql-file send generated SQL text to a connection
 
59
 
 
60
 
 
61
======================================================================
 
62
0.6.x Releases
 
63
======================================================================
 
64
 
 
65
----------------------------------------------------------------------
 
66
GOALS
 
67
----------------------------------------------------------------------
 
68
 
 
69
  The focus during the 0.6.x series of GNUe Common releases
 
70
  will concentrate on cleanup, documentation, and fixing broken
 
71
  or partially implemented features or other incompatibilities
 
72
  with tools.
 
73
 
 
74
----------------------------------------------------------------------
 
75
TODO
 
76
----------------------------------------------------------------------
 
77
 
 
78
  All outstanding critical bugs in dcl, if any
 
79
 
 
80
Internals
 
81
  * Explore storing compiled GParser created trees for performance
 
82
    (g?d -> g?c)
 
83
 
 
84
Code Cleanup
 
85
  * Usage Audit
 
86
  * Profile
 
87
  * Remove obsolete code
 
88
  * Complete GMenu system
 
89
 
 
90
 
 
91