Phil 9.4.14

8:00 – 8:00SR

  • DB Backups
  • More Angular. Going to try to connect to the server and get Funding Request data.
  • Nope, got distracted. It turns out that the browser DOM keyboard model is not ASCII. If you listen for keyboard events (as some of the charting apps do), then it’s impossible to determine what key has been clicked by just looking at the event.charCode in the keypress event. So instead, my first Angular app is going to be a webapp that allows you to enter in a set of keyboard characters and have the javascript determine what the keycode maps to. This varies by browser and edition. Did someone not tell early web developers that there was this thing called an ASCII table? Here’s the angular directive

Phil 9.2.14

8:30 – 6:00 SR

Dong Shin 08.29.2014

  • added new contract (not COGNOS) and invoice tabs to RA
  • working on Monthly Data Status
    • new query to get status for FA (RequisitionsView.mxml)
      • SELECT IF(ISNULL(oo.month_1), ‘OVERDUE’, ‘CURRENT’) AS status, bc.* FROM budget_centers bc LEFT JOIN obligations_outlays oo ON oo.funding_id = bc.uid WHERE oo.type LIKE ‘PM Actuals%’ AND oo.year + oo.year_count – 1 = 201) AS t LEFT JOIN __view_committed_totals AS ca ON t.uid = ca.budget_center_id LEFT JOIN projects AS p ON t.project_id = p.uid GROUP BY t.uid ORDER BY t.uid

Dong Shin 08.28.2014

  • change the status in RA to look at PM Actuals (18th is the cut off day)
  • remove DFAS Paid from invoice…
  • working on adding contracts in RA – done
    • asks to add when there is no contracts, asks to complete if contract is incomplete
  • working on adding contracts/invoice tab in RA

Phil 8.28.14

8:00 – 5:00 SR

  • Change the “status” algorithm to reflect only the previous month’s PM Actuals.
  • DB Backups
  • Deployed new FR, FA, RA
  • Finished documenting RecordsetPanel and FundingRequestGlobals.
  • Started playing around with how to include a function in a variable’s configuration