Category Archives: Dong Shin

Dong Shin 11.10.2014

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 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”
        }

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.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.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