(file) Return to TODO CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

  1 mike  1.9 
  2 mike  1.1 				TO-DO List
  3           				==========
  4           
  5 mike  1.17     - Should ChannelHandler::handleOpen() do the registration with the
  6                  selector?
  7            
  8 mike  1.16     - Figure out how to handle getProperty() return type.
  9            
 10 mike  1.10     - Having problems with reference on Repository::createInstance() and
 11                  Repository::getInstance(). References not always in standard form.
 12                  Also, resolve() fails when instance has properties of difference
 13                  case.
 14            
 15 mike  1.15     - Super class name does not seem to be set in enumerateClasses operation.
 16            
 17 mike  1.6  
 18                ------------------------------------------------------------------------
 19 mike  1.15 
 20                -	Remove "std::" qualifiers and use a macro and use #define for
 21            	PEGASUS_NAMESPACE_STD.
 22 mike  1.6  
 23 mike  1.14     -  	Change getLength() to length() or size()?
 24            
 25                -  	Change find<Object> to find<Object>ByIndex().
 26            
 27                -	Need get by name.
 28            
 29 mike  1.6      Now:
 30            
 31 mike  1.12     -	Add convenience functions: addProperty().
 32 mike  1.11     -	Change CimException to CIMException
 33                -   Get ACE working on Tandem (or remove ACE from Pegasus).
 34                -   Port Pegasus to Tandem (look for Tandem machine at BMC).
 35                -   Instance repository.
 36 mike  1.13     -	Delete namespace.
 37 mike  1.11     -   Finalize provider interface.
 38                -   Associations (basic).
 39                -   Provider registration (by the standard).
 40                -   MOF compiler (finalize).
 41                -   Write short paper on Pegasus data objects.
 42                -   Integrate DOC++ with make system.
 43                -   Compaq requested SQL level-1 description.
 44                -   Get rid of ACE (required if no ACE on Tandem).
 45                -   Need query capability for Compaq.
 46                -   Threading (and process forking).
 47                -   Implement protocol module (the default uses ACE).
 48                -	Package up pegasus in Install Shield application.
 49 mike  1.6  
 50            
 51 mike  1.1      ------------------------------------------------------------------------
 52 mike  1.12 
 53                (A) Install shield install of Pegasus.
 54 mike  1.1  
 55 mike  1.8      (A)	Handle escaping of strings inside object names. Example:
 56            
 57                		X.key1="Hello \"You\""
 58            
 59 mike  1.2      (A) Notice that there is a bug where you select Scope::REFERENCE and
 60            	and the validation routines still say the scope is wrong for
 61            	qualifiers applied actual references (they are checking for
 62            	property instead).
 63            
 64                (A) There is an odering problem when applying the qualifiers with
 65                	association scope to classes. If the association qualifier does not
 66            	come first, then application of prior qualifiers fail.
 67            	Checking this should be moved to class resolution.
 68            
 69 mike  1.13     ------------------------------------------------------------------------
 70 mike  1.1  
 71 mike  1.13     (B) Hide setPropagated() and setClassOrigin() methods (only the resolve
 72                    method should touch these).
 73 mike  1.1  
 74 mike  1.13     (B) Change make system to rename dll's before link so that they
 75            	can be used by the server.
 76 mike  1.1  
 77                (B) Finish other CIM/HTTP protocol operations.
 78            
 79                (B) Use the description that comes back with an error code in the XML
 80                	protocol. Perhaps it should become an extra message field of
 81            	XmlException.
 82            
 83                (B) Source documentation.
 84            
 85                (B) Put README in each directory.
 86            
 87                (B) Handle UCS2 characters in XML (parsing and writing).
 88            
 89                (B) Check for overflow on the number of attributes in XML.
 90            
 91                (B) Handle PARAMETER.REFARRAY in XML.
 92            
 93                (B) Add validNamespace() method and use it.
 94            
 95                ------------------------------------------------------------------------
 96            
 97 mike  1.1      (C) Suppress error message printed by ACE caused by constructing an 
 98                    address from a non existent host.
 99            
100                (C) Ignore extraneous XML elements (loosely valid).
101            
102                (C) Get rid of fullyQualified flag.
103            
104                (C) Handling of hexadecimal integer values.
105            
106                (C) VALUE.REFERENCE within INSTANCENAME and KEYBINDING.
107            
108                (C) Resolve whether MOF is a requirement.
109            
110                (C) Handle case sensitivity of CIM identifiers.
111            
112                (C) Figure out how to handle CIM null values.
113            
114                (C) Make iteration scheme more general.
115            
116                (C) Develop XML repository importation mechanism.
117            
118 mike  1.1      (C) Move internal headers to ./internal directory
119            
120                (C) Split up XxxRep objects from Xxx objects.
121            
122                (C) Handle case insentive requirement on repository file names.
123            
124                (C) Devise a way to detect whether a class has instances.
125            
126                (C) Cleanup of execeptions.
127            
128                (C) Verify that fixed length arrays are properly handled.
129            
130                (C) Check for null string pointers in String class.
131            
132                (C) Verify that instances are property keyed (during validation).
133            
134                (C) Thread safety.
135            
136                (C) Use UTF8 for strings.
137            
138                (C) Shrink object sizes.
139 mike  1.1  
140                (C) Use lighter I/O system (get rid of C++ streams).
141            
142                (C) Provide conversion between DateTime and time_t.
143            
144                (C) Purify source.
145            
146                (C) Improve the representation of fixed arrays (is that pesky fixed-array
147                  	flag really necessary?)
148 mike  1.13 
149                (C)	Modify clear() methods on Array and String so that they don't
150            	release the old resource (more efficient for GetLine()). Add
151            	a resize() method.
152            

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2