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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2