Category Archives: Dong Shin

Dong Shin 03.25.2011

  • WebIDE
    • worked with Phil to sort out read input stream issues
    • “bash -i” should not be used as it just echoes the prompts to std out
    • “csh -i” seems working well
    • non Windows OS grabs the prompt matching regex, “\[.*\].*%\s” (Java formatted, may have to tweak it to work with other OS)
    • checked into the SVN

Dong Shin 03.24.2011

  • playing with Phil’s WebIDE projects
    • struggling to get the Runtime.getTuntim().exec() to work in OS X environment
    • initiated it with ‘sh -i’, tried bash, csh,…. none is better than the others
    • found that Windows code waits for ‘C:’ prompt
    • Mac’s doesn’t return any prompt, gets stuck at BufferedReader.readLine()
    • put a Timer in there and experimented with it, couldn’t return control to continue the code execution, but this may be the way to go
    • will experiment on the Linux box here at the office.

Dong Shin 03.23.2011

  • updated pom’s in WebIDEInterfaceSandbox and WebIDEServerSandbox and deployed
  • additional repositories for WebIDE projects
<repository>
<id>jspresso</id>
<name>Jspresso</name>
</repository>
<repository>
<id>google-maven-snapshot-repository</id>
<name>Google Maven Snapshot Repository</name>
</repository>

Dong Shin 03.16.2011

  • PPM
    • cleaned up Server’s pom.xml so that it deploys correctly
    • Financial Status Data
      • Cumulative totals for Initiate/Commit, Obligation, Outlay, and PM Actual Outlay added
      • Available Balance = Remaining / Total Amount * 100
      • Initiate Commit % = Total Initiate/Commit / Total Amount * 100
      • Data updates recalculates the summary

Dong Shin 03.15.2011

  • PPM
    • clean up some Maven stuff
    • trying to figure out a way to generate and package html and swf files together from Maven
    • FGMDEV’s nexus was down, could not restart? cleaned up the logs and looks ok….
    • export MAVEN_OPTS=-Xmx512m to avoid Java Heap space error

Dong Shin 03.14.2011

  • Christine A. is having problem running Visibility.. I had to set up on my Mac, checked out the old stuff. It’s been a while.
  • found a bug in AutoIngest not creating autoingests table, fixed it.
  • tried to add Visibility 3 to Tomcat Server instance in Eclipse. Forgot to do eclipse:eclipse -Dwtpversion=1.5 and wondered how to add the project to the server…..
  • PPM
    • cleaned up Financial Status

Dong Shin 03.08.2011

  • PPM
    • Added dynamic button control updates to RequestEmailTextHBox so that the buttons get updated based on the projects selected
    • fixed a bug exporting projects out of FY range
    • fixed a bug filename not getting from description

Dong Shin 03.07.2011

  • PPM
    • revised Project Export to show distinct FY data with appropriation, FT name, FT number, Activity Amount
    • reworked the Export queries to retrieve valid data – invalid data retrieved…..
    • disabled status changes for non-selected projects in data request
    • added Export to Request Form

Dong Shin 03.04.2011

  • PPM
    • reworked Export to retrieve all the data for the selected year (year + year_count) = selected year
      • order by Appropriations, year, budget_center….
    • fixed a bug showing FMP (Financial Mitigation Plan) on empty data
    • export data sets are identified by Funding Transaction Name?
    • using uid to divide the data sets
    • adde funding amount to export

Dong Shin 03.03.2011

  • PPM
    • reworking queries that retrieve the request data – done.
    • rearranged Show All and FY Filters, Show Selected
    • show Color coded status on Status column only in Requests Panel and Title column in Request Form
    • verified Financial Data in the Excel spreadsheet, fill 0’s with empty data
    • request status is the worst from projects’ status
    • removed user specific requests
    • delete requests added

Dong Shin 03.02.2011

  • haven’t checked for FGMDEV backup for a while – still working.
  • PPM
    • finally got Excel export working
    • as3xls does not work with multiple sheets….
    • added multiple files support along with single file
      • users can export the projects to a single file or multiple files
    • added progress bar
    • ExcelFile.saveToByteArray slows the application down, not allowing UI updates when it writes data
    • disabled project select on INCOMPLETE projects – cannot be exported
    • added error capture on export

Dong Shin 03.01.2011

  • PPM
    • reworked Data Request update queries to allow new entries. This will remove non-selected and existing data, update current, add newly selected.
    • working on exporting Financial Data Request to Excel.
      • added project headers
      • added user/contact information
      • added for each project
        • Budgets
          • financial data for selected year from Oct to Sep

Dong Shin 02.28.2011

  • PPM
    • reworking Financial Data Request
      • Request spans from earliest FY and latest FY in selected projects
      • Request template creates monthly request status
      • Data Request Panel start in current year and month, removed All and reworked filtering
      • Individual Project Status added
      • added data_request_templates table and reworked _data_requests_projects and data_requests tables