Category Archives: VISIBILITY

Phil 5.10.11

7:30 – 4:30 VISIBILITY

  • Fixing a bug in dbObjects so Dong can use it. Which means getting the debugger to work with Flex and Server side Java again. Urk.
  • Fixed. It was a cut-and paste error. Uploaded fixed versions to the repo and subversion
  • Requested the Flex4 update. At $49 each, it’s a surprising deal :-b. With this version, we should be able to dip our feet into mobile. After talking to Dong, my thought is that we make a mobile app for Recruiting.
  • Deployed new swf. Tried a db update, but got a syntax error
  • Was able to upload files to the server! No I need to get a webserver up and running and find out what I need to point a browser at.

Dong Shin 05.09.2011

  • got my M-Class license!!!
  • went over the changes/fixes requested by Trish
  • database bug caused by inconsistent database versions. I shouldn’t have put the 0506 version in fgmdev
  • went over the Excel spreadsheet ingestion and new architect to support Brian and Christina
  • cannot login to Visibility on fgmdev.com – Firefox problem.
  • ingested Christina’s candidate spreadsheet – (needed to convert to xls)
  • PPM Changes
    • Changed ‘Financial Data Request‘ to ‘Monthly Status Request
    • Changed ‘Enter Financial Data‘ to ‘Enter Monthly Status Data
    • Change ‘Financial Data‘ to ‘Enter Monthly Status Data‘ in ProjectMgmtPanel
    • Removed UID and Project ID from Funding Request Selection Dialog
    • MIPR/FAD Requested from Service and MIPR/FAD Request Received added to Funding Request

Phil 5.9.11

7:30 – 4:30 VISIBILITY

  • Notes from meeting with Trish
    • Remove UID and Project ID from Funding Request Selection Dialog
    • Add the following dates to Funding Request/Funding Request Information Tab
      • MIPR/FAD Requested from Service
      • MIPR/FAD Request Received
    • Under ‘Projects’ main menu
      • Change ‘Financial Data Request‘ to ‘Monthly Status Request
      • Change ‘Enter Financial Data‘ to ‘Enter Monthly Status Data
      • Delete ‘Financial Status‘ selection
    • Financial Status Data Panel:
      • Trish wants to make sure that data changes in this section of the app are tied into the rest of the system. I.e. changes here will show up throughout the system and vice versa
      • FY Budget value is not being presented in the upper left
      • Some information (i.e. FY11 when FY10 is selected) is being shown in addition to selected info
      • The ‘updated‘ date in the ‘Remaining to Distribute‘ column should be editable
      • Appropriation in top section should be a combobox (Appropriation by year)
      • PM Actual Outlay column header should be a combobox (Appropriation by year)
      • The amount that is summed should be compared against the percentage of the appropriated budget. The difference should be shown in a colored cell. Cells should be colored according to the following scheme
        • RED if more than 5% under budget
        • YELLOW if up to 5% under budget
        • GREEN if at budget
      • Initiate/Commit, Obligation, Outlay, PM Actual Outlay columns should sum to to a value. Currently, the value shown is coming from somewhere else
      • The row of percentages should come from the appropriation. Right now, they are coming from somewhere else?
      • Edit Financial Status Data Popup Dialog
        • All updates in this panel should update funding requests and vice versa
        • Delete ‘Remaining to distribute’
        • Calculate ‘MIPR/FAD Requested From Service‘ based on (new) field in Funding Request
        • Calculate ‘MIPR/FAD Request Received‘ based on (new) field in Funding Request
        • Acceptance should be a combobox with ‘Reimburse’ or Direct Cite’ options
        • Received Contract should be a combobox with ‘Yes’, ‘No’, or “N/A’
        • Outlay and PM Actual Outlay should be editable fields
        • Comments is not saving
    • Funding Request Panel
      • Add a new field in the ‘Finance Data’ tab
        • Initiate/Commit $:
        • This should match the information in the ‘Edit Financial Status Data’ popup dialog from Financial Status Data panel
      • Add the following Radio Buttons Near the Funding Type/Project Type selections
        • Project Source: OISR-PMO, OISR-TF
  • Got the following bug when creating a funding request. It has the swf and db (dropped and reloaded) from exchange/PPM_050611
    • code: Server.Processing
      Message: java.lang.ArrayIndexOutOfBoundsException : -1
      Detail: null

Phil 5.5.11

7:30 – 4:30 VISIBILITY

  • Fixed a bug with multivariate summaries that was working fine yesterday…
  • Add probability testing to within-groups testing?
  • Add tuning of probability methods to panels
  • Test all this stuff?

Dong Shin 05.04.2011

  • Continue working on Financial Status….
  • saving Financial Status works!
  • Multiple Direct Cites causing duplicate rows in Financial Status – How do we handle this? Summary ?
  • created MySQLUtils in MySQLIf package to handle some conversions (Date, String)

Phil 5.4.11

7:30 – 6:30 VISIBILITY

  • Added probabalistic direct p calculation to ANOVA and MANOVA.
  • Deployed new PPM. Seems to be OK. Asked Christie to try it out.
  • Was actually able to get to the password section of the server login. Went through all kinds of permuations on how to log in with Allan N., but no luck. At this point it looks like we need *another* account. I put in the appropriate ticked.
  • Wrote up status and sent them to Brian and Bill.

Dong Shin 04.29.2011

  • PPM Changes
    • Fixed Excel export error cause by wrong project ID in Generate Emails for selected projects
    • changed Description in Funding Request to TextArea from TextInput – vertical scroll bar still appears for lines more than 4
    • Fixed errors creating Funding Request – Project ID not set
    • Fixed a bug showing Export Multiple button on a single project

Dong Shin 04.28.2011

  • working at home
  • PPM Changes
    • additional fields for Funding Request to support Financial Status
      • comments, initiate_commit, PM_actual_outlay, MIPR_requested_date, MIPR_request_received_date, acceptance_received, received_contract, monthly_tech_report – ALTER TABLE `funding_requests` ADD `comments` LONGTEXT NULL DEFAULT NULL,ADD `initiate_commit` DOUBLE NULL DEFAULT NULL,ADD `PM_actual_outlay` DOUBLE NULL DEFAULT NULL,ADD `MIPR_requested_date` DATE NULL DEFAULT NULL,ADD `MIPR_request_received_date` DATE NULL DEFAULT NULL,ADD `acceptance_received` DATE NULL DEFAULT NULL,ADD `received_contract` DATE NULL DEFAULT NULL,ADD `monthly_tech_report` DATE NULL DEFAULT NULL
    • modified FianancialStatusData to work with the new table structure

Phil 4.28.11

7:30 – VISIBILITY

  • Burn a disk and attempt to deploy new PPM this afternoon.
    • Found two bugs:
      • In the Funding Request Form, if the Description is long enough, it causes scroll bars to appear
      • When trying to save out a spreadsheet, I got an “Error Exporting Data: Error #2007” Alert box
    • Other than that, the upload process went well using the web interface, so I don’t have to go through the shared drive.
    • Tried again to contact Alan N. No luck by email or phone.
    • Bill asked me to inform Denise P., but she’s on leave starting today and ending late next week
  • Upload presentation – done
  • Add type and MANOVA support to within group and multifactor widgets – done
  • “Add All” added to sources
  • Showing an alert() if one of the commands fails.
  • See if I can make a better interaction plot, at least with the multifactor widget
  • Add plotting to the console
  • Added interaction.plot to RManova. Need to do the same for RMultifactorRepeated
  • Added PPM bugs to all the places we list them 🙂