- got AngularJS working in Eclipse using Dynamic Web Project
- Looking at Hibernate.. http://www.wikihow.com/Generate-Hibernate-Pojo-Classes-from-DB-Tables
- installed JBoss Tools – http://tools.jboss.org/downloads/jbosstools/kepler/4.1.2.Final.html
Phil 9.9.14
8:30 – 5:00 SR
- DB Backups
- Resubmitted test server for web approval since it didn’t show up on the list
- added banners to the FR site
- Angular. Getting started on testing.
Dong Shin 09.08.2014
- AngularJS tutorials
- downloaded new Eclipse Kepler!
- Grails/Hibernate, web services…….
Phil 9.8.14
8:00 – 10:00, SR
- DB Backups
Aaaand that’s it. Bad day at the vet.
Phil 9.5.14
8:00 – 6:00 SR
- Deployed FA and RA
- Servers are working fine today.
- Changed the slideshow queries to accommodate the new month.
- Made sure that the key mapping hack works in all browsers.
- Back to Angular
Dong Shin 09.04.2014
- decided to add Add Invoice in the Invoice tab….. done
- disabled baseline rows editing for non-admins.
Phil 9.4.14
8:00 – 8:00SR
- DB Backups
- More Angular. Going to try to connect to the server and get Funding Request data.
- Nope, got distracted. It turns out that the browser DOM keyboard model is not ASCII. If you listen for keyboard events (as some of the charting apps do), then it’s impossible to determine what key has been clicked by just looking at the event.charCode in the keypress event. So instead, my first Angular app is going to be a webapp that allows you to enter in a set of keyboard characters and have the javascript determine what the keycode maps to. This varies by browser and edition. Did someone not tell early web developers that there was this thing called an ASCII table? Here’s the angular directive
Dong Shin 09.03.2014
- deployed new FA/RA
- need edit/remove for invoices
- missing Debug panels
- fix FMP navigation
- fixed show Debug Panels
- working on edit invoices – done
- working on FMP
Phil 9.3.14
8:00 – 5:00 SR
- DB Backups
- Deploy new FA/RA
- Fire an event in the FMP tab that brings in data based on combobox.
- Add buttons to invoice
- Find local logs in RA
- Add check/uncheck all to querybuilder
- Reading Gabriel Schenker’s Angular posts.
- Here’s how to set up an Angular project in Webstorm
- Bower first
- Then Angular
- A minimal example running in Webstorm

- Dong points out AngularUI
Dong Shin 09.02.2014
- enabled debug viewing for non-admins
- changed Baseline rows viewable only to admins
- added Add/Edit/Delete contracts in ContractsNavContent
Phil 9.2.14
8:30 – 6:00 SR
- DB Backups
- More work on getting our SA accounts.
- Status reports – done
- 2:00 meeting – went well, met Ronda. The accounts have been switched over and Ronda can log in, but she can’t create an SSH tunnel. She’s working on that.
- So, since YUI is not going to be supported by Yahoo any more, it looks like it’s time to find a new framework. On their announcement pages, the YUI team suggests Backbone, React, Ember, Polymer and Angular. Going to look at those today, as well as famo.us, which was in closed beta when I chose YUI.
- Angular. Fashionable and buzzword compliant. It looks like it uses the Parasitic Combination Inheritance pattern from YUI, or at least that’s what it looks like in this example: http://winkervsbecks.github.io/angularWebglDirective/
- And there are a lot of resources
- thinkster.io/
- simplygoodcode.com/, in particular, How to make an email web app using Angular and AngularJS Game Programming: Making Minesweeper
- egghead.io’s angular page
- Amazon’s list of Angular books
- The Angular Youtube Channel
- And this looks like a good place to start. It’s written from a team that seems to have many of the issues that we seem to be dealing with, and also covers inheritance.
- Backbone appears to be loosing support.
Dong Shin 08.29.2014
- added new contract (not COGNOS) and invoice tabs to RA
- working on Monthly Data Status
- new query to get status for FA (RequisitionsView.mxml)
- SELECT IF(ISNULL(oo.month_1), ‘OVERDUE’, ‘CURRENT’) AS status, bc.* FROM budget_centers bc LEFT JOIN obligations_outlays oo ON oo.funding_id = bc.uid WHERE oo.type LIKE ‘PM Actuals%’ AND oo.year + oo.year_count – 1 = 201) AS t LEFT JOIN __view_committed_totals AS ca ON t.uid = ca.budget_center_id LEFT JOIN projects AS p ON t.project_id = p.uid GROUP BY t.uid ORDER BY t.uid
- new query to get status for FA (RequisitionsView.mxml)
Phil 8.29.14
8:00 – 5:00 SR
- DB Backups
- Webapps Backups
- Got functions working!
- Looks like it’s time to start looking for a YUI replacement
Dong Shin 08.28.2014
- change the status in RA to look at PM Actuals (18th is the cut off day)
- remove DFAS Paid from invoice…
- working on adding contracts in RA – done
- asks to add when there is no contracts, asks to complete if contract is incomplete
- working on adding contracts/invoice tab in RA
Phil 8.28.14
8:00 – 5:00 SR
- Change the “status” algorithm to reflect only the previous month’s PM Actuals.
- DB Backups
- Deployed new FR, FA, RA
- Finished documenting RecordsetPanel and FundingRequestGlobals.
- Started playing around with how to include a function in a variable’s configuration

You must be logged in to post a comment.