Category Archives: VISIBILITY

Phil 4.12.11

7:30 – 3:30 VISIBILITY

  • Still got this cold. But now it’s out of my lungs and in my head. Wheee!
  • Meeting with (who?) at S33P to talk about email system(?)
    • Trish didn’t have the time or focus to look at the spreadshjeet in detail, but she said that she would look at it tomorrow and reply with comments in an email.
  • Interview with Terry

Phil 4.11.11

7:30 – 3:30 VISIBILITY

  • Playing phone tag with John P. About admin accounts. He also called about some data that they added to the VISIBILITY data stream that may not be showing up. Since there’s no contract there any more, I couldn’t help much.
  • Finished up the power and effect size calculations in the Power Wizard
  • Lunch for Sophia, who started today. She might also be helping Dong with report-building queries.

Dong Shin 04.11.2011

  • Demo’ed and went over high-level architectures of Visibility and PPM with Sophia
  • PPM
    • bugs found when I was going over PPM with Sophia
      • exceptions thrown at Create Financial Data Request – fixed
      • Project Delete stuck in endless loop – fixed
    • Exporting contract to XLS files – working! more testing needed

Phil 4.8.11

7:30 – 4:30 VISIBILITY

  • Got a cold. Ick.
  • Working on a way to get exact p out of the qf function in R
  • Done! Below is my first function in R
function(calcF, dfNum, dfDenom, limit = 0.001, iter=100){

 alpha = 1;
 oldAlpha = 1;
 step = 0.5;

 for(i in 1:iter){
 newCritF = qf(alpha, dfNum, dfDenom, lower.tail = F);    
 #show(c(alpha, newCritF, calcF-newCritF, step));

 newDiff = calcF - newCritF;
 if(abs(newDiff) < limit){
 return (alpha);
 }
 if(newCritF > calcF){
 alpha = oldAlpha;
 step = step * 0.5;
 }

 oldAlpha = alpha;
 alpha = alpha-step;
 }

 return(alpha);
}

Phil 4.7.11

7:30 – 7:00 VISIBILITY

  • Meeting with Trish and Christie. Trish wants the following:
    • All rows from the Financial Entry tables, including the obligation and outlay goals, and percentages
    • Contract information
    • Trish asked if the online version would be available in 30 days. I said that it was likely that we would be on the test platform in 30, but probably not on the production server
    • Trish has more requests, but they are waiting until these actions are finished and approved
    • We missed this mailing. The next will be the first of May.
  • Went over the new requests with Dong, who will now “not be bored”
  • Finishing up white paper – done
  • Requested more space on fgmdev

Dong Shin 04.05.2011

  • PPM
    • found that Portfolio Manage (NSA) is misspelled, Porfolio Manager. DB update is necessary
    • UPDATE `project_portfolio`.`users` SET `type` = 'Portfolio Manager (NSA)' WHERE type = 'Porfolio Manager (NSA)'
    • continue working on Roles Management
      • User.isNSAmanager(), User.isAdmin(), User.isSiteUser() added
      • Admin > NSA Manager > Site User
      • Top menu modified accordingly
        • Admins have all privileges
        • NSA Managers have no User Management, DB Management, Appropriation Mgmt
        • Site Users have no user assignment, create projects, copy projects in addition to the NSA Managers’ incapabilites
      • Project selection modified to fit the Roles Mgmt (Financial Data, Funding Request, etc)

Phil 4.5.11

7:30 – 5:00

  • Writing up laser pointer whitepaper – some progress
  • Working on Test Wizard – done
  • 2:00 meeting with Bill D. and others? Nope.
  • Finished Two-way Anova

7:30 – 2:00 VISIBILITY

  • Went over roles with Dong. Here’s the basic idea (I’m adding this to the bug list as well
    • Admin – Everything from NSA and Site, plus
      • Add User
      • Delete User
      • Modify User
      • Modify database elements
    • NSA- Everything from Site, plus
      • Ability to view all projects and financial data
      • Project Creation
      • Project Deletion
      • Assignment of users to projects
      • Request reports
    • Site
      • View only projects that the user is assigned to
      • Modify project data
      • Modify financial data
      • Cannot change project assignments (may possibly be able to change site assignments)
  • Meeting with Bill D. The request for admin has been changed to  a change request. Did the regular backups.
  • Got started on the Test Wizard

Dong Shin 04.01.2011

  • fixed IngestManager crashing on empty list of files
  • Ingest fails on some SQL error, but reporting Success – need to look into this
  • created project data and ingested using VisibilityScriptingServer (projects.py) and IngestManager
  • created project budget information (project_budgets.py)
  • created project goals information (project_goals.py)
  • FMGDEV crashing (twice today!)….
    • Nexus crashed on low memory and would not start
    • stop lampp first to release the memory(?), start Nexus and restart lampp…..

Phil 4.1.11

7:30 – 4:30 VISIBILITY

  • fgmdev is running really low on RAM. Looking into how to upgrade that.
  • Check up on my various accounts
  • Got most of the complex contrast parts in. Finish up on Monday
  • My request for an admin account has been approved. That doesn’t mean I have the account yet, just the approval to get the account.
  • My charting is not working when I’m reading in three values. Need to debug;
  • Write up whitepaper on insurgent laser pointer