View simpleExampleVtnStandard.json
{ | |
"object": [{ | |
"start": 0, | |
"stop": 1, | |
"structuredData": { | |
"39064126-096b-4049-b3c2-80c81224ddc0": { | |
"test": "test" | |
} | |
} | |
}] |
View release-manager-config-concept.yml
release: | |
id: 2017.05 | |
environment: aws-dev # maybe unnecessary but terraform and iron need to know somehow | |
tasks: # defaults to serial execution | |
- description: pre-release db migrations | |
# NOTE: Db migrations dont have to come first; they can occur anywhere, but this is an example of when they typically do batch up at the beginning | |
parallel: true | |
tasks: |
View timelinePlayer.html
<html ng-app="app"> | |
<head> | |
<style> | |
* { | |
margin: 0; | |
box-sizing: border-box; | |
} | |
</style> | |
</head> | |
<body> |