Category Archives: VISIBILITY

Phil 8.6.12

8:00 – 4:00 ESSO

  • Tried out the test plan that JR and I put together last Friday. It went well, and she’s going to see how Vern wants it integrated into the actual test plan
  • It looks like that the email-based system will be used for about 14 of the PMs until they are able to connect to the VisTool. So that means that we need to tweak that part of the tool
    • All emails for a peorson should be listed in the “cut and paste” email that’s generated. If there is no email in a particular field, then it should probably read “unset” rather than blank or some unprintable character, which is what’s happening noe.
    • August is misspelled.
    • We need to write a script that produces a table with user, project, description, status, and month (for the last 4 months maybe?) as rows. This will let us produce reports in VISIBILITY.
  • Back to putting in help/guidance in FlexiChart. Done!
    • Add scrolling frame for series manipulation

Dong Shin 08.03.2012

  • added the revised questions for the Financial Mitigations Plan
  • fixed typos in the FMP
  • fixed Contract Window not showing contracts
  • clean database set up for PPM src/main/resources/database/project_portfolio_clean.sql
  • went over the database structure to clean up relations – src/main/resources/database/DBUpdateSQLs08032012.sql
  • fixed Project Mgmt permissions not behaving correctly
  • fixed logging out messing up panels states
  • fixed services filter not working

Phil 8.2.12

8:30 – ESSO

  • 10:30 Weekly Meeting
  • 1:00 Test plan walk through. Well, that didn’t go well, in that it was a cut-and paste job from the manual and not a test plan at all. Will start writing an actual plan tomorrow.
  • Installed Flashbuilder 4.5 from disk. That appears to have fixed my particular problem.

Instructions
use this panel to set up properties that apply to the entire chart

  • X-Axis Field: Determines which row will be used to provide the labels for the X-axis in the chart. This will need to be adjusted only very rarely.
  • Base at Zero. Plots values relative to zero. If more range is needed, uncheck, and results will be plotted so that the lowest value is on the X-axis
  • Legend Enabled: Shows a legent identifying the chart components
  • Legend Position: Lets you select between a legend placed at the bottom of the chart or to the right

}

Phil 8.1.12

8:00 – 4:30 ESSO

  • Installed new IngestManager
  • Tested Dong’s VSS compiled in 4.5 same lag, so not deployed.
  • Working on adding text to Flexichart, but the IDE hangs every time it attempts an auto-complete. Going to have to re-install.
  • Reinstalling had no effect. Let’s try a new workspace….
  • That didn’t work either. It’s only in Flexichart that I’m having this problem. Since that’s the case, let’s try re-creating it.
  • Here’s the file structure:
  • Ok, I’ve changed the IDE and the project, and ConfigScreen.mxml still causes eclipse to hang. Maybe it’s the com.fgm.flexichart.config package? All the pieces extend canvas, so I don’t see what the big deal is. The workaround is to edit in VI and refresh in the IDE. Lame. Utterly lame.

Dong Shin 07.31.2012

  • deployed new PPM and went over with JR
  • fixed IngestManger bugs
    • changed the Merge flag to Replace
    • reset all the fields in Auto Ingest panel on save
  • The title of PPM shows correctly here, but not on-site. weird
  • sent Phil new VisiblityScriptingMain4 (Flex 4 version of VisibilityScriptingMain) and the new IngestManager

Phil 7.31.12

8:30 – 2:00 ESSO

  • Backups
  • Discussions with Jessica about integrating some more COGNOS data and correlating it with the financial remediation reports in PPM
  • Made some more scripts to look into how much usage the system is getting by user by month

2:00 – 5:00 FP

  • PAD Meeting
  • Need to get USB hub to finish mouse
  • Got mouse base attached
  • Got all speakers running
  • switched leads on sensors.
  • Ran tests – success! Even updated the software

Phil 7.30.12

8:00 – 4:00 ESSO

  • Backups of PPM and scripting databases. Should probably start Vis2 as well, as questions, desktops and slide shows start getting stored.
  • So I brought in my test programs today, and they all worked. Yay! This also led to the main bug that was causing the whole problem. The test programs allow the endpoint to be entered from the app. When I was writing the code, I had the default string set to ‘amfsecure’, which is how I had changed all the endpoints after having problems with Visibility Scripting. When I went back to the SettingsXML file, I discovered that the endpoints had gone back to amf, rather than amfsecure. Odd. Maybe from part of a restore that I didn’t know about? Anyway, I tried vis2ff, and that worked, so the version I’m currently building (3.6 and linked projects) should hopefully work now.
  • Adding names to the tooltips for the value charting accordion, and matching the formatting.
  • Chased down some poor settings.xml loading tied to IE (again!)

Dong Shin 07.30.2012

  • continue working on Total datagrids for Create Project
    • query to get sub project totals
      • SELECT p.begin_year, p.end_year, t.project_id, t.fiscal_year, SUM(budget_amount)
        FROM projects p, yearly_totals t
        WHERE p.uid = 101
        AND
        project_id IN
        (SELECT sub_project_id
        FROM _project_sub_projects
        WHERE project_id = 101)
        GROUP BY fiscal_year
    • finished up – will try to deploy tomorrow
  • fixed a bug not showing parent/children projects correctly in Create Project panel

Dong Shin 07.27.2012

  • reworking Total datagrids in Create Project panel
    • added datagrid for the parents should have budgets dynamically calculated from the children (parent budget – children)
  • building vis2 and AccountManager per Phil’s request – update all the codes
    • working from workspace.codesonly
    • copying Mike’s local Maven Repo – C:mavenrepo to C:mavenrepo.mike
    • updated and deployed EdgeUtils, GenericQueryWidget, ManagemetUtils to local repo
    • updated AccountManager and vis2 swf’s to try
  • got Out-of-Memory / heap space error deploying from M2Eclipse, to resolve

Phil 7.27.12

8:00 – ESSO

  • Backups and check in with Jessica
  • The version of Vis2 from yesterday would not run – same problems.
  • Going to try to make a new project(s) that run various tests. If they work, then I’ll add more and more of vis2 until either everything is working or we find the culprit.
  • This is version 1.
  • V2 will have local and remote logging. Done.
  • V3 will access the SetupXML. Done
  • V4 will use the login functions.
  • If all those work, I’ll build a new AccountManager project file and copy over the code. If that runs then doing the same for Vis2 should work.

Phil 7.26.12

8:00 – 4:00 ESSO

  • Weekly status
  • Trying out new versions of vis2
  • Thursday 10:30 meeting. It looks like we’ll create a new, clean DB and keep the old one with a PPM version pointing at it. New version keeps all the meta information about contracts, people and such.
  • Build yet another version of Mike’s code. This time I included as much of the original settings as I could. He appeared to have the vis2 project point at the other projects rather than the SWCs in the repo, so I’m trying that.
  • Tried the Fiddler web dibugger and discovered that the message to the remote object didn’t appear to be going out. Going to try the Charles Debugger and see if there is any difference. Nope. Fiddler appears to be a bit better. Not as good as the Flashbuilder debugger though.
  • Just checked and there is a getVersion() method in DbRemoteObject. If the current (re)build of Mike’s workspace fails, I’m going to try a minimum flex app that opens the remote object and calls that method. The code should be grabable from VisibilityScripting

Dong Shin 07.25.2012

  • added total budgets for project and sub projects in separate datagrids
    • budget is entered in only one datagrid
    • total, allocated, available calculated separate
    • working on retrieving individual budgets from sub projects

Phil 7.24.12

8:00 – 2:30 ESSO

  • Backups on site
  • Tried the Flex 3.5B version of the code. Neither vis2 or AccountManagers worked. I find that particulalry vexing since AM was compiled entirely with 3.5B.
  • Dong got XP up and running with the proper versions of IE7 and Flash player. Of course, the code works just fine. Sigh
  • Trying Mike’s workspace. Was able to compile, though maven errors will have to be dealt with in the future if this works
  • Added the datavisualization swc to the 3.5B version of vis2 build path. THis was probably the reason that the version yesterday would crash here. Dong has built a 3.5B and 3.6 version of AccountManagers to try as well.

2:30 – 6:00 FP

  • PAD Meeting
  • Wired up new mouse, and found a laser USB mouse that can be sacrificed

Dong Shin 07.24.2012

  • finished installing XP no Phil’s box – after several failed attempts
    • IE 7 7.0.5730.13
    • Flash Player 11.2.202.228
  • tried various versions (3.5, 3.6 compiles, SWFs that we tried at Fort) – Everythings loads fine!
  • reworking query for sub-projects to return yearly totals for parent projects