curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Add step 0 to our Curriculum

Open kfklein15 opened this issue 1 year ago • 8 comments

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.

kfklein15 avatar Sep 19 '24 11:09 kfklein15

@SallyMcGrath could you handover this site to the ITD syllabus team so they can make updates moving forward?

AmyCYF avatar Sep 20 '24 17:09 AmyCYF

Not sure what you mean, Amy?

SallyMcGrath avatar Oct 04 '24 18:10 SallyMcGrath

@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.

AmyCYF avatar Oct 07 '24 08:10 AmyCYF

@Ara225 @ZacheeNiyokwizera you can talk to me directly. Book in a call if you need one. The link is in my Slack profile. 🙏

SallyMcGrath avatar Oct 07 '24 08:10 SallyMcGrath

I think we should be good with beingb pointed to the repo and deployment instructions. It’s easier than fussing around with a meeting

Ara225 avatar Oct 07 '24 08:10 Ara225

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

SallyMcGrath avatar Oct 08 '24 17:10 SallyMcGrath

Thanks, make sense, I will handle this :)

Ara225 avatar Oct 08 '24 19:10 Ara225

Thanks, make sense, I will handle this :)

Ara225 avatar Oct 08 '24 19:10 Ara225

@Ara225 , let's create a PR to the curriculum

kfklein15 avatar Oct 18 '24 18:10 kfklein15

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.

Ara225 avatar Oct 20 '24 09:10 Ara225

cd org-cyf-itd
npm i
npm run start:dev

Content is stored in org-cyf-itd/content

SallyMcGrath avatar Oct 20 '24 10:10 SallyMcGrath

Dupe of #1057

40thieves avatar Oct 22 '24 17:10 40thieves