- working on documentation
- updated Funding Request & Financial Assistant Service (Java WebApp)
- commenting FinancialAssistant
Phil 7.10.15
8:00 – 4:00 SR
- Sent Steve F. some background on Visibility and equipment requests
- Continue working on integrating dynamic data provider into charts. First pass is done, but kind of crappy. I think there needs to be a recursive way of adding the data. Something like an tree object that recurses through itself to create the data provider which is then rendered. Ponder it over the weekend.
- Need to make a self-contained example of the flexbox/ng-repeat interaction.
- Redid my tuition reimbursement because Novetta changed it after I submitted it before.
- Uploaded the current app and it still works!
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
Phil 7.9.15
8:00 – 5:00 SR
- Asked Dong to make sure that all projects were standalone, and didn”t depend on Maven, etc. that was outside the repository.
- Fixed one of the names in the PM database list
- Trustworthiness –
- Need to change the queries around so that the kind of data is listed (Url:, Keyword:, etc. This can be parsed as needed by the submitting methods – done
- Get the initial interactions beween the webGL and the search. Set up the dataFormat to handle the types.
- Working on the resetDataProvider and resetDataFormat.
- Add new search buttons (Google News, Fact Checked, Alchemy News, etc) – done
- Start adding in the DB
- In the link table, types can be ‘relation’ ‘supports’ ‘disputes’, others(?)
- Meeting with Brad and Steve
- Send software and hardware configuration to Steve Filippi (scfilip)
Dong Shin 07.09.2015
- documentation
- un-Mavenizing FinancialAssitant project
- moved all the dependencies to JarFileContainer project
- adding comments to Funding Request App
Phil 7.8.15
8:00 – 4:30 SR
- Re-ordered my dev machine
- Had a good discussion with Lenny about future directions for the project and how to effectively use my time while we wait for someone to come on board.
- Working on figuring out how to put an absolute div in a dynamic page. Ok, here’s how I got it to work.
- This is the style
<style> .wrapperPanel { display: flex; justify-content: center; background-color: lightgray; margin-bottom: 10px; margin-top: 10px; width: 98vw; height: 30vh; } .mainWindow { position: relative; width: 100%; height: 100%; background: linear-gradient(darkblue, black); } .glDiv { position: absolute; width: 100%; height: 100%; } </style> - and this is the HTML
<div class="wrapperPanel"> <div class="mainWindow"> <ng-network-webgl class="glDiv" config-obj="glc.configObj"></ng-network-webgl> </div> </div> - The mainWindow css is needed so that the div with the ‘glDiv’ css has something to reference to. Otherwise the overlays won’t work.
- Lunch thoughts
- Confirm/Dispute
- URL chain (or, just chain)
- Handoff meeting from Brad to Steve tomorrow at 2:00 or later.
- Added webgl network canvas using inheritance for the controller. Aside from forgetting the stylesheet, everything worked as hoped for!
Dong Shin 07.08.2015
Phil 7.7.15
8:00 – 5:00 SR
- Got my new worksa- wait. Actually, it’s my old, non dev workstation with more monitors.
- The guy who installed my monitors said that there was a way to order custom equipment, but it appears to be a nonexistent link.
- Looking into online IDEs. Cloud9 hangs on even a simple PHP execution. Trying Eclipse Orion. Ok, that’s just horrible.
- Ok, I might be getting a dev machine now….
- Working on dynamic data for network charts. I’ve got the basics working (need database calls as well, but let’s do that later) Now I need to get the basics of the CSS working for the mix of regular and webGL directives.
Phil 7.6.15
8:00 – 4:00
- Told Lenny about Dong’s resignation.
- More dynamic chart data.
- Set the meta information about the kind of data into each item so that the directive knows what to draw.
- In the main app, set it so that the data was returned in one object and meta information about the query was returned in the other
- Connect the data provider to the initial pull
- Add additional defined strings for query types to support different flavors of queries (DRILL_DOWN, etc)
- Add defined strings for response type (NEW, REPLACE, APPEND, UPDATE, etc) UPDATE should keep current data and only add new.
- Need to be able to add and delete (lines? lighting?) between nodes without adjusting the behavior of the nodes. It’s be nice to be able to do this as part of the mouseover
- AddRelation(target) – creates an entry in a hashmap
- DeleteRelation(target) – deletes the entry
- CustomMouseoverBehavior(c:WglComponentBase){} – add to CanvasBase
Phil 7.2.15
7:30 – 4:30SR
- Rain.
- Updated the funding requests DB with a new support project
- Working my way through Khan Academy inferential statistics
- Workstation install set for Monday at 9:00 am
- Added depth setting to charts
- More dynamic chart data.
- Had to add angular-sanitize and ngSanitize to handle redering injected HTML
- Got the rss data rendering in angular
- For some reason, the ‘+’ symbol doesn’t travel well. It gets changed to a space on the way to the server. Re-rigged the server side code to combine queries.
- Bundled up all the processing code in GoogleNewsRss.php.
- In the main app, set it so that the data was returned in one object and meta information about the query was returned in the other
- Connect the data provider to the initial pull
- Add additional defined strings for query types to support different flavors of queries (DRILL_DOWN, etc)
- Add defined strings for response type (NEW, REPLACE, APPEND, UPDATE, etc) UPDATE should keep current data and only add new.
- Need to be able to add and delete (lines? lighting?) between nodes without adjusting the behavior of the nodes. It’s be nice to be able to do this as part of the mouseover
- AddRelation(target) – creates an entry in a hashmap
- DeleteRelation(target) – deletes the entry
- CustomMouseoverBehavior(c:WglComponentBase){} – add to CanvasBase
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…
Phil 7.1.15
8:00 – 4:30 SR
- Biked in today – 3rd time. That’s over 100 miles of commuting this year
- Annual Review
- Dynamic chart data generation – had an issue parsing html that was malformed. As always, stackoverflow was most helpful.
Phil 6.30.15
8:00 – 5:00 SR
- Lenny submitted the list of equipment for development.
- Since we’re now on a new SSP, I need to get permissions to match.
- More work on network chart data
- Spent 2 hours on support line.
- timesheets!
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;
-
Phil 6.29.15
8:00 – 5:00 SR
- Demo today
- Need to set area charts so that they are sorted low to high for display. Otherwise we have clicking problems.
- Working on live network chart data.

You must be logged in to post a comment.