- Chrome’s Flash Debug Player has disappeared!
- Adobe now has separate ones for Chrome and Firefox
- installed the latest one
- Fixed Change Password issues in FA
- working on getting Phil’s Charting
- installed – GNU Make 3.81, WinSCP 5.72, WindMD5.exe and touch.exe to System32 folder
- had to remove Visual Studio – ts compiler conflict!
- got WebGlChart2D running on Tomcat
Author Archives: gvr4wd
Dong Shin 04.29.2015
- downloaded Phil’s charting code – 800MB > !!!!
- fixed months array (mappings[0]) returning in incorrect order
- added 12 months data instead of 6 months for obligations/outlays goals
- found nice AngularJS charting at https://github.com/maxklenk/angular-chart
Dong Shin 04.28.2015
- continue working on the test app for Charting Data
- fixed a bug that returns data in reverse order of the months
- working with SimpleRegression math to get future prediction values
Dong Shin 04.27.2015
- working on Charting Data (future values) – done!
- working on little test Angular app for Charting Data
Dong Shin 04.24.2015
- working on future values
- org.apache.commons.math3.stat.regression.SimpleRegression
- y = mx + b where
- addData(double[][] data)
- m = getSlope(), b = getIntercept()
- added to config.properties
- futureMonthTypes=future_facts_oubligations,future_facts_outlays,future_pm_actuals
- future_facts_outlays=reportedFactsOutlays
future_facts_oubligations=reportedFactsObligated
future_pm_actuals=pmActuals
Dong Shin 04.23.2015
- workingon Charting Data
- working on parsing query results to HashMap….
- moved 12 and 6 months to config.properties
- http://localhost:8080/FinancialAssistantService/rest/storedQuery/get-chart-data/2015/RDT&E%20(FY10)/ACC
- Useful JSON validator – http://jsonlint.com/
Dong Shin 04.22.2015
- working on Charting Data
- got query to work
- parsing query result to ChartData
- instead of using nested Java Class objects, trying HashMap
- got JSON service to work
- Phil’s structure’s missing and using wrong names?
- Obligation Goal – Area shading obligation_goals
Outlay Goal – Area shading outlay_goals
Committed Amount – Bar committed_amounts
Obligation Amount – Bar obligations
FACTS Outlay – Bar outlays
PM Actuals – Bar pm_actuals
Projected FACTS Outlay future_facts
Projected PM Actuals future_pm_actuals
- Obligation Goal – Area shading obligation_goals
- working on HashMap to return complete data
- Map<String, Map<String, ChartDataCell>>
- {“obligation_goals”:
{“Sep”:{“min”:0.0,”max”:150000.0},
“Feb”:{“min”:0.0,”max”:150000.0},
“Mar”:{“min”:0.0,”max”:150000.0},
“Apr”:{“min”:0.0,”max”:150000.0},
“Oct”:{“min”:0.0,”max”:150000.0},
“May”:{“min”:0.0,”max”:150000.0},
“Jan”:{“min”:0.0,”max”:150000.0},
“Nov”:{“min”:0.0,”max”:150000.0},
“Dec”:{“min”:0.0,”max”:150000.0},
“Jul”:{“min”:0.0,”max”:150000.0},
“Aug”:{“min”:0.0,”max”:150000.0},
“Jun”:{“min”:0.0,”max”:150000.0}},
“committed_amounts”:
{“Sep”:{“min”:0.0,”max”:150000.0},
“Feb”:{“min”:0.0,”max”:150000.0},
“Mar”:{“min”:0.0,”max”:150000.0}……….
Dong Shin 04.21.2015
- met with Lenny and Chris to discuss the priorities – charting first….
- working on Chart Data
- created ChartData, ChartDataRow, ChartDataCell classes
- ChartDataService to run SQLs
Dong Shin 04.20.2015
- Setting up AngularJS, Jasmine, and Karma in Visual Studio
- Node.js
- Chutzpah Test Adapter for Visual Studio
- Chutzpah Test Runner Context Menu for Visual Studio
- unable to follow…… create projects in a project?
- working on adding chart data service to StoredQueryService
- Tomcat keeps crashing by running out of permGen memory…..
Dong Shin 04.16.2015
- fixed Direct Cite warning showing when Contracts are empty!
- FireFox not showing latest JS changes made while Chrome does….
- working on FA to add Obligations/Oulays/PM Actuals in Req Select
Dong Shin 04.15.2015
- fixed Month 10 not showing correctly
Contract Details not enabled when the first question is yes and the second is yes, then change the first to noFixed- Direct Cite warning when Funding Breakdown is correct!
- add Obligations, Outlays, and PM Actuals to Requisition selection in Query Builder – possibly year and month selectors as well.
Dong Shin 04.14.2015
- better instruction to set up Karma for Windows
- going thru AngularJS: Up and Running again for TDD
- two bugs reported from Lenny, but cannot duplicate here…..
- On Contract Details if a user selects yes for the first answer then changes it to no they cannot continue. I got around it by changing the second answer to no then changing the first answer to no.
On the Request Form Data (the info in the center that populates from the data entered in each module) month 10 for the Outlay Plan is showing as zero on all request forms. I checked and there is a dollar amount entered in the Outlay Plan module. All other months appear to be displaying correctly.
Dong Shin 04.13.2015
- working on Reqonciler
- make sure all the jars are included in the server project when sub projects/libraries are used. Missing jars causes Class not found exception that leads to non-helpful debug messages…..
- Reqconciler services working – upload and parsing.
- looking at Test Driven Development (TDD) for AngularJS
- http://blog.jetbrains.com/webstorm/2013/10/running-javascript-tests-with-karma-in-webstorm-7/
- http://confluence.jetbrains.com/display/WI/Running+JavaScript+tests+with+Karma
- none of these seems to work on Windows!
- trying to follow – http://matthewodette.com/installing-node-and-karma-for-angularjs-testing-on-windows/
- installed Git – http://git-scm.com/download/win
- example not working!
Dong Shin 04.08.2015
- working on Reqonciler
- got Spring File Uploader working
- requires multipartResolver bean, commons-fileupload-1.3.1.jar, commons-io-2.4.jar
- ported ContractsParser from FinancialAssistant to ReqoncilerService
- got Spring File Uploader working
Dong Shin 04.06.2015
- looks like WebStorm v. 9 workspace is not compatible with v. 10 – updated office pc to v. 10
- refactoring FinancialAssistantService project
- working on new Reqonciler


You must be logged in to post a comment.