Add step 0 to our Curriculum
Background We remembered about step 0, which is to invite them to ITD Slack, late in the game, so this step isn't included on our Curriculum, causing confusion.
Acceptance criteria
- Add the step to our page: https://cyf-itd.netlify.app/steps/ as step zero
- Do NOT add the link to actually accept invite to Slack, otherwise people that have not singed-up can join Slack and that would generate confusion.
@SallyMcGrath could you handover this site to the ITD syllabus team so they can make updates moving forward?
Not sure what you mean, Amy?
@SallyMcGrath for this ticket, the ITD team have some changes they need to make to https://cyf-itd.netlify.app/steps/ .
@Ara225 @ZacheeNiyokwizera asked if you could do a handover of the site so they can make the changes required and any other changes needed moving forward.
@Ara225 @ZacheeNiyokwizera you can talk to me directly. Book in a call if you need one. The link is in my Slack profile. 🙏
I think we should be good with beingb pointed to the repo and deployment instructions. It’s easier than fussing around with a meeting
It's in this repo - https://github.com/CodeYourFuture/curriculum/tree/main/org-cyf-itd
I would probably do the following:
Duplicate step one and rename it step zero https://github.com/CodeYourFuture/curriculum/tree/main/org-cyf-itd/content/steps/one
Do the same for the content blocks here https://github.com/CodeYourFuture/curriculum/tree/main/org-cyf-itd/content/blocks/step-1 => step-0
Tweak the content and links to match the step 0 content in the dashboard.
There are readmes throughout to show you how to set up the whole platform if you want to run it on your local
There's also a docs site here https://common.codeyourfuture.io/
The main thing to run on your local is you need to generate bearer token to authenticate with github - https://github.com/CodeYourFuture/curriculum/blob/main/org-cyf/README.md
Other people who are regularly running this platform and can unblock you: @moneyinthesky @illicitonion @Dedekind561 @40thieves (and me obv)
It's all CI/CD so just merge to main and it will deploy. I will add you to the Netlify team now in case there's any blocker
Thanks, make sense, I will handle this :)
Thanks, make sense, I will handle this :)
@Ara225 , let's create a PR to the curriculum
Got it up and running on my local. Just wondering how to view the ITD portion of the currlicum specfically? I can't seem to actually navigate to the ITD part.
cd org-cyf-itd
npm i
npm run start:dev
Content is stored in org-cyf-itd/content
Dupe of #1057