Skip to content

Commit 269f8c1

Browse files
committed
Updated MHA docs.
1 parent afa69d4 commit 269f8c1

File tree

4 files changed

+27
-56
lines changed

4 files changed

+27
-56
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Presentations can be controlled from a mobile device with the [remote control ap
88

99
## Presentations
1010

11+
* [Mile High Agile 2018 - Intentional Architecture](http://limscoder.github.io/react-present/mile-high-agile-2018/)
1112
* [DevOps Enterprise Summit 2017 - Intentional Architecture](http://limscoder.github.io/react-present/intentional-architecture/)
1213
* [EmpireJS 2017 - JS Performance](https://limscoder.github.io/react-present/js-performance/)
1314
* [Agile Central 2017 - Blockchain Intro](https://limscoder.github.io/react-present/blockchain/)

docs/mile-high-agile-2018/index.js

Lines changed: 19 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -35351,9 +35351,27 @@ function concat(a: string, b: string): string {
3535135351
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
3535235352
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["b" /* Title */],
3535335353
null,
35354-
'Minimize Complexity'
35354+
'Minimize complexity'
3535535355
),
3535635356
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement('img', { src: __WEBPACK_IMPORTED_MODULE_17__images_system_graph_png___default.a, alt: 'system' })
35357+
), __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35358+
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["a" /* Slide */],
35359+
null,
35360+
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35361+
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["b" /* Title */],
35362+
null,
35363+
'Plan for integration'
35364+
),
35365+
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35366+
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35367+
null,
35368+
'What needs to be built?'
35369+
),
35370+
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35371+
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35372+
null,
35373+
'What needs to be deprecated?'
35374+
)
3535735375
), __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
3535835376
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["a" /* Slide */],
3535935377
null,
@@ -35405,29 +35423,6 @@ function concat(a: string, b: string): string {
3540535423
null,
3540635424
'Respond to questions and feedback'
3540735425
)
35408-
), __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35409-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["a" /* Slide */],
35410-
null,
35411-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35412-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["b" /* Title */],
35413-
null,
35414-
'Plan the rollout'
35415-
),
35416-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35417-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35418-
null,
35419-
'What needs to be built?'
35420-
),
35421-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35422-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35423-
null,
35424-
'What needs to be integrated?'
35425-
),
35426-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35427-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35428-
null,
35429-
'What needs to be deprecated?'
35430-
)
3543135426
), __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
3543235427
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["a" /* Slide */],
3543335428
null,
@@ -35436,30 +35431,11 @@ function concat(a: string, b: string): string {
3543635431
null,
3543735432
'Drive adoption'
3543835433
),
35439-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35440-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35441-
null,
35442-
'Optimize for the whole'
35443-
),
3544435434
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
3544535435
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
3544635436
null,
3544735437
'Requires a compelling story'
3544835438
),
35449-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35450-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
35451-
null,
35452-
'Teams ',
35453-
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35454-
'em',
35455-
null,
35456-
'want'
35457-
),
35458-
' to use it'
35459-
)
35460-
), __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
35461-
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["a" /* Slide */],
35462-
null,
3546335439
__WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
3546435440
__WEBPACK_IMPORTED_MODULE_1__lib_components_presentation_Parts__["c" /* Statement */],
3546535441
null,

docs/mile-high-agile-2018/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

presentations/mile-high-agile-2018/slideList.js

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,14 @@ export default {
164164
<img src={ performanceSrc } alt="performance" />
165165
</Slide>,
166166
<Slide>
167-
<Title>Minimize Complexity</Title>
167+
<Title>Minimize complexity</Title>
168168
<img src={ systemSrc } alt="system" />
169169
</Slide>,
170-
170+
<Slide>
171+
<Title>Plan for integration</Title>
172+
<Statement>What needs to be built?</Statement>
173+
<Statement>What needs to be deprecated?</Statement>
174+
</Slide>,
171175
<Slide>
172176
<Title>Story the questions</Title>
173177
<img src={ spikeSrc } alt="spike" />
@@ -183,19 +187,9 @@ export default {
183187
<Statement>Be specific</Statement>
184188
<Statement>Respond to questions and feedback</Statement>
185189
</Slide>,
186-
<Slide>
187-
<Title>Plan the rollout</Title>
188-
<Statement>What needs to be built?</Statement>
189-
<Statement>What needs to be integrated?</Statement>
190-
<Statement>What needs to be deprecated?</Statement>
191-
</Slide>,
192190
<Slide>
193191
<Title>Drive adoption</Title>
194-
<Statement>Optimize for the whole</Statement>
195192
<Statement>Requires a compelling story</Statement>
196-
<Statement>Teams <em>want</em> to use it</Statement>
197-
</Slide>,
198-
<Slide>
199193
<Statement>What are the mental models within the org?</Statement>
200194
<Statement>What are the skill levels within the org?</Statement>
201195
<Statement>What training does the org need?</Statement>

0 commit comments

Comments
 (0)