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)