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 step 0 #1101

Merged
merged 7 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions org-cyf-itd/content/blocks/step-0/acceptance/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title ="Step 0: How to check your work"
description= "Acceptance criteria for step zero"
emoji= "✅"
time= 10
[build]
render = 'never'
list = 'local'
publishResources = false
+++

A volunteer will review your submission and check it meets the acceptance criteria. They will give you feedback on your submission and help you make any changes to meet the criteria.

Here is the criteria you need to meet:

```objectives
- You have joined the CodeYourFuture ITD Slack
- You have added a profile picture to your Slack profile
- You have used your real name on your Slack profile
- You have introduced yourself on the #introduce-yourself-to-codeyourfuture channel
- You have taken a screenshot of your introduction on the channel
- You have uploaded the screenshot to this platform
```
21 changes: 21 additions & 0 deletions org-cyf-itd/content/blocks/step-0/instructions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title ="Step 0: What to do"
description= "Join the CodeYourFuture Intro To Digital Slack"
emoji= "🗨"
time= 60
[build]
render = 'never'
list = 'local'
publishResources = false
+++

#### Join the CodeYourFuture Intro To Digital Slack
We have an environment in which you can ask for help and build your local community. Slack helps us have asynchronous conversations with our community. It is used by most tech teams.

Please use your real name on Slack and add a consistent profile picture. We ask this so we can recognise each other.

1. Accept this invite (invite to Slack intentionally omitted) to our Introduction to Digital Slack
2. [Understand how Slack works with their tutorial](https://slack.com/intl/en-gb/help/articles/360059928654-How-to-use-Slack--your-quick-start-guide)
3. Introduce yourself on the [#introduce-yourself-to-codeyourfuture channel](https://cyf-introtodigital.slack.com/archives/CQ8HYL25C)
4. Make a screenshot of your introduction on our Slack channel. [This website](https://www.take-a-screenshot.org/android.html) can help you if you don't know how to take a screenshot from your device.
5. Upload the screenshot to this platform
16 changes: 16 additions & 0 deletions org-cyf-itd/content/blocks/step-0/submission/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title ="Step 0: How to show us"
description= "Submit your work for review"
emoji= "📩"
time= 5
[build]
render = 'never'
list = 'local'
publishResources = false
+++

### Submission

You must do this in CYF Course platform

1. Upload the screenshot of your introduction on Slack
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/five/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '🧱'
menu_level = ['module']
menu=[ 'steps']
weight = 5
weight = 6
[[blocks]]
name="Instructions"
src="blocks/step-5/instructions"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '🧑🏾‍🚀'
menu_level = ['module']
menu=[ 'steps']
weight = 4
weight = 5
[[blocks]]
name="Instructions"
src="blocks/step-4/instructions"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/one/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '🤖'
menu_level = ['module']
menu=[ 'steps']
weight = 1
weight = 2
[[blocks]]
name="Instructions"
src="blocks/step-1/instructions"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/six/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '🏴󠁧󠁢󠁥󠁮󠁧󠁿'
menu_level = ['module']
menu=[ 'steps']
weight = 5
weight = 7
[[blocks]]
name="Instructions"
src="blocks/step-6/instructions"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/three/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '🚀'
menu_level = ['module']
menu=[ 'steps']
weight = 3
weight = 4
[[blocks]]
name="Instructions"
src="blocks/step-3/instructions"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itd/content/steps/two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout = 'prep'
emoji= '📊'
menu_level = ['module']
menu=[ 'steps']
weight = 2
weight = 3
[[blocks]]
name="Instructions"
src="blocks/step-2/instructions"
Expand Down
21 changes: 21 additions & 0 deletions org-cyf-itd/content/steps/zero/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+++
title = 'Zero'
description = 'Join the CodeYourFuture Intro to Digital Slack'
layout = 'prep'
emoji= '🗨'
menu_level = ['module']
menu=[ 'steps']
weight = 1
SallyMcGrath marked this conversation as resolved.
Show resolved Hide resolved
[[blocks]]
name="Instructions"
src="blocks/step-0/instructions"
[[blocks]]
name="Acceptance Criteria"
src="blocks/step-0/acceptance"
[[blocks]]
name="Submission"
src="blocks/step-0/submission"
[[blocks]]
name="Help"
src="blocks/help"
+++
Loading