Author Archives: pgfeldman

Phil 1.6.14

8:00 – 2:00 SR

  • On call to pick my folks up at the hospital, so I might be leaving early.
  • Backups
  • More problems with people connecting to the server
  • Training
  • Status  report!
  • Javascript
    • Got the Local DataSource working with callbacks
    • Commented
    • Working on getting a Java servlet running that will provide JSON data on request.
    • Here’s a page that talks about getting JSON data back from a server.
    • Starting on servlet

Phil 12.31.13

8:00 – 4:00 SR

  • Backups
  • Still having problems with certs. The trust store is correct, so I’m thinking that there may be a machine that is not correctly configured between here and there?
  • Javascript
    • Here’s the DataTable roadmap: https://trello.com/b/fTpWY4oN/datatable-roadmap
    • Data input in a table and in forms.
      • This looks like the semi-official version currently in the gallery: http://yuilibrary.com/gallery/show/datatable-celleditor-inline
        • Which works like a charm.
      • Now I need to grab the events and use them to update the page. Done. Spent a long time looking around for the event. I found it by running the HTML in the debugger, opening the “scripts” tag, and searching through the gallery code for “fire”. Which led me to “cellEditorSave”. Using that to search around the YUI documentation I found that it was listed in the overview document in the above link. Sigh. It’s how you learn, I guess.
    • Data sources for grids and charts.

Phil 12.30.13

8:00 – 11:00 SR

  • Backups
  • Javascript
    • Created a timer callback, modified the dataprovider and re-rendered the chart. Seems to be working fine, with no flicker, even with a 100Msec update rate.

11:00 – 1:00 FP

  • Meeting with Andrea. Looks like uniqueness can be determined by word choice in a corpus as small as 500. That does make things easier. It also allows for triangulation against other metrics, which would allow for looking at accelerometer data from several body positions for example. Though I’m not sure that’s needed.
  • An issue to consider is that people who might use the site would have other examples of their writing. This means that an anonymous source could be identified. As a way around this, a vector-based translation algorithm could be trained using identification code to remove/modify the parts of the user’s language that are identifiable.
  • And actually, this means that I could build a simple website that you train once, then write to. The site then transpiles the user’s words and publishes to twitter or Facebook for example. This just addresses the anonymous part of the problem, not the trustworthiness part, but it’s nice low-hanging fruit.

1:00 – 4:00

  • Javascript
  • Added a datatable, which behaves better. For example, the set() method fires a refresh. Spent the rest of the day trying to get the same behavior with the chart and finally wound up posting on the forums.

Phil 12.27.13

8:00 – 3:00 SR

Yay!

chart1

Phil 12.18.13

Phil 8:00 – 4:00 SR

  • Backups
  • Discussions with Lenny about how to handle bad cognos data
  • Talked to Tim E. We’ll meet on monday
  • We may have a bead on an SA…
  • Deployed new FA, RA and RQ, and a new FA jar.

 

Phil 12.18.13

8:00 – 4:00 SR

  • Backups
  • People with permissions on parent projects should be visible in the child project
  • Put the name of the step in the title bar in Reqonciler
  • Change title from Financial Mitigation Plan to Monthly Status Report
  • Multiple obligation dates shouldn’t be flagged if they share the same date. Only different dates should be flagged.
  • If there is a blank or a dash in the req ID, don’t show.

Phil 12.16.13

8:00 – 4:00 SR

  • Backups
  • Deployed the preprocessing code that fixes all the bugs in our test data. Let’s see how it works on the real thing.
  • Going to spend the day making some reports from our fake data, then auto-updating the dates.
  • Working on updating Flexichart so that it will sort on column names. Done.
  • Spent some time with Dong remembering that CDATA exists and is useful.
  • Continued my slow-motion dialog with Andrea C.

Phil 12.13.13

8:00 – 12:00 SR

  • Backups
  • Meeting with Tim next week, probably Wednesday afternoon
  • Deployed new FA, RA and RQ
  • Installed a new truststore. We’ll see if it fixes the new login problems