Category Archives: Phil

Phil 11.13.14

8:00 – 5:00 SR

  • DB backups
  • Discussion with Lenny about Direct Cite vs. Reimbursable. I think in the future that Spring DB access plus a rules engine (using WEKA?) might give us what we want.
  • Finally got tabs working in my system:
<!doctype html>
<html ng-app="ui.bootstrap">
<head>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js"></script>
    <script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.2.js"></script>
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>

<div ><!--ng-controller="TabsDemoCtrl as tabCtrl"-->
    <tabset>
        <tab heading="Justified">Justified content</tab>
        <tab heading="SJ">Short Labeled Justified content</tab>
        <tab heading="Long Justified">Long Labeled Justified content</tab>
    </tabset>
</div>
</body>
</html>
  • Ands to get all that working also requres the bootstrap css. This isn’t surprising, it’s just not listed anywhere. So at this point, to accommodate libraries/frameworks and styles that will be reused between projects, we’re settling on a libs and styles directory. These directories will contain the local copies of the code/css files that we use in our apps.
  • Of course, the icons don’t work. It looks like we’ll need the fonts folder in the styles folder as well. Really don’t want to put in the js. And I didn’t have too.
  • So it looks like we need the following two libraries to begin with:
    • UI Bootstrap: Bootstrap components written in pure AngularJS by the AngularUI Team
    • AngularUI: The companion suite(s) to the AngularJS framework.
  • Thinking about the following for the post-JSON formatting
    session charcode char dn msec up msec

 

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

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)

Phil 10.28.14

8:00-5:00 SR

  • DB backups
  • deploy
    • fix text that has special characters (i.e. ‘)
    • Add validator that requires a choice on the role. Or default to Manager.
  • Meeting with Lenny, Larry, Ronda, Chris and? On getting our server paperwork approved
  • Documentation
    • Funding Request Assistant Funding Request Assistant
    • Scripting Server – started, but had to de-mavenize before proceeding. Much more complicated than FRA, above.
    • Visibility
      • Data Visualizer
      • Admin
    • Reqonciler
    • Requisition Assistant
    • Financial Assistant

Phil 10.27.14

8:00 – 3:00 SR

  • DB Backups
  • Documentation
    • Exporting all the diagrams  – done
  • Checked in JavaUtils after some weirdness. Dong is using it with no problems.
  • Worked on some simple Angular directives over the weekend
  • Started overall system diagrams. First had to download Illustrator. That took an *hour*.

Phil 10.23.14

8:00 – 5:30 SR

  • DB backups
  • Documentation
    • com.edgeti.VisibilityServer.Excel
      • ExcelIngestorBase
      • AsciiIngestor
      • ExcelIngestor
      • CsvIngestor
      • ExcelExport
      • FileUploader
      • FileUploader2
      • TsvIngestor
    • com.edgeti.VisibilityServer.Ingestor
      • AutoIngestor
      • AutoIngestorServlet
      • Credentials
      • CredentialsBase
      • FilterFacade
    • com.edgeti.VisibilityServer.Security
      • AccessControlFilter
      • FilterFacade
      • CredentialsBase
      • Credentials
    • com.edgeti.VisibilityServer.UsersAndRoles
      • DbHelper
      • DbTable
      • RoleInfoObject
      • RoleNode
      • RoleTree
      • TableInfoObject
      • UserAndRoleFakeData
      • UsersAndRolesTests
    • com.edgeti.VisibilityServer.XMLIngestors
      • SolrXMLIngestor