Author Archives: gvr4wd

Unknown's avatar

About gvr4wd

...hmmm

Dong Shin 09.24.2014

  • managed to blow up the flex workspace again! almost lost all recent code changes.
  • working on Query Mgmt
    • drop cannot be received on closed parent item and empty parent doesn’t open up on click! manually open up the empty folders…
    • ALTER TABLE `qb_queries` CHANGE `query` `query` TEXT NULL DEFAULT NULL;
    • got drag and drop to work
    • got save / delete to work
    • done!

Dong Shin 09.22.2010

  • got the user login to talk to the test server
  • working on server side.
    • Grails reverse-engineering with JSON get/post support?
    • starting with users table
    • Eclipse Juno not working well with Hibernate Tools
    • Eclipse Kepler crashing randomly running out hander? – reverted back to original install
    • installed JBoss tools (Hibernate) in Eclipse Kepler
    • create Hibernate Configuration for Reverse Engineering (auto generation of POJOs)
    • successfully generated classes and configurations from PPM database (project_porftolio_enh)!!
  • from Lenny
    • PM Actuals not color coded correctly in the new Query Builder
    • add folders to organize queries?

Dong Shin 09.19.2014

  • start using WebStorm! Eclipse JavaScript development not working well with AngularJS
    • change default IDE settings – https://intellij-support.jetbrains.com/entries/23348963
    • modify C:\Program Files (x86)\JetBrains\WebStorm 8.0.4\bin\idea.properties file
      • idea.config.path=${user.home}/Dropbox/DEV/webstorm/config
      • idea.system.path=${user.home}/Dropbox/DEV/webstorm//system
      • idea.plugins.path=${idea.config.path}/plugins
      • idea.log.path=${idea.system.path}/log
  • continue on AngularJS tutorials
  • working on User Login

Dong Shin 09.18.2014

Dong Shin 09.17.2014

  • went to the Fort
    • taught Lenny how to build queries on the new Query Builder
    • add Filter to the new Query Builder
    • budget_center_obligation_date returns null
    • went over the project and capability based queries with Chris, he really likes it.
  • added column filter to the new Query Builder

Dong Shin 09.15.2014

  • enabled editEnabled in Lab AddableListComboBox
  • removed old Query Builder
  • set Query Builder to display PM Actuals as Chris requested
    • past 18th of the month, show previous month
    • before 18th of the month, show two months before

Dong Shin 09.11.2014

  • was unable to duplicate Gina’s FMP problem on site…
  • fixed FMP’s not showing – throwing exception when parsing projected_date!
  • added lab field to __project_detailed_data
  • continue on AngularJS