- Lenny’s having issues with Query Builder using CONCAT (‘%)… will take a look on Monday
- working on FR
- retrieving FR list using columns specified instead of whole list…
- trick to convert snake case to camel case…
- newColumns[i] = WordUtils.capitalizeFully(columns[i], new char[]{‘_’}).replaceAll(“_”, “”);
newColumns[i] = Introspector.decapitalize(newColumns[i]); - could not get String[] or List<String> to work with @ResponseBody….
- set default approval state to Working in database table
- set default approval state to Working in FR app
- made FR not editable for Submitted and Processed status for non-admins
Phil 6.12.15
8:00 – 5:30 SR
- DB Backups
- Chased down some querybuilder weirdness with Lenny. CONCAT(‘$’,) as ‘some name’ dosn’t seem to be working for his queries. Changing the queryBuilderConfig2.xml file by adding the column names worked though.
- Deleting NetworkComponents does not remove them from the target list of other NetworkComponents
- Also, I was adding items twice. That should have thrown a same-name error…. Nope, I was adding to the model list in the controller twice.
- Added the ability to adjust attraction and repulsion constants individually.
- Fixed some dumb bugs with fonts. To be fair, the canvas font description is dopey.
- Progress for today (subject to change)
Dong Shin 06.11.2015
- on-site things…
- found that funding amount validation fails on float calculation that goes beyond decimal points – fixed
- reworked approval states
- minor changes to main funding request view.
- table data editor error – closed db connection?
- need to change the Load FR to have short list data
- working on FR
- changed approval states
- changed funding-request.tpl.html
- modified checkFundingBrekdown in services.js to truncate numbers after two decimal points
- trouble shooting closed db connection problem…
Phil 6.11.15
8:00 – 5:00 SR
- DB Backups
- Fixed some bugs in FR, the most serious was a multiplication/rounding (error?) in JavaScript that was causing calculated results to be off by something like 0.0000003.
- The charts are not showing up on Lenny’s browser. Loading times for the JS are very short, with a 304 warning. Maybe we need to compile our TypeScript into one large file? Got it to work. It generates a *pile* of error messages because the typescript inclusion is messed up. Output is 3,500 lines of code.
- Need to estimate times for development of follow on work for Lenny
- Got 3D Network display working (again…)
Dong Shin 06.10.2015
- deployed new FR, jars for charting
- got a copy of 2015 O&M ACC data
- plotted in excel, looks good
- working on charting
- changed the first data of the future values to equal the last of the data
Phil 6.10.15
8:00 – 3:30 SR
- DB Backups
- Deploy FR Fixes, new jars to test server for charts
- Added a AppMainNet for the network dev/testing so that the AppMain for the 3D chart is untouched
- Got networks of balls being drawn with random motion vectors. Need to add an array of influenceComponents that the math will work with to calculate physics. Got confused with the modelArray within the Component. It’s for child objects.

Dong Shin 06.09.2015
- working on FR validation
- Lenny’s requests of the day….
- On the ISR PMO Module:
Remove Project NumberChange ISR PM to ISR PMO Capability LeadAdd ISR PMO Capability Lead Phone Number
- On the ISR PMO Module:
- back to charting…
Phil 6.9.15
8:00 – 4:30 SR
- BD Backups
- Need to make sure that plain lines are deleted as well in removeModels();
- Started on NetworkCanvas/NetworkComponent.
- Need to make MainCtrl into BaseCtrl in WGLA2_controller then extend into the current controller and the network controller. Done
- Created a Network3DCtrl that at the moment, just minimally extends the WglCtrlBase class. When making it, I forgot to create the configObj, so the canvas belw up. Added a check in the directive so that a null configObj will case an alert to come up that is (hopefully) helpful.
Dong Shin 06.08.2015
- deployed new FR – fixed number of hours to decimal numbers
- fixed Contract Labor total calculation – getTotal() method had numberOfFTEs in it….
- need to rework Funding Amount validation – move to submit
- working on TableData app
- got get, delete, add working!
- reworking Funding Amount validation per Lenny’s request
Phil 6.8.15
8:00 – 3:00 SR
- DB backups
- Deployed FR fixes
- Worked through validation bugs
- Adding a clearAllConnections() method to WebGlComponents that clears out the source and target arrays of the current model and the pointed-to models
Dong Shin 06.05.2015
- working on app for adding data to tables used for SELECT in FR app so admin can edit the data
- start with Project Name, Project Lab and Project Manager
- added get/save/delete single column for tables in SQLService
- working on FR per Lenny’s request
- changed Authorized User can be accessed by Admin
- verified that FTE’s not included in the calcuation
- changed estimated_hours in fr_contract_labors table as well as the server codes
Phil 6.5.15
8:00 – 4:30 SR
- DB Backups
- Add video support Angular or straight HTML5? Or just links….
- Adding links/lines between Components
- Need to add types to series that tell how the element positions are to be calculated. Do I need to change to pos and size?
- Accidentally blew away my working svn directory and had to restore. Yikes!
- Here’s the current version
Phil 6.4.15
8:00 – 4:00 SR
- DB Backups
- Got into a discussion with Lenny about conferences. Nice data visualization one in Boston
- Fix bounds so that it’s based off of the data bounds and the stage bounds – done
- Make a format based on rotated hsl values if one does not exist – done. Fixed labels too.
- Started network displays. Need to add types to series that tell how the element positions are to be calculated. Do I need to change to pos and size?
Dong Shin 06.04.2015
- working on charting data..
Dong Shin 06.03.2015
- deployed new FR
- fixed saving FR issues – table column too short, changed to 255
- removed comments and added Project Lab and Amount to Load Funding Request dialog on-site
- Lenny wants to generate FR documents using templates and FR data
- working on FR
- changed funding_requests table to have varchar(255) for all varchar columns
- changed Load Funding Request dialog to reflect on-site changes, added column resize



You must be logged in to post a comment.