Dong Shin 11.07.2014

  • 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) 

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?)

Phil 11.3.14

8:00 – 10:00, 12:00 – 5:00 SR

  • Access denied to production server, but we have it back on the test server
  • Status reports for Tangie – done
  • Finish documentation for vis2, start on Dong’s code
    • Done with Visibility3
    • Photoshopping FinancialAssistant4

VisibilityFullStack

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”
        }

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.

 

ScriptingFullStack

  • R ecovering a bit by looking at directives
  • Getting new Webstorm (9.0.1)

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