Edit detail for Features That Need Work revision 1 of 1

1
Editor: Ed Leafe
Time: 2006/05/04 07:58:23 GMT+0
Note:

changed:
-
Framework

  - Create a system for extracting all i18n strings into a database, generating the required gettext .po files, and adding them to the repository. 

  - Add a dApp setting that will allow users to switch localization on the fly.

----

**Designer**

 - Address some performance issues. The Designer is working well, but bogs down in many places.
 
 - Begin the creation of the IDE. This should tie together the following items:
 
     1 Project Management
     
     2 Code editing
     
     3 Visual designers
     
     4 Visual debuggers
     
     5 Generation of installable packages for each platform.

----

**Database**

  - Implement the following database systems:

    - MicrosoftSQLServer
    
    - Oracle

    - Berkeley DB

    - Generic ODBC
    
    - Visual FoxPro

    - Others?

----

**UI**  

  - Complete the wrapping of the most useful [wxPython] controls.
  
  - Optimize the performance of the event model

  - (Post 1.0) Begin to explore other UIs: 

    - TkInter 

    - Qt

    - Curses

----



Framework

  • Create a system for extracting all i18n strings into a database, generating the required gettext .po files, and adding them to the repository.
  • Add a dApp setting that will allow users to switch localization on the fly.


Designer

  • Address some performance issues. The Designer is working well, but bogs down in many places.
  • Begin the creation of the IDE. This should tie together the following items:
    1. Project Management
    2. Code editing
    3. Visual designers
    4. Visual debuggers
    5. Generation of installable packages for each platform.


Database

  • Implement the following database systems:


UI

  • Complete the wrapping of the most useful wxPython controls.
  • Optimize the performance of the event model
  • (Post 1.0) Begin to explore other UIs?:
    • TkInter?
    • Qt
    • Curses