Category Archives: Dong Shin

Dong Shin 08.05.2010

  • packed up PPM for demo (progress) tomorrow and reviewed with Phil
  • got charts to work with the dummy data in Financial Data
  • Financial Data expands based on Appropriation Length
  • added Contracts Info to FinancialDataPanel – looks and behaves the same as before, more test needed
  • Financial Data now grouped by Appropriations
  • looks like the Financial Data DG needs height set…. gets ugly when more than one Data in a single appropriation – done

Dong Shin 08.04.2010

  • started rewriting Financial Data Viewer/Editor
    • finally got HAccordion to work!
    • default.css and AccordionDefaults.css conflicts with each other.
    • basic layout of the Viewer UI done
    • adding more details to the Viewer
    • temporary data added
    • create components
      • Project Viewer
        • Project Financial Info
        • Financial Data Panel
          • FinancialData
            • Fianancial Data DataGrid
            • Financial Data Chart

Dong Shin 08.03.2010

  • Create Project saves/updates with new dynamic FY information
  • Modify Project allows additional FY column on existing project using Project End FY
  • added DELETE CONSTRAINT on budget_amounts table – deleting budget_centers deletes related budget_amounts
  • obligations_outlays data gets set up on Create Project

Dong Shin 08.02.2010

  • created budget_amounts table to support variable length years – related to budget_centers table
  • restructured budget_center (removed fy) and obligations_outlays (removed 2nd year data)
  • changed BudgetCenterData to dynamic class to support dynamic number of FY amounts

Dong Shin 07.30.2010

  • Fixed a bug allowing duplicate Appropriation types – not case sensitive!
  • created new Flex project – MySQLBrowser
    • moved all MySQLBrowser source from PPM to the new project
  • added end FY to Create Project
  • Budget Center/Funding increases/decreases based on the end FY
  • added duration to Appropriation table to keep years length…

Dong Shin 07.29.2010

  • moved the Real/Float number filtering stuff to new component, DoubleTextInput
  • set minimum year for Appropriation to 2
  • fixed bugs
    • showing ‘.’ on Appropriations
    • refresh display on Appropriations save
    • changed Clear to Close
    • Appropriation Management Panel gets deleted on close

Dong Shin 07.27.2010

  • modified ContractsCanvas to have dynamic GridRow/GridItems
    • empty columns at the end
    • added Style for GridItem – borderStyle:”solid” doesn’t work?
  • ApproprationManagement changes
    • initialize data with 0’s
    • removed icons
    • status field added to Appropriation table (Lock status);
    • Lock button added
    • Delete added
    • all buttons added Save Confirmation on data change
  • incorporating Appropriations changes to Financial Data DataGrid

Dong Shin 07.23.2010

  • continue working on AppropriationsMgmt
    • goals data retrieval added
    • convert the data in row to column format
    • format the goals to have one decimal precision
    • added itemEdit events
    • save/update done.

Dong Shin 07.22.2010

  • disabled Add New on Appropriations ComboBox; ProjectViewer and FundingRequest
    • added _addEnabled to AddableListComboBox
  • set up new obligation/outlay table with new data
  • commited all files before major change!!
  • create ApproprationMgmtPanel for appropriations management
    • AddNewApproprationWindow
    • GoalsCanvas

Dong Shin 07.21.2010

  • fixed FundingRequestPanel not closing properly on project selection cancel (when creating new funding request)
  • working on MySQLBrowser
    • basic layout/navigation is done

Dong Shin 07.20.2010

  • reverse the data retrieval so that the progress bar shows FY in incremental order.
  • prevent editing when data is saving on Financial DataGrid
  • added $ to Contract Management
  • added Save Confirmation to Project Contract Management
  • disabled Drag-and-Drop of contracts for now….
    • drag and drop causes DataGrid itemEditor to crash
  • fixed a bug – mouse click after Project Contract Amount edit doesn’t format the data

Dong Shin 07.19.2010

  • fixed AddableComboBox not selecting the one just saved
  • changed the summary title – FY and Project Name
  • added progress message (FY info) to Progress Bar
  • spend some time trouble-shooting maven for Flash Builder 4

Dong Shin 07.14.2010

  • Contract Management modified to use ContractManagementDG
  • Added Create BF45 Email button, replaces Request and Send to BF buttons
  • MIPR Request Form and Statement of Work details added to Funding Request
  • Highlight editable column (amount) in the Project Contract Management
  • configured laptop-13 for Windows test server
    • installed Tomcat, set up SSL
    • installed XAMPP
  • packed up PPM and test deployed to laptop-13, looks good.