- more documentation
Author Archives: gvr4wd
Dong Shin 07.15.2015
- continue from yesterday’s setting up Phil’s laptop for build – done!
- checked out all client codes
-
- Financial Assistant Apps
- SVN location: trunk/Sandbox_folders/DONG_SANDBOX/JavaScript/FinancialAssistant
- Charting App
- SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/charts
- Query Builder App
- SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/QueryBuilder
- Reqonciler App
- SVN location: trunk/Sandbox_folders/DONG_SANDBOX/webstorm/Reqonciler
- Financial Assistant Apps
- Configure Deployment Server for the projects
- changed link to FinancialAssistant in FinancialAssistantService(Java) in WebContent folder to point to valid directory
- create logging database and use logging.sql to initialize
- create visibility_scripting database and use visibility_scripting.zip to initialize
Dong Shin 07.14.2015
- setting up Phil’s laptop for software build
- JDK 8
- XAMPP 5.6.8
- Eclipse Mars – unzipped to C:\dev
- WebStorm 10.0.4
- set JAVA_HOME to C:\Program Files\Java\jdk.1.8.0_45
- Subclipse plugin for Eclipse
- VisualSVN for WebStorm
- checked out all Java projects
- FinancialAssistantService – trunk/Sandbox_folders/DONG_SANDBOX/Java/FinancialAssistantService
- JarFileContainer – trunk/Java_folders/JarFileContainer
- javaUtils – trunk/Java-folders/Utils/javaUtils
- LoggingUtils – trunk/Sandbox_folders/DONG_SANDBOX/Java/LoggingUtils
- ReqoncilerService – trunk/Sandbox_folders/DONG_SANDBOX/Java/ReqoncilerService
- Servers – trunk/Sandbox_folders/DONG_SANDBOX/Java/Servers
- StoredQueryService – trunk/Sandbox_folders/DONG_SANDBOX/Java/StoredQueryService
- SpringLibs – /trunk/Sandbox_folders/DONG_SANDBOX/Java/SpringLibs
- removed duplicate jars
- changed JDK 1.7 to JDK 1.8
- reconfigured Server project to use C:\xampp\tomcat
- had to remove/add Server Runtime Library (Apache Tomcat v7.0)
- everything builds!
Dong Shin 07.13.2015
- working on documentation
- updated Funding Request & Financial Assistant Service (Java WebApp)
- commenting FinancialAssistant
Dong Shin 07.10.2015
- working on documentation
- added SpringLibs java project to contain all the Spring and other libraries used for FinancialAssistantService, ReqoncilerService, StoredQueryService so that the projects don’t depend on any external libraries
- SpringLibs – /trunk/Sandbox_folders/DONG_SANDBOX/Java/SpringLibs
Dong Shin 07.09.2015
- documentation
- un-Mavenizing FinancialAssitant project
- moved all the dependencies to JarFileContainer project
- adding comments to Funding Request App
Dong Shin 07.08.2015
Dong Shin 07.02.2015
- chart data service broken? – fixed
- added charts project (TypeScript) to FinancialAssistantService(webapp)
- Upload external changes must be set in Tools->Deployment->Options in WebStorm to upload compiled .js file automatically
- working on charts app
- created DataFormatRow class
- buildRowData() in ChartDataService.java is still broken… trouble-shooting…
Dong Shin 06.29.2015
- demo on-site
- annual assessment
- working on chart
- removed 2 sec delay in chart
- created IStoredQuery and cast into array
-
var storedQueies:Array<IStoreQuery> = data;
-
Dong Shin 06.26.2015
- working on charts app
- got $modal injection working
- got modal dialog to work.
- working on services – working!
- ng-grid? still using ui-grid…
- got load and run working for StoredQuery app
- very detailed example of TypeScript/AngularJS app
Dong Shin 06.25.2015
- continue working on chart app
- ui-gird not available in definitely typed, using ng-grid
- is not required?
- spent some time on getting ng-click to work…..
- trying to get $modal to work
Dong Shin 06.24.2015
- working on lab locations data
- should work with FA data
- moved the project_lab_locations table to project_portfolio_enh database
- updated test projects to match new locations
- simple SQL to find lat/long of labs specified in budget_center
- started charts typescript project
- set typescript compiler
- moved ISR-PMO-Charts app
- converting Stored Query App to typescript
- downloaded DefinitelyTyped master
- was using 1.3 angular.d.ts and ui-bootstrap.d.ts uses 1.4, namespace has been changed which caused all kinds of compile errors!
- created StoredQueryMain.ts, QueryService.ts, StoredQueryController.ts, and StoredQuery.ts
Dong Shin 06.23.2015v
- working on charting data
- adjusted future PM Actuals to use month offset based on the day of the month
- user DECIMAL for lat/long
- created project_lab_locations table with zip, lat, and long
Dong Shin 06.22.2015
- deployed FR, jars for charting
- PM Actuals should skip current month
- order of column charts needs changed
- working on ChartDataService
- added dayOfMonth to config.properties
- working on PM Actuals month calculation in ChartDataService
Dong Shin 06.19.2015
- continue working on FR – user mgmt
- created a directive to check for current password match – validation.unmatch
- got password change working
- how to detect if HTML form is dirty
- got user info working
- started on Reqonciler (TypeScript!)
You must be logged in to post a comment.