- working on Query Builder (AngularJS)
- got ui-grid working in Modal Dialog
- connected to FinancialAssistantService
- working on displaying data
- busy cursor for $http
- working on Direct Cite/Reimbursable queries
Monthly Archives: November 2014
Dong Shin 11.13.2014
- discussion on Direct Cites/Reimbursable…
- looks like ng-grid has been deprecated. use Angular UI Grid
- working on Query Builder – AngularJS
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.12.14
8:00 – 4:00 SR
- DB backups
- Training
- Talked to Chris about next steps. Tentatively, Dong will redo the FR Assistant in Angular after he finishes Direct Cite, and I’ll start on visualization.
- Tabs in angular, and without $scope
- More training.
Phil 11.11.14
7:30 – 10:00, 5:30 – 7:00 SR
- Taking advantage of the holiday to figure out the Angular that I forgot while I was documenting.
- Changed queryApp to use factories and added predefined queries
- Processing json messages. Working on adding a set of tabs to show the different processing.
- You would think that tabs would be a thing, but they’re really horizontal menues in CSS. Using pure css to make this easier. But I can’t find a way to make the tabs behave like radio buttons. Looks like my first directive…
Dong Shin 11.10.2014
- enable use of current Tomcat install in Eclipse web projects
- enable CORS (Cross Origin Resource Sharing) in Tomcat – 7.0.41 or up…
- http://enable-cors.org/server_tomcat.html
- look like I need to upgrade tomcat…
- upgrading XAMPP to 1.8.3 – done!
- got login to work – ng-model must be coverted to JSON object!
- adding textArea and ng-grid for Query Builder!!
Phil 11.10.2014
8:00 – 3:00 SR
- DB backups
- Added installed software to security plan
- More training
- Angular?
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)
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



You must be logged in to post a comment.