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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2