Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add week 2 "Real world fetch" workshop #65

Merged
merged 2 commits into from Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 14 additions & 13 deletions week-2/schedule.md
Expand Up @@ -7,9 +7,9 @@
| 09:45 | Intro reading | |
| 10:00 | Intro presentation | |
| 10:30 | [HTTP intro][http-intro] | HTTP |
| 11:00 | [Fetch & Promises intro][fetch-intro] | Fetch, Promises |
| 11:00 | [First-class functions][fc-fns] | Functions, callbacks |
| _13:00_ | _Lunch_ | |
| 14:00 | [First-class functions][fc-fns] | Functions, callbacks |
| 14:00 | [Fetch & Promises intro][fetch-intro] | Fetch, Promises |
| 16:00 | Tech for Better | |

[http-intro]: tbc
Expand All @@ -18,20 +18,21 @@

## Day 2

| Time | Activity | Learning outcomes |
| ------- | -------------------------------------------------- | --------------------------------- |
| 09:45 | Intro reading | |
| 10:00 | [Design burst: layout][db-layout] | |
| 10:30 | Layout workshop (tbc) | CSS layout |
| 11:00 | Submitting data with Fetch | POST requests |
| _13:00_ | _Lunch_ | |
| 14:00 | [Issue management & estimation][estimation-slides] | Project management, GitHub issues |
| 14:15 | Project intro | |
| 14:30 | Technical spikes | |
| 16:30 | Spike presentation prep | |
| Time | Activity | Learning outcomes |
| ------- | -------------------------------------------------- | --------------------------------------------------- |
| 09:45 | Intro reading | |
| 10:00 | [Design burst: layout][db-layout] | |
| 10:30 | Layout workshop (tbc) | CSS layout |
| 11:00 | [Real world fetch][real-world-fetch] | Error handling, submitting data, `fetch` with forms |
| _13:00_ | _Lunch_ | |
| 14:00 | [Issue management & estimation][estimation-slides] | Project management, GitHub issues |
| 14:15 | Project intro | |
| 14:30 | Technical spikes | |
| 16:30 | Spike presentation prep | |
| 17:00 | Spike presentations |

[db-layout]: https://docs.google.com/presentation/d/1mbzmHJ8UFGosmjwJaxOSJl-PuaQtqxzJKKU4ExGWxrg/edit#slide=id.g3d4c4019a0_1_276
[real-world-fetch]: https://github.com/oliverjam/real-world-fetch
[estimation-slides]: https://hackmd.io/@sofer/B1AL4V3ML#/

## Day 3
Expand Down