Update of /cvsroot/quantlibaddin/QuantLibAddin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8307
Modified Files:
todo.csv
Log Message:
Index: todo.csv
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** todo.csv 5 Sep 2006 09:59:41 -0000 1.47
--- todo.csv 5 Sep 2006 17:35:09 -0000 1.48
***************
*** 1,38 ****
! "project","subproject","task","status","priority","comp date","comment"
! ,,,,,,
! "gensrc","Design","Increase max # params for Excel functions",,,,
! "gensrc","Design","Extend loop functionality to Procedure class",,,,
! "QLA","Enumerations","EuriborSwapFixA - fix design problems",,1,,
! "OH","Design","ohLastErrorMessage() - analyze a better approach for error handling and diagnostics",,1,,
! "OH","Design","ohDummyObject() to create an empty object for demo purposes",,1,,
! "QLA","Enumerations","enumeration as return value (string) ï¾ should be same as the input value ï¾ Period, DayCounter",,1,,
! "all","General Support","NSIS installers - uninstall old app before installing new",,2,,
! "gensrc","Design","remove platform-specific configuration/code from core gensrc app",,2,,
! "all","General Support","migrate gensrc/OH/QLA/QLXL sourceforge projects back into QL",,2,,"need to resolve name conflict for QLXL module"
! "OH","Design","update design doc",,2,,
! "QLA","Design","#include fewer headers to speed compilation",,2,,"re-enable optimization, investigate precompiled headers, /Zm flag"
! "QLA","General Support","performance profile of workbook YieldCurveMonitor.xls",,2,,
! "QLA","VBA framework","network launcher/updater for VBA framework - to point to different environments / configuration files",,2,,
! "QLA","Design","add support to take a QL object, wrap it in a QLA object, and store it in the OH repository",,3,,
! "QLA","Design","use Excel SmartTags to allow interrogation of objects",,3,,
! "QLA","Docs","autogenerate documentation for datatype, default value, platform",,3,,"organize docs appropriately for OH/QLA/QLXL"
! "QLA","Enumerations","enums as function inputs: optional description suffixed with generic description taken from enum metadata",,3,,
! "QLA","Functions","port old QLXL functionality into new QLXL",,3,,
! "QLA","General Support","C++ examples - add VOs, NPV calculations",,3,,
! "QLA","gensrc","replace Serializer class with Reader class ï¾ since we will never DeSerialize anything",,3,,
! "QLA","VBA framework","design for real-time live feed",,3,,
! "QLA","VBA framework","menu options to load/unload XLL/XLA ï¾ implement as toggle","in progress",3,,
! "OH","Design","""reflection"" - support member functions dynamically",,4,,
! "OH","Design","Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.",,4,,
! "OH","Design","allow objects to be grouped",,4,,
! "QLA","Design","Sessions: instead of using workbook as session, allow user to specify session number",,4,,
! "QLA","Enumerations","add support for description e.g. Nullcalendar, DayCounter::NoFrequency, DayCounter::Simple",,4,,
! "QLA","General Support","count the number of functions available in the addin",,4,,
! "QLA","General Support","calculate memory usage of repository",,4,,
! "QLA","gensrc","Provide schema for XML",,4,,
! "QLA","gensrc","extend rule.py to support conversion of Guile datatypes",,4,,
! "QLA","ValueObjects","dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,4,,
! "QLA","VBA framework","access logfile (GUI browser)",,4,,
! "QLA","VBA framework","interrogate object repository (GUI browser)",,4,,"Plamen?"
! "QLA","Enumerations","port ET/EC registry from QuantLibXL to ObjectHandler","on hold",,,"requires redesign to allow multiple XLLs to share global Registry"
! "QLA","General Support","YC bootstrap fails if workbook RateHelpers.xls is open","on hold",0,,"unable to recreate problem (reuters required?)"
--- 1,38 ----
! project,subproject,task,status,priority,comp date,comment
!
! gensrc,Design,Extend loop functionality to Procedure class,,,,
! QLA,Enumerations,EuriborSwapFixA - fix design problems,,1,,
! OH,Design,ohLastErrorMessage() - analyze a better approach for error handling and diagnostics,,1,,
! OH,Design,ohDummyObject() to create an empty object for demo purposes,,1,,
! QLA,Enumerations,"enumeration as return value (string) ï¾ should be same as the input value ï¾ Period, DayCounter",,1,,
! all,General Support,NSIS installers - uninstall old app before installing new,,2,,
! gensrc,Design,remove platform-specific configuration/code from core gensrc app,,2,,
! all,General Support,migrate gensrc/OH/QLA/QLXL sourceforge projects back into QL,,2,,need to resolve name conflict for QLXL module
! OH,Design,update design doc,,2,,
! QLA,Design,#include fewer headers to speed compilation,,2,,"re-enable optimization, investigate precompiled headers, /Zm flag"
! QLA,General Support,performance profile of workbook YieldCurveMonitor.xls,,2,,
! QLA,VBA framework,network launcher/updater for VBA framework - to point to different environments / configuration files,,2,,
! QLA,Design,"add support to take a QL object, wrap it in a QLA object, and store it in the OH repository",,3,,
! QLA,Design,use Excel SmartTags to allow interrogation of objects,,3,,
! QLA,Docs,"autogenerate documentation for datatype, default value, platform",,3,,organize docs appropriately for OH/QLA/QLXL
! QLA,Enumerations,enums as function inputs: optional description suffixed with generic description taken from enum metadata,,3,,
! QLA,Functions,port old QLXL functionality into new QLXL,,3,,
! QLA,General Support,"C++ examples - add VOs, NPV calculations",,3,,
! QLA,gensrc,replace Serializer class with Reader class ï¾ since we will never DeSerialize anything,,3,,
! QLA,VBA framework,design for real-time live feed,,3,,
! QLA,VBA framework,menu options to load/unload XLL/XLA ï¾ implement as toggle,in progress,3,,
! OH,Design,"""reflection"" - support member functions dynamically",,4,,
! OH,Design,Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.,,4,,
! OH,Design,allow objects to be grouped,,4,,
! QLA,Design,"Sessions: instead of using workbook as session, allow user to specify session number",,4,,
! QLA,Enumerations,"add support for description e.g. Nullcalendar, DayCounter::NoFrequency, DayCounter::Simple",,4,,
! QLA,General Support,count the number of functions available in the addin,,4,,
! QLA,General Support,calculate memory usage of repository,,4,,
! QLA,gensrc,Provide schema for XML,,4,,
! QLA,gensrc,extend rule.py to support conversion of Guile datatypes,,4,,
! QLA,ValueObjects,"dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,4,,
! QLA,VBA framework,access logfile (GUI browser),,4,,
! QLA,VBA framework,interrogate object repository (GUI browser),,4,,Plamen?
! QLA,Enumerations,port ET/EC registry from QuantLibXL to ObjectHandler,on hold,,,requires redesign to allow multiple XLLs to share global Registry
! QLA,General Support,YC bootstrap fails if workbook RateHelpers.xls is open,on hold,0,,unable to recreate problem (reuters required?)
! gensrc,Design,Increase max # params for Excel functions,done,,,
|