- 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
Remember that the JetBrains typescript transpiler doesn’t know about dependencies. If you have odd bugs, use a makefile.
yeah, just getting hang of it.