Skip to content

Commit 4a38025

Browse files
authored
Rejig Data Groups workshops (#1497)
* Have two 60-minute workshops, rather than a 140 minute section with two 60-minute options. We know people won't necessarily get through them all - it may be better to just choose one and give it two hours, but right now "Spend 60 minutes but have a block for 140" is confusing. * Pull Arrays workshop into the Arrays sprint. * Use non-DOM debugging workshop in the sprint when the DOM hasn't yet been covered. I've adjusted the prep to include the prereq reading where appropriate.
1 parent 4beb508 commit 4a38025

File tree

4 files changed

+34
-30
lines changed

4 files changed

+34
-30
lines changed

common-content/en/blocks/morning-break/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ hide_from_overview=true
1010

1111
+++
1212

13-
A quick break of fifteen minutes so we can all concentrate on the next piece of work.
13+
A quick break so we can all concentrate on the next piece of work.

org-cyf-itp/content/data-groups/sprints/1/day-plan/index.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ name="Morning orientation"
1212
src="blocks/morning-orientation"
1313
time=15
1414
[[blocks]]
15-
name="Workshop"
16-
src="blocks/workshop"
17-
time="140"
18-
[[blocks.nested.blocks]]
19-
name="Giving Feedback [PD] (60 Mins)"
20-
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/feedback"
21-
time=0
15+
name="Giving Feedback"
16+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/feedback"
17+
time=60
18+
[[blocks]]
19+
name="Morning break"
20+
src="blocks/morning-break"
21+
time=20
22+
[[blocks]]
23+
name="Arrays"
24+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/feedback"
25+
time=60
2226
[[blocks]]
2327
name="lunch"
2428
src="blocks/lunch"

org-cyf-itp/content/data-groups/sprints/2/day-plan/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ name="Morning orientation"
1212
src="blocks/morning-orientation"
1313
time=15
1414
[[blocks]]
15-
name="Workshop"
16-
src="blocks/workshop"
17-
time="140"
18-
[[blocks.nested.blocks]]
19-
name="Objects [Tech] (60 Mins)"
20-
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/objects"
21-
time=0
22-
[[blocks.nested.blocks]]
23-
name="Debugging 2 [Tech] (60 Mins)"
24-
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/debugging-2"
25-
time=0
15+
name="Objects"
16+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/objects"
17+
time=60
18+
[[blocks]]
19+
name="Morning break"
20+
src="blocks/morning-break"
21+
time=20
22+
[[blocks]]
23+
name="Debugging"
24+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/debugging"
25+
time=60
2626
[[blocks]]
2727
name="lunch"
2828
src="blocks/lunch"

org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ name="Morning orientation"
1212
src="blocks/morning-orientation"
1313
time=15
1414
[[blocks]]
15-
name="Workshop"
16-
src="blocks/workshop"
17-
time="140"
18-
[[blocks.nested.blocks]]
19-
name="DOM merge conflict [Tech] (60 Mins)"
20-
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/dom-merge-conflict"
21-
time=0
22-
[[blocks.nested.blocks]]
23-
name="Interviewing practice [PD] (60 Mins)"
24-
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/interviewing"
25-
time=0
15+
name="DOM merge conflict"
16+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/dom-merge-conflict"
17+
time=60
18+
[[blocks]]
19+
name="Morning break"
20+
src="blocks/morning-break"
21+
time=20
22+
[[blocks]]
23+
name="Interviewing practice"
24+
src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/interviewing"
25+
time=60
2626
[[blocks]]
2727
name="lunch"
2828
src="blocks/lunch"

0 commit comments

Comments
 (0)