Author Archives: gvr4wd

Unknown's avatar

About gvr4wd

...hmmm

Dong Shin 04.01.2015

  • working on StoredQueryService
    • RowMapper for StoredQuery class
    • copied User class and associated classes – moved to Spring Utils?
    • modified ServiceResponse to return status and message
    • got CRUD working in Service
    • got JSON service working….

Dong Shin 03.31.2015

  • found that POC could not be added to the list
    • put old code back in place that refreshes the data on save
    • had to explicitly set the self.gridOptions.data = self.pointOfContacts when the data returns
  • changed so that server returns empty list instead of error when nothing found
  • modified funding_request_pocs table to cascade changes to point_of_contacts table

Dong Shin 03.30.2015

  • working on Stored Query Service – runs stored queries and publishes as json
    • creating database table, model, controller, service……
  • created separate Java Lib for logging – LoggingUtils
    • moved Spring Service libraries to User Library – SpringLibs
  • POC problem on-site… need to look at the debug information tomorrow.

Dong Shin 03.25.2015

  • modified POC processing so that it cannot be edited/deleted if used in others.
  • tried to update Angular to latest (1.3.15 or 1.4), didn’t work with min attribute in Obligations/Outlays…..
  • fixed incorrect Funding Amount (Number.MAX_VALUE) showing in Obligations/Outlays
  • working on setting central login page….

Dong Shin 03.24.2015

  • reworking on POC processing
    • server returns list of POCs on add
    • fixed Error not showing on Save/Edit/Delete
    • added instruction
    • set all the modals (pop-ups) to use backdrop: ‘static’ so background is grayed out and must click Ok/Cancel to dismiss

Dong Shin 03.20.2015

  • continue working on FR
    • added calculate functions to the download template
    • download works on Chrome, partially on Firefox
    • only a page is downloaded
    • tried various data attribute….. found this is the way!
    • pom.setAttribute('href', 'data:text/attachment,' + encodeURIComponent(content.innerHTML));

Dong Shin 03.19.2015

  • working on FR
    • added Contract Funded Amount to server codes
    • tried to use $watch for summing the Funded Amount – not quite working. Does $watch check for reference instead of values?
    • HTML generation for export and saving it as MSWORD works!
    • Chrome just saves file where Firefox asks to Save or Open… Is it my browser settings?
    • reworking template

Dong Shin 03.18.2015

  • working on FR Export…
    • created a directive and templates to generate HTML using $compile service
    • controller in the directive doesn’t work quite right.
  • another field for Contract Details – Contract Funded Amount
    • modified client codes
    • added contract_funded_amount to fr_contract_details table – db_updates.sql
      • ALTER TABLE `fr_contract_details` ADD `contract_funded_amount` DECIMAL(10,2) NULL AFTER `funding_request_id`;
    • working on server codes

Dong Shin 03.17.2015

Dong Shin 03.16.2015

  • deployed new FR app
    • missed min check of the last month values in Obligations/Outlays – fixed
  • working on adding Project Names to FR app
    • created table, project_names
    • added java classes – model, rowMapper, service, controller
    • added javaScript codes
  • moving Reqonciler server codes to new project, prepping for HTML5 app.

Dong Shin 03.13.2015

  • working on FR app
    • added Obligations/Outlays check against Funding Amount, warning when value is greater than the amount and disable continue
    • added a directive to capture and check Obligations/Outlays values on-blur, not on-change. on-blur checks the values when input is complete, on-change checks the values on every key stroke.  http://stackoverflow.com/questions/11868393/angularjs-inputtext-ngchange-fires-while-the-value-is-changing
    • Obligations/Outlays should not be less than the previous month and greater than the next month