/[papo]/gnue/common/TODO
ViewVC logotype

Diff of /gnue/common/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.2.2.1 by anthonyl, Tue Mar 4 22:09:30 2003 UTC
# Line 1  Line 1 
 TODO for GNUe-Common  
1    
2  * GParser needs to defined some new exceptions (Parser???Exception)  GNUe Common: Feature Plans
   and everywhere:  
        print "Some error"  
        sys.exit()  
   appears, replace with:  
        raise NewException, "Some Error"  
   All the exceptions should be inherited from a common ParserException  
3    
4    [this is mostly completed -- jcater]  ======================================================================
5    0.5.x Releases
6    ======================================================================
7    
8    ----------------------------------------------------------------------
9    GOALS
10    ----------------------------------------------------------------------
11    
12  * Add a GSetup class that will provide basic support for installing    The focus during the 0.5.x series of GNUe Common releases
13    GNUe apps.  It'll include support for merging config data, installing    will concentrate on cleanup, documentation, and fixing broken
14    samples and docs, dependency checking, etc, etc    or partially implemented features or other incompatabilities
15      with tools.
16    
17    ----------------------------------------------------------------------
18    TODO
19    ----------------------------------------------------------------------
20    
21  * Make modification of data lock the record in the backend (if supported)    All outstanding critical bugs in dcl, if any
22    
23    Setup Subsystem
24      * Introduction of a GSetup framework designed to make installation
25        of our tools easier.
26    
27  * Add a "disconnect" function to the GConnections class and make the client  Input Masks
28    tools call this prior to exiting. (the problem is that the "connection"    * Finish format mask driver system (Text, Numbers, and Dates)
   objects are returned the native types returned by the vendor's driver)  
29    
30    Data Sources
31      * Add support for predefined sorting to Data Sources
32    
33    Code Cleanup
34      * Usage Audit
35      * Profile
36      * Remove obsolete code
37      * Complete GMenu system
38    
39  ROADMAP  Triggers
40      * Support for self from named triggers
41    
42  0.1.x  ----------------------------------------------------------------------
43     finish GEAS driver  IN PROGRESS
44     implement introspection in specific dbdrivers  ----------------------------------------------------------------------
45    
46    Documentation
47      * Complete first draft of "Developing Applications using GNUe Common"
48    
49    
50    ======================================================================
51    0.6.x Releases
52    ======================================================================
53    
54    ----------------------------------------------------------------------
55    GOALS
56    ----------------------------------------------------------------------
57    
58      The focus during the 0.5.x series of GNUe Common releases
59      will concentrate on cleanup, documentation, and fixing broken
60      or partially implemented features or other incompatabilities
61      with tools.
62    
63    ----------------------------------------------------------------------
64    TODO
65    ----------------------------------------------------------------------
66    
67      All outstanding critical bugs in dcl, if any
68    
69    Internals
70      * Explore storing compiled GParser created trees for performance
71        (g?d -> g?c)
72    
 0.3.0  
   Implement trigger support (python based)  
73    
74    
 ?.?.?  
    Implement more languages into trigger support  
    finish "conditional" support  
    basic gcomm support  
    gsetup system  
    world peace  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26