- deployed new FA – fixed rolling month for PM Actuals
- discussed how to implement Direct Cite and Reimbursable Obligations
- AngularJS – working on login using ngRoute…..
- add http response status to server response in FinancialAssistantService so that AngularJS can process the response in promises better……
- public List<User>>getAllUsers(HttpSession session) to
- public ResponseEntity<List<User>> getAllUsers(HttpSession session)
Phil 11.7.14
8:00 – 12:30 SR
- DB Backups
- Deployed new FA
- Training. Working with Larry and Lenny to finish the security plan.
Dong Shin 11.06.2014
- deployed new FA – sorting fixed, still broken month rollover (shows previous month for current month)
- fixed PM Actuals month rollover (again!) – need to look at fiscal year not calendar year
- fixed datagrid footers not showing properly in Query Builder
- AngularJS…
Phil 11.6.14
8:00 – 5:30 SR
- DB Backups
- Deployment of new FA. Still some problems.
- Chasing down webstorm bugs. Creating a new project seems to make everything work just fine. Going to try checking out ‘experiments’. And that worked!
- Then the corporate Internet and phones went down. I’m now writing this from home.
- Angular? Yep, back to directives. FF v.33 is genuinely hosed with the IntelliJ debugger. Though since the FF debugger is so good, that’s not really much of a problem?
- Chapter 13 – Advanced Directives (pun intended?)
Dong Shin 11.05.2014
- fixed PM Actualls rolling in Query Builder
- if the today is before 18th, show two months prior for the current month column, after 18th one month prior
- all others show one month prior
Phil 11.5.2014
8:00 – 5:00 SR
- DB backups
- Worked through October data not showing problem with Lenny and Dong
- Installed new IntelleJ, fixing what broke – bad enough that I created an issue in their bug tracker: https://youtrack.jetbrains.com/issue/WEB-14100
- Working on index page for documentation – done, and here it is: http://philfeldman.com/VizToolDocs/
Phil 10.4.14
8:00 – 4:00 SR
- Back on the servers!
- DB backups
- Training
- Found a nice tutorial on curve fitting with Excel for Lenny
- Back to documentation
- Finished FA-RA-RQ diagram
Phil 11.3.14
Dong Shin 11.03.2014
- Mozilla Announcements
- AngularJS Tutorials
- UnitTtesting – do this for every project
- npm install karma
- npm install karma-jasmine karma-chrome-launcher
- karma-cli elimninates need to run node_modules/karma/bin/karma start myconf.js
- UnitTtesting – do this for every project
Phil 10.31.14
8:00 – 12:00 SR
- Trying to get access to the test server restored.
- DB backups
Dong Shin 10.30.2014
- fixed PM Actuals not sorting properly in Query Builder
- got SQLController/Service working
- send up
- {
“sqlStr”:”select begin_year, end_year from projects limit 1″,
“user”:{
“login”: “projportfolio”,
“password”: “projportfolio”
}
}
- {
- received
- {
“status”: true,
“statusString”: “”,
“errorString”: “”,
“data”: [
{
“end_year”: 2017,
“begin_year”: 2014
}
],
“exception”: “”,
“sqlStr”: “select begin_year, end_year from projects limit 1”
}
- {
- send up
Phil 10.30.14
7:30 – 12:00, 2:30 – 5:30 SR
- Looks like Angular is going to change substantially: http://jaxenter.com/angular-2-0-112094.html#comment-1658778664
- Some more Angular 2.0 stuff: http://sdtimes.com/atscript-googles-new-superset-javascript-runtime/
- DB Backups
- Security plan with Lenny? Good progress.
- More documentation. Start Visibility3 today
- Finished the Java section, working on de-mavening and getting all the old Flex to compile.
Phil 10.29.14
8:00 – 5:00 SR
- DB backups
- Deployed new FA plus scriptEngine.jar and javaUtils.jar. Ronda will bounce the server at 4:00.
- So server paperwork today – postponed till tomorrow
- Documented visibility scripting. It turned out to be MUCH BIGGER than the Funding Request assistant. So instead of drawing the relationships by hand I took the package views from Eclipse and Flashbuilder, edited them in Photoshop, and assembled the results in Illustrator. For the database, I used SchemaSpy, which is both clunky and cool. And here are the results. From the time it took for these, I’d say Visibility and FA/RA/RQ should be done in less than a week.
- R ecovering a bit by looking at directives
- Getting new Webstorm (9.0.1)
Dong Shin 10.29.2014
- deployed new FA, scriptEngine.jar, and javaUtils.jar
- working on FinancialAssistantService
- added SQLRequest and SQLResponse
- helped Phil on database documentation
Dong Shin 10.28.2014
- fixed ExportToVizWindow not defaulting to the roles found
- fixing ExportToViz not saving data correctly…
- new scriptEngine.jar needed
- modified javaUtils.jar
- working on FinancialAssitantServer for JSON response




You must be logged in to post a comment.