Author Archives: gvr4wd

About gvr4wd

...hmmm

Dong Shin 07.15.2015

  • continue from yesterday’s setting up Phil’s laptop for build – done!
    • checked out all client codes
      • Financial Assistant Apps
        •  SVN location: trunk/Sandbox_folders/DONG_SANDBOX/JavaScript/FinancialAssistant
      • Charting App
        • SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/charts
      • Query Builder App
        • SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/QueryBuilder
      • Reqonciler App
        • SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/Reqonciler
    • Configure Deployment Server for the projects
    • Screenshot 2015-07-15 07.44.08Screenshot 2015-07-15 08.39.47Screenshot 2015-07-15 08.40.06
    • changed link to FinancialAssistant in FinancialAssistantService(Java) in WebContent folder to point to valid directory
    • create logging database and use logging.sql to initialize
    • create visibility_scripting database and use visibility_scripting.zip to initialize

Dong Shin 07.14.2015

  • setting up Phil’s laptop for software build
    • JDK 8
    • XAMPP 5.6.8
    • Eclipse Mars  – unzipped to C:\dev
    • WebStorm 10.0.4
    • set JAVA_HOME to C:\Program Files\Java\jdk.1.8.0_45
    • Subclipse plugin for Eclipse
    • VisualSVN for WebStorm
    • checked out all Java projects
      • FinancialAssistantService – trunk/Sandbox_folders/DONG_SANDBOX/Java/FinancialAssistantService
      • JarFileContainer – trunk/Java_folders/JarFileContainer
      • javaUtils – trunk/Java-folders/Utils/javaUtils
      • LoggingUtils – trunk/Sandbox_folders/DONG_SANDBOX/Java/LoggingUtils
      • ReqoncilerService – trunk/Sandbox_folders/DONG_SANDBOX/Java/ReqoncilerService
      • Servers – trunk/Sandbox_folders/DONG_SANDBOX/Java/Servers
      • StoredQueryService – trunk/Sandbox_folders/DONG_SANDBOX/Java/StoredQueryService
      • SpringLibs – /trunk/Sandbox_folders/DONG_SANDBOX/Java/SpringLibs
    • removed duplicate jars
    • changed JDK 1.7 to JDK 1.8
    • reconfigured Server project to use C:\xampp\tomcat
    • had to remove/add Server Runtime Library (Apache Tomcat v7.0)
    • everything builds!

Dong Shin 07.10.2015

  • working on documentation
  • added SpringLibs java project to contain all the Spring and other libraries used for FinancialAssistantService, ReqoncilerService, StoredQueryService so that the projects don’t depend on any external libraries
  • SpringLibs – /trunk/Sandbox_folders/DONG_SANDBOX/Java/SpringLibs

Dong Shin 07.02.2015

  • chart data service broken? – fixed
  • added charts project (TypeScript) to FinancialAssistantService(webapp)
  • Upload external changes must be set in Tools->Deployment->Options in WebStorm to upload compiled .js file automatically
  • working on charts app
    • created DataFormatRow class
    • buildRowData() in ChartDataService.java is still broken… trouble-shooting…

Dong Shin 06.24.2015

  • working on lab locations data
    • should work with FA data
    • moved the project_lab_locations table to project_portfolio_enh database
    • updated test projects to match new locations
    • simple SQL to find lat/long of labs specified in budget_center
      • SELECT * FROM budget_centers bc LEFT JOIN lab_locations ll ON bc.lab = ll.name
  • started charts typescript project

Dong Shin 06.22.2015

  • deployed FR, jars for charting
  • PM Actuals should skip current month
  • order of column charts needs changed
  • working on ChartDataService
    • added dayOfMonth to config.properties
    • working on PM Actuals month calculation in ChartDataService