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

Phil 6.23.15

8:00 – 4:00 SR

  • Looks like demo for charts and VISIBILITY review will be 9:30 on Monday
  • New texture map works. Need to re-jigger base classes to generalize
  • Clicking on a selected anchor node in the network does not de-select it. Fixed
  • Lenny’s going to send locations of labs over, the task will be to draw the budget at the lat/long specified by the zip code.
  • Added imageLoc to item data so that associated images can be mapped to data.
  • Had a discussion with Dond about how to structure the data so that the pulls from the DB are consistent and requiring minimum translation. No good answer though.
  • In a bit late tomorrow. Dentist.

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

Phil 6.19.15

8:00 – 3:30 SR

  • Biked into work today 🙂
  • Set up the JAVA_HOME on the debug server and verified that keytool works for Ronda.
  • Integrate format. Maybe use the stage size to scale?
  • Set shapes from format
  • Set label from format? (if not null?)
  • Set data object.
  • See if the shapeDict can be pulled out, since it’s the same as the canvas modelArray?

TodaysWork

Phil 6.18.15

8:00 – 5:30 SR

  • DB backups
  • Work on fake data provider and the chart creator.
  • Need to add ‘change password’ to FR
  • Migrating the creation of the NetworkChart from the controller to WebGl3dCharts. Surprisingly slow going.

Dong Shin 06.17.2015

Dong Shin 06.16.2015

  • working on charting
    • added future values to charting data navigator
  • working on FR
    • reworked Funding Breakdown calculation message, showing actual difference
    • reworked POC, adding a POC adds to the FR POC list as well as POC list

Phil 6.16.15

8:00 – 5:00 SR

  • We need to change the Funding breakdown error message so that it shows the amount of the error. The current message is confusing (“Funding Breakdown Total is less than the amount … $449,999.00”). Change to read “Funding Breakdown total is $36.17 less than the required amount”.
  • We need to change the ‘add users’ so that a new user added should immediately get added to the “role selection” popup without having to go through the selection of the just-added user.
  • Installed the new version of WebStorm. The deployment now seems buggy. Spent an hour getting everything to work again. Good thing I had notes.
  • Back to working on fake data generator for network
  • Changed I3DMinMax to I3DProperties. Not sure I like it, but there is more getting stuffed in there.
  • Got a first pass at the data provider. Need to do the format, then modify the chartInfo so that the graphic objects can be created.

Dong Shin 06.15.2015

Phil 6.15.2015

8:00 – 3:00 SR

  • Timesheets!
  • Bill V. is out for the week, so we changed some of the FR code in-situ.
  • Did have a thought – I need to calculate how much ATSBase is subtracting from the overall performance. Tried removing the ATSBase from CanvasClasses, which promptly broke in odd ways. Will look at this later.
  • More network display
    • Adding optional texture and primitive arguments to the dataformat
    • Creating a dataprovider test for the network display