Category Archives: Dong Shin

Dong Shin 05.11.2010

  • charts for each dataset now displays $ figures only – removed % figures
  • InvoiceFormWindow changed to have individual items added to the list and manage items
  • removed all message Alerts when saving data….
  • To install the Java development tools in the standalone version of Flex Builder:
  1. Use the Help > Software Updates > Find and Install menu command to open the Install/Update dialog box
  2. Select Search for new features to install.
  3. Click Next.
  4. In the results, choose Europa Discovery Site.
  5. Click Finish.
  6. Select the Java Development package to install.
  7. Click Next.
  8. Accept the license.
  9. Click Finish.
  • trying to track down slow data retrieval

Dong Shin 05.10.2010

  • deployed ProjPortfolioMgr to Phil’s PC
    • created projportfolio user and grant permissions – make sure MySQL restarts!!!!!
  • The crash problem on Charts may only be in DEBUG….
  • checking out are building Visibility 2 for the IngestMgr trouble-shooting
  • Continue w/o Invoice added to InvoiceFormWindow
  • added $ Goals to the FinancialDataGrid – calculated from % and fundingAmount

Dong Shin 05.09.2010

  • chart for all obligation / overlay data added – crashes when mouse over at multiple points intersect…..
  • funding now supports to FY14
  • worked down the list from the meeting….. Project Creation works!!!!!!!!!!!!!

Dong Shin 05.08.2010

  • reworked calculation of the percent cells
  • order of rows organized by obligations and outlays
  • fixed bug caused by FORMAT (col, 2)…
  • Summary Panel reworked for the new data structure
  • Project Viewer is pretty much done!
  • started on Project Creation

Dong Shin 05.07.2010

  • financial data editing works
  • new obligation/overlay types
  • invoice data entry works – need to make it addable
  • DataGridFormWindow almost finished – need to customize for each entry type

Dong Shin 05.06.2010

  • invoice table modified per Trisha’s email
  • funding add/remove working – add data upon funding add
  • FinancialDataViewer modified and working
  • checked in and tried deploying on Phil’s — not compiling.
  • reinstalled Flex Builder to clear out… need to reinstall SVN
    • Help -> Software Updates -> Find and install…
    • Click “Search for new features to install” then click Next
    • Add the following remote sites:
      • Name: (whatever you like, I used “Subclipse”)
      • URL: http://subclipse.tigris.org/update_1.6.x
      • Name: Mylyn
      • URL: http://download.eclipse.org/tools/mylyn/update-archive/3.2.1/v20090722-0200/e3.3
    • Check “Mylyn“, “Subclipse” and “Europa Discovery Site” then click “Finish”
    • Check the whole “Subclipse” tree
    • From the “Mylyn” tree select everything except “Java Development” and “Plug-in development
    • From the “Europa Discovery Site” group open the “Graphical Editor and Frameworks” tree and select “Graphical Editing Framework

Dong Shin 05.05.2010 – notes from meeting

 

Highest priority are to prep for demo.
  1. Fix invoice entry to be direct, with room to add comments
  2. Fix the math for summing FY projects instead of summing by funding sources
  3. Fix percentage math as a percent of total $$, rather than doing the math on the percentage value itself
Notes from the meeting in order they were taken.
  1. Revamp project creation to match notes on whiteboard (more detail below)
  2. project description should have 5k bytes
  3. Portfolio Managers, Financial Managers, and supervisors should be able to read/write any project or just see their projects
  4. Create a “pending” user, with an access level of NONE, that is then approved to their operational level
  5. Data needs to refresh better.
  6. Enter multiple invoices in a table (to be defined in an email soon) as a direct entry
  7. Check math on summing of % (sum by $ value, then calculate new % against total $)
  8. Sum within FY $, not by budget center/type
  9. Change GUI to reflect “new” format
  10. % rows should be based on the percent of the total $ allocated
  11. add comments to “invoice” table
Project Creation should now be Create/Edit project.
  1. When a user clicks on Create/Edit projects, he should see a list of current projects. If he does not see his project there, he clicks on a “create new project”
  2. The user enters a project name in a field if creating.
  3. Project Table consists of budget center, appropriation, type, and FY collumns. The user may insert as many FY columns as desired, which sort in order.
  4. Budget center is a dropdown. If the budget center is not in the list, The user can select “Add new”, which brings up the budget center table (Title -“NRL’, Number-“A6497”, Service-“Army”). Creating a new row here then adds the budget center to the Project Table
  5. Appropriation is a text field (though my bet is that they want the same dropdown as a described for budget center table)  – added as ComboBox
  6. Type can be PRIME, COFUND, or VFR
  7. FY Columns have the budget for that fiscal year. There may be zero or more columns. Columns are added by clicking an “add FY Column” button that has a (required) field for the FY. Columns are inserted into the table in order. Once added, the user can input the budget in a row.
  8. It would be nice if there was no “add row” button. A row is added once a user starts typing in a blank row? Regardless, rows will have to be validated for budget center, type, and appropriation before the project is created/updated
  9. Transition Table has Type, Start, Current, and End columns. The Start Column has the value at the beginning of the project, The Current Column has the current value (can be saved for trending but not required), and the End column contains the final value.
    1. Type can be Technology Readiness Level (Single), Transition Commitment Level (Single), or Transition Parner (Multiple).
    2. Technology Readiness Level has a 1 – 9 range, that apparantly maps to a worrd table.
    3. Transfer commitment Level has a 1 – 3 range
    4. Transition Partner is a string value. A partner may be copied across the entire row, or exist only in one column.
  10. There is a list of all th services that have a stake in this project – created CheckBoxes
  11. The is a priority value (0 – 999) for the project

Dong 05.05.2010

  • checked out ProjPortfolioMgrServer, built, deployed – seems working fine
  • dbAdmin account created for rebuilding ProjectPortfolio database rebuild/initialization
  • meeting with Jim Murphy – lots of changes….

Dong Shin 05.04.2010

  • reworked readme and packaging zip file for the changes made
  • uploaded the FormBuilder.zip to http://wiki.viz-n.com/downloads
  • FormBuilder is now ProjPortfolioMgr (Server)
  • checked in both server and client projects
    • ProjPortfolioMgrClient to Visibility/trunk/Flex_folders/Projects/ProjPortfolioMgrClient
    • ProjPortfolioMgr to Visibility/trunk/Java_folders/Projects/ProjPortfolioMgr

Dong Shin 05.03.2010

  • still struggling with Nexus and Maven
    • Additional 32MB requested, paid. waiting on reponse
    • Browsing just works fine. Deploy seems to break everything
    • Additional memory solved the deploy issues!
    • SVN was not behaving, SVN needs separate passwd and configuration for each repository.
  • UserManagment reworked to use single database
    • add, delete, update works
    • easier navigation
    • Removed Permission Management from UserManagementPanel
  • SQLPanel added to run *any* SQL – datagrid set up for data returned from query

Dong 04.30.2010

  • Nexus Maven Repository running out of memory….
  • Only 32MB available for Tomcat
  • Tried Artifact and same results – out of memory error
  • Charts working – need to add more data
  • Working on changing User Management for centralized management instead MySQL login management – this is due to the installation issues…
  • Requested additional 32MB ($5 extra per month!) for Tomcat, will see if this resolves the Nexus issue.
  • Telecon with Juan in OH
  • install README created – hold until Maven and software are ready.

Dong Shin 04.29.2010

  • unable to retrieve files from LLSERVER because the disks are in RAID…
  • found some backups on the external and restored Nexus Maven stuff, still restoring some other stuff for Brian, 53GB!
  • uploaded the Maven back up and reconfigured the Nexus server, not sure if everything is restored…. lots of stuff there, though.
  • Horizontal Accordion added to the FinancialInfo for charting
  • trying to figure out how to transform the datagrid data for the charts….

Dong Shin 04.27.2010

  • moved to Columbia!
  • SVN repo back up keeps failing….. stopped Rev. 936
  • SVN backed up and restored with Rev 1294
    • Used svnadmin dump & svn load
    • svn://viz-n.com:5868/Visibility
    • need to set up svnsync with Phil’s server