- got the user login to talk to the test server
- working on server side.
- Grails reverse-engineering with JSON get/post support?
- starting with users table
- Eclipse Juno not working well with Hibernate Tools
- Eclipse Kepler crashing randomly running out hander? – reverted back to original install
- installed JBoss tools (Hibernate) in Eclipse Kepler
- create Hibernate Configuration for Reverse Engineering (auto generation of POJOs)
- successfully generated classes and configurations from PPM database (project_porftolio_enh)!!
- from Lenny
- PM Actuals not color coded correctly in the new Query Builder
- add folders to organize queries?
Category Archives: Dong Shin
Dong Shin 09.19.2014
- start using WebStorm! Eclipse JavaScript development not working well with AngularJS
- change default IDE settings – https://intellij-support.jetbrains.com/entries/23348963
- modify C:\Program Files (x86)\JetBrains\WebStorm 8.0.4\bin\idea.properties file
- idea.config.path=${user.home}/Dropbox/DEV/webstorm/config
- idea.system.path=${user.home}/Dropbox/DEV/webstorm//system
- idea.plugins.path=${idea.config.path}/plugins
- idea.log.path=${idea.system.path}/log
- continue on AngularJS tutorials
- working on User Login
Dong Shin 09.18.2014
- budget_center_contract has correct obligation dates in it. need to look at the actual data on-site
- AngularJS Tutorials
- add AngularJS tooling to Eclipse
- working on Login interface
- bootstrap components – http://getbootstrap.com/components/
- http://joelhooks.com/blog/2013/05/22/lessons-learned-kicking-off-an-angularjs-project/
- http://joelhooks.com/blog/2013/08/03/learn-angularjs-in-a-weekend/
Dong Shin 09.17.2014
- went to the Fort
- taught Lenny how to build queries on the new Query Builder
- add Filter to the new Query Builder
- budget_center_obligation_date returns null
- went over the project and capability based queries with Chris, he really likes it.
- added column filter to the new Query Builder
Dong Shin 09.16.2014
- added flexunit-0.85.swc to Flex Projects…. deleted from Maven Repo.
- fixed Planned Outlay Baseline getting PM Actuals data..
- Flash Builder crashed and took the workspace with it…. Uugngh. rebuilding it….
Dong Shin 09.15.2014
- enabled editEnabled in Lab AddableListComboBox
- removed old Query Builder
- set Query Builder to display PM Actuals as Chris requested
- past 18th of the month, show previous month
- before 18th of the month, show two months before
Dong Shin 09.11.2014
- was unable to duplicate Gina’s FMP problem on site…
- fixed FMP’s not showing – throwing exception when parsing projected_date!
- added lab field to __project_detailed_data
- continue on AngularJS
- got $log working…
- created dummy php service to test client/server commuication – http://localhost/angularWS/services.php
- enable CORS for apache web server
Dong Shin 09.10.2014
- unable to save FMPs? when copied from the previous month
- works fine here…
- useful AngularJS and Spring tutorials…
- AngularJS modules
- AngularJS bootstrap
Dong Shin 09.09.2014
- 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
Dong Shin 09.08.2014
- AngularJS tutorials
- downloaded new Eclipse Kepler!
- Grails/Hibernate, web services…….
Dong Shin 09.04.2014
- decided to add Add Invoice in the Invoice tab….. done
- disabled baseline rows editing for non-admins.
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
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
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)
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

You must be logged in to post a comment.