Skip to content

Instantly share code, notes, and snippets.

View arranbartish's full-sized avatar

Arran Bartish arranbartish

View GitHub Profile
  • Mum and dad coming
    • Fix attic insulation
      • Setup shelves
        • build floor
        • install lights in attic
    • basement
      • fix ceiling in living room
      • fix ceiling in bathroom
    • Get bunk bed
  • Get new main bed
@arranbartish
arranbartish / index.ts
Created April 10, 2017 11:44
widget index.ts which exports a moduel
export * from './navigation';
export * from './search-form';
export * from './widget.module';
@arranbartish
arranbartish / index.ts
Created April 10, 2017 11:36
root of project index.ts used as an entry point
export * from './src/app/widget';
@arranbartish
arranbartish / package.json
Created March 30, 2017 16:50
Serverless package.json
{
"name": "serverless-typescript-demo",
"version": "1.0.0",
"description": "Basic demo mixing Serverless and TypeScript",
"main": "handler.ts",
"scripts": {
"lint": "tslint *.ts",
"test:local": "mocha --compilers ts:ts-node/register,tsx:ts-node/register tests.ts",
"test:remote": ". ./helpers/endpoint.sh; mocha remote/tests.js",
"deploy:cicd": "mkdir .build; serverless deploy --stage cicd | tee .build/deploy.out"
@arranbartish
arranbartish / protractor.conf.js
Created March 17, 2017 11:51
Protractor + mocha config for typescript
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
exports.config = {
allScriptsTimeout: 11000, // Timeout of each script
specs: [
'./e2e/**/*.e2e-spec.ts' // pattern for your tests
],
baseUrl: 'http://localhost:4200/', // URL of your SUT
capabilities: {
@arranbartish
arranbartish / Merge-list.md
Last active February 22, 2017 16:37
List of branches to merge

TODO

  • D1453
    • branch brought in line with svn D1453
    • master updated
  • bugfix/D1411
    • branch brought in line with svn D1411
    • master updated

onhold

@arranbartish
arranbartish / gist:8236f485932d2679c4d9cea585f2358f
Last active December 2, 2016 15:31
US283 External funding

Work that can happen now

  • fix bindings and remove parent.parent references
  • Add edit icon for desktop
  • Add edit links for mobile
  • Get the update method to splice out the selected account and apss it on... to something
  • Update the cancel method to take the original and put it back into the array (in the same location)
  • Update all templates to show 1 account and no other controls
    • Update transfer agent
    • Update bank
  • Update mutual fund
@arranbartish
arranbartish / sprint-14a.md
Last active November 21, 2016 19:03
Sprint 14 A

![Burndown][burndown]

Sprint Backlog

  • US345 / REQ575 - DOB milliseconds to string fix (MUST fix)
    • (DESCOPED and to be ready for sprint 14 B)
    • 5 pts

In Progress

@arranbartish
arranbartish / sprint-14b.md
Last active November 22, 2016 14:54
Sprint 14b