- working on Query Builder to support the new requirements…
- removed all unused parts in QueryBuilderWindow….
Category Archives: Dong Shin
Dong Shin 11.14.2014
- 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
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
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!!
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…
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
Dong Shin 11.03.2014
- Mozilla Announcements
- AngularJS Tutorials
- UnitTtesting – do this for every project
- npm install karma
- npm install karma-jasmine karma-chrome-launcher
- karma-cli elimninates need to run node_modules/karma/bin/karma start myconf.js
- UnitTtesting – do this for every project
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”
}
- {
- send up
Dong Shin 10.29.2014
- deployed new FA, scriptEngine.jar, and javaUtils.jar
- working on FinancialAssistantService
- added SQLRequest and SQLResponse
- helped Phil on database documentation
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
Dong Shin 10.27.2014
fixed Export To Viz by limiting columns to what’s on the datagrid. The number of columns was huge as it was using the new master table!- WebStorm 9.0 is out
- helped Phil testing javaUtils
- more AngularJS
- working on Login/Session
Dong Shin 10.24.2014
- deployed new FA/RA – fixed Sep not showing
- configurable access to FA –
- added allowedUserTyps to setUpModel.xml
- trouble shooting Export to Viz
- looks like the row size is too big
- com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Dong Shin 10.23.2014
- fixed Sep ’14 not enabled in RA
Dong Shin 10.22.2014
- deployed new FA – fixed Appropriation Years not showing up in Financial Data Editor
- generated doc’s for database stuff and checked in to Documentation/DatabaseDocs
- working on converting FinancialAssistant server project to Spring/JSON

You must be logged in to post a comment.