This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 35
35
36
36
< section class ='slides layout-regular '>
37
37
< article class ="exercise fill ">
38
- < h2 class ="shadow-banner "> Get Course Materials </ h2 >
38
+ < h2 class ="shadow-banner "> Welcome! </ h2 >
39
39
< p >
40
- Please download (or fork) the course materials now: < br > < br >
40
+ Please download (or fork) the course materials if you haven't already < br > < br >
41
41
< a href ="https://github.com/petele/webapp-codelab "> https://github.com/petele/webapp-codelab</ a >
42
42
</ p >
43
43
@@ -379,13 +379,14 @@ <h2 class="shadow-banner">Adding 'Offline' Scenarios</h2>
379
379
</ article >
380
380
381
381
< article >
382
- < h3 > It's Not Just About</ h3 >
383
- < p > TODO: offline, intermittent scenarios, performance, always available</ p >
384
- </ article >
385
-
386
- < article >
387
- < h3 > Differences between online & offline architecture</ h3 >
388
- < p > TODO: clinet side vs server side, storage, sync</ p >
382
+ < h3 > More than offline</ h3 >
383
+ < p > Adding 'offline' scenarios means more than just a disconnected user</ p >
384
+ < ul class ="build fade ">
385
+ < li > Offline - I'm on an airplane</ li >
386
+ < li > Intermittent connections - I'm on a bus</ li >
387
+ < li > Low bandwidth connections - I'm tethering</ li >
388
+ < li > Regular connect - I'm at home with DSL</ li >
389
+ </ ul >
389
390
</ article >
390
391
391
392
< article >
You can’t perform that action at this time.
0 commit comments