[QuantLibAddin-cvs] QuantLibAddin todo.eric.csv,1.18,1.19
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2007-01-12 16:51:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1009 Modified Files: todo.eric.csv Log Message: Index: todo.eric.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.eric.csv,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** todo.eric.csv 10 Jan 2007 19:34:38 -0000 1.18 --- todo.eric.csv 12 Jan 2007 16:51:49 -0000 1.19 *************** *** 1,21 **** project,subproject,task,status,priority,days,comp date,comment - OH,Design,analyze Excel looping / use ohThing() for demo workbook,in progress,,,, ?,General Support,some additional coercions (?),,,,, ?,General Support,dates problems (?),,,,, ! all,General Support,migrate SF projects and branch 0.4.0 release,,,,, ! QL,Design,replace all instance of post-increment with pre-increment where appropriate in the for loops,,3,,, ! QLA,Design,fix Katiuscia's reported bug on Index - (this is a design change not a bug) :-),cancelled,2,,, QLXL,Design,performance profiling / FunctionCall() constructor,done,,,, QLA,Design,QuantLib.xla double-click/launcher launch (i.e. do not rely on environment variables anymore),done,0,,, OH,Design,consolidate ohFilter1/ohFilter2 into ohFilter and enable Function Wizard,done,1,,, OH,Design,case insensitive regex in listObjectIDs,done,3,,, ! gensrc,Design,types.xml,,,,, OH,Design,refactor OH / OHXL implementation (including implementation of coercion),in progress,1,,, ! QLXL,Framework,separate QuantLibXL.xla into multiple modules with loader facility,in progress,2,,, ! QLA,Design,enumeration aliases - map multiple strings to single enum value,in progress,2,1,, QLXL,Launcher,throw exception if registry version > launcher version,,,,, ! OH,Design,volatile functions - allow user to specify in function metadata,,2,,, gensrc,Design,remove platform-specific configuration/code from core gensrc app,,2,2,, QLA,Design,right-click enumerations: implement proper design using hidden sheet,,2,1,, --- 1,24 ---- project,subproject,task,status,priority,days,comp date,comment ?,General Support,some additional coercions (?),,,,, ?,General Support,dates problems (?),,,,, ! QLA,Design,fix Katiuscia's reported bug on Index - (this is a design change not a bug) :-),cancelled,,,, ! OH,Design,analyze Excel looping / use ohThing() for demo workbook,done,,,, QLXL,Design,performance profiling / FunctionCall() constructor,done,,,, QLA,Design,QuantLib.xla double-click/launcher launch (i.e. do not rely on environment variables anymore),done,0,,, OH,Design,consolidate ohFilter1/ohFilter2 into ohFilter and enable Function Wizard,done,1,,, OH,Design,case insensitive regex in listObjectIDs,done,3,,, + ,,predefined objects,,1,,, + all,General Support,migrate SF projects and branch 0.4.0 release,,0,,, + QL,Design,replace all instance of post-increment with pre-increment where appropriate in the for loops,,3,,, + QLXL,General Support,investigate bug in AssetSwap.xls,in progress,,,, + QLXL,General Support,investigate failure of WorkbookOpen,,1,,, ! gensrc,Design,types.xml,,1,,, OH,Design,refactor OH / OHXL implementation (including implementation of coercion),in progress,1,,, ! QLXL,Framework,separate QuantLibXL.xla into multiple modules with loader facility,in progress,3,,, ! QLA,Design,enumeration aliases - map multiple strings to single enum value,in progress,3,1,, QLXL,Launcher,throw exception if registry version > launcher version,,,,, ! OH,Design,volatile functions - allow user to specify in function metadata,,3,,, gensrc,Design,remove platform-specific configuration/code from core gensrc app,,2,2,, QLA,Design,right-click enumerations: implement proper design using hidden sheet,,2,1,, *************** *** 24,28 **** QLA,General Support,performance profile of workbook YieldCurveMonitor.xls and Actions/Open Live Feed,,2,2,, gensrc,Design,return std::pair (see locate in swaptionvolmatrix),,3,1,, - all,General Support,migrate QLA/QLXL SourceForge projects back into QL,,3,- -,,request deletion of old QLA/QLXL repositories OH,Design,update design doc,,3,2,, QLA,gensrc,Provide schema for XML,,3,2,, --- 27,30 ---- *************** *** 48,76 **** QLA,VBA framework,design for real-time live feed,on hold,3,,, QLA,Enumerations,"enumeration as return value (string) should be same as the input value Period, DayCounter",on hold,3,,,already done by Ferdinando? - ?,?,move stub.enum.types out of GenSrc into QLA,,4,,,this is part of larger task 'remove QL code from core gensrc app' - QLA,VBA framework,menu options to load/unload XLL/XLA implement as toggle,cancelled,4,,, - QLA,Functions,port old QLXL functionality into new QLXL,cancelled,4,,, - QLA,Design,loop functions: 1) template 2) Procedures 3) error per iteration,done,2,,, - gensrc,Design,Increase max # params for Excel functions,done,5,,, - QLA,Design,right-click error messages - allow user to click anywhere in the range,done,2,,, - QLA,gensrc,extend rule.py to support conversion of Guile datatypes,done,5,,, - gensrc,Design,consolidate Rule/RuleGroup classes,done,2,,, - gensrc,Design,consolidate functions serializeObjectDict/serializeObjectDict2,done,2,,, - QLA,General Support,count the number of functions available in the addin,done,5,,, - OH,Design,ohLastErrorMessage() - analyze a better approach for error handling and diagnostics,done,1,,, - QLA,Design,export and use Quote (or Handle<Quote>) instead of double to solve the problem of reconstructing objects with default value,done,0,,, - QLA,Enumerations,EuriborSwapFixA / Eur Libor - fix design problems,done,0,,, - gensrc,Design,"automatic conversion of QuantLib::Rate, Volatility, Discount, Spread, Time, etc",done,5,,, - QLA,General Support,allow for default optimization Method (see as example qlAbcdCapletCalibration in marketmodels.xml),done,1,1,, - QLA,Design,Joint Calendar as other Calendar (with special string),done,2,"0,5",, - QLA,General Support,bring the C Addin and QuantLibXLDynamic up to date,done,5,,, - gensrc,Design,subdivide file qlxl\qladdin.cpp (1MB!) by category,done,2,1,, - OH,Design,convert objectIDs to uppercase,done,,,, - OH,Design,implement case-preserving behavior for objectIDs,done,4,,, - QLA,VBA framework,network launcher/updater for VBA framework - to point to different environments / configuration files,done,1,3,, - all,General Support,NSIS installers - uninstall old app before installing new,cancelled,1,- -,,not required after network launcher? - QLA,Launcher,cleaner IPC between launcher & framework,done,2,,, - QLA,Design,additional dynamic cast in handleToLib for qlTermStructureReferenceDate() etc.,done,2,,, - QLA,Design,"add support to take a QL object, wrap it in a QLA object, and store it in the OH repository",done,4,,, - QLA,General Support,NSIS scripts for network installations,done,2,,, - OH,Design,"ohDemoObject(parameter1, parameter2) to create an empty object for demo purposes",done,4,,, --- 50,51 ---- |