Phil 7.2.15

7:30 – 4:30SR

  • Rain.
  • Updated the funding requests DB with a new support project
  • Working my way through Khan Academy inferential statistics
  • Workstation install set for Monday at 9:00 am
  • Added depth setting to charts
  • More dynamic chart data.
    • Had to add angular-sanitize and  ngSanitize to handle redering injected HTML
    • Got the rss data rendering in angular
    • For some reason, the ‘+’ symbol doesn’t travel well. It gets changed to a space on the way to the server. Re-rigged the server side code to combine queries.
    • Bundled up all the processing code in GoogleNewsRss.php.
    • In the main app, set it so that the data was returned in one object and meta information about the query was returned in the other
    • Connect the data provider to the initial pull
    • Add additional defined strings for query types to support different flavors of queries (DRILL_DOWN, etc)
    • Add defined strings for response type (NEW, REPLACE, APPEND, UPDATE, etc) UPDATE should keep current data and only add new.
    • Need to be able to add and delete (lines? lighting?) between nodes without adjusting the behavior of the nodes. It’s be nice to be able to do this as part of the mouseover
      • AddRelation(target) – creates an entry in a hashmap
      • DeleteRelation(target) – deletes the entry
      • CustomMouseoverBehavior(c:WglComponentBase){} – add to CanvasBase