Category Archives: Phil

Tuesday Log (7.28.2009)

7:00 -3:00

  • Meeting at the fort this morning with John and Anne. Basically to discuss what it would take to put together schedule and cost for finishing VIS2 and also doing form input
  • Got roles working in ManagementUtils
  • Built a method for Dong to get whether one role is above or below another
  • Worked with Mike to get the Excel exporter working
  • Burned disks for tomorrow’s deploy attempt.

Monday Log (727.2009)

8:00 – 4:00

  • Making role addition work when there are no roles to attach to. Done
  • Need to upload new role tree. Which means I need a RoleInfoObject – Done
  • Meeting tomorrow with John Williams

Friday Log (7.24.2009)

6:30 – 1:30 (3:30 actual, but with 2 hr lunchtime appt)

  • Deployed this morning. The scheduled task didn’t occur – windows (sigh). Also made the _wtfPanel invisible.
  • Working on getting role panel up and running. Role loading and tree manipulation are done. Need to upload the results. Also, maybe add an xml ingester to save work?
  • Doctor’s appt. today at noon.

Thursday Log (7.22.2009)

7:30 – 4:30

  • Deployed, but had a tough time doing so. It looks like the exception handling in the Flex logger that Mike wrote is making the code go off and hang – not sure where. After we realized that, everything went reasonably smoothly.
  • Changed the ManagementUtilsTest to be menu driven
  • Need to add role configuration and login screen (with backdoor, for original install)

Wednesday Log (7.22.2009)

7:30 -4:30

  • Deployed and talked to Mike C about rosterbillet for a while
  • Working on dashboard management – done
  • Need to add a create and delete table control – done
  • Need to add a roll management panel too.

Monday Log (7.20.2009)

7:30 – 3:30

  • Meeting with Anne, John, Mike C, Brian and I re: data entry of HR info in new and improved ways. As a side note, MC and I discussed building a rosterbillet.xml file to see how that would work.
  • Meged with the current tree. Lots of hand waving. For example, the remoting-config.xml file did not update properly, and we had a hellofa time with updating until we had deleted all the target files.
  • Going to start on a having UsersAndRoles returning a tree of dashboards

Friday Log (7.15.2009)

7:30 – 4:00
•    Need to update the creation of the _userCollection to reflect active roles. Should be able to use the userInfoObject’s list of role IDs and match to the role info that’s stored in the FlexTreeObject data object. Done!
•    Send status to Brian – done
•    Talked with Dong about roles, data, users and bridging tables.
•    Need to handle add, delete, and modify users.
•    com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`users_and_roles`.`table_role_user`, CONSTRAINT `table_role_user_delete_user` FOREIGN KEY (`user`) REFERENCES `table_users` (`id`) ON DELETE CASCADE – I think this was because I was using user id=999 ad a default. Fixed now.
•    AddUser now works. Need to handle updateUser

Friday Log (7.17.2009)

7:30 – 4:00

  • Need to update the creation of the _userCollection to reflect active roles. Should be able to use the userInfoObject’s list of role IDs and match to the role info that’s stored in the FlexTreeObject data object. Done!
  • Send status to Brian – done
  • Talked with Dong about roles, data, users and bridging tables.
  • Need to handle add, delete, and modify users.
  • com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`users_and_roles`.`table_role_user`, CONSTRAINT `table_role_user_delete_user` FOREIGN KEY (`user`) REFERENCES `table_users` (`id`) ON DELETE CASCADE – I think this was because I was using user id=999 ad a default. Fixed now.
  • AddUser now works. Need to handle updateUser

Thursday Log (7.16.2009)

7:30 – 5:00

  • Deployed over at the Fort
  • Had a talk with Mike C about data dictionaries and the like
  • Wrote up a more detailed schedule (more of a task list, really) for Anne.
  • Wrote up a weekly status for John Williams
  • Worked on getting roles for users showing up as trees. Based on the earlier discussion with Mike C, role hierarchies are going to be large and mutable. We’ll need to be able to add nodes, remove nodes, move nodes around and change their names. Without changing the id number, which would invalidate all the user/roles and data/roles that we will have set up
  • Got UserInfoObjects built on the Java side and coming over to Flex. Now I need to update the creation of the _userCollection to reflect this. With luck, I can use the ArrayCollection directly

Tuesday Log (7/14/09)

8:00 – 4:30

  • Deployed data at Fort
  • Sent our edge tasking spreadsheet to Ann and John, and injested it
  • Had a bitch of a time getting the new Flex code stuck under maven
  • Reworking the data objects so that they have listeners for when data chnges. Listeners provide a callback function when data is changed. This way, each data object can be pretty well self contained.

Monday Log (6.8.2009)

7:00 – 4:30

  • Went to a very quet fort and delpoyed new roster data. They are still working on geting permissions set up right on the server box. Did verify that teh server has java 1.6
  • Let’s see if we can get all the pieces of visibility2 working today! Yep. Wheeee!
  • You can now click on a chart portion and get a new chart.
  • Need to add a way of loading dashboards

Friday Log (6.5.2009)

8:00 – 5:00

  • Could not get going this morning
  • Got the majority of the communication with the server for the initial query.
  • Need to figure out what the ParentItem needs to be, which I need to talk to Dong about that
  • Got a Server 2003 box up and running. Need to add MySQL, Tomcat, etc…

Tursday Log (6.4.2009)

7:30 – 6:30

  • Going to see how trees can be used to show data nd meta data
  • Got trees working
  • Got Meta data working. Need to round-trip back to raw – done
  • Need to add filtering for raw queries and clicking on charts on meta queries. Also need to read all this stuff in as a config file. And I need to add a menubar for loading queries and the debugging support. Something to try for tomorrow….
  • And Dong needs to get HSQL working!
  • Going to the Fort to see what’s up.

Wednesday Log (6.3.2009)

7:00 – 4:00

  • Fort from 7:00 – 9:30
    • Met with Kathy and described what we were doing
    • Wrote up a roadmap for John
    • Sent a note to Kristen Whitly about visualization for the NTOC
    • Got my computer working again
    • Deployed new data
  • Working on QueryBuilder
    • adding ability to click on a chart element and detect what item it represents. Need to be able to use that to get the data for the next level of drilldown.
    • Which led to a lot of work on getting meta data about a return. Built a couple of classes to support that. Now I need to figure out a way to provide the metadata to a chart.