CodeYourFuture / curriculum

The CYF Curriculum
https://curriculum.codeyourfuture.io
Other
34 stars 46 forks source link

1105 suppress step view #1135

Closed SallyMcGrath closed 1 month ago

SallyMcGrath commented 1 month ago

Part 3 of #1105

Other parts #1130 #1131

  1. suppress step index view as it's just the same info as the home page
  2. skip this inaccessible page in breadcrumbs
netlify[bot] commented 1 month ago

Deploy Preview for cyf-common canceled.

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-common/deploys/671a65687aef9e00083e568f
netlify[bot] commented 1 month ago

Deploy Preview for cyf-sdc ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-sdc/deploys/671a656810a0bd00087b9773
Deploy Preview https://deploy-preview-1135--cyf-sdc.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for cyf-itd ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-itd/deploys/671a6568ca269c0009dc2c63
Deploy Preview https://deploy-preview-1135--cyf-itd.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 99 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for cyf-programming ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-programming/deploys/671a6568ba8d8e000814a886
Deploy Preview https://deploy-preview-1135--cyf-programming.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 85 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for cyf-curriculum canceled.

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-curriculum/deploys/671a65681ced0d0008f2fe74
netlify[bot] commented 1 month ago

Deploy Preview for cyf-tracks ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-tracks/deploys/671a65682517f30008f54d99
Deploy Preview https://deploy-preview-1135--cyf-tracks.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for cyf-launch ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-launch/deploys/671a6568594bfa0008de8b69
Deploy Preview https://deploy-preview-1135--cyf-launch.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for cyf-piscine ready!

Name Link
Latest commit f83a0073fc5a3865e028766aa238fc290a0ac500
Latest deploy log https://app.netlify.com/sites/cyf-piscine/deploys/671a6568988f8f00083c3c02
Deploy Preview https://deploy-preview-1135--cyf-piscine.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 100 (🟢 up 15 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

SallyMcGrath commented 1 month ago

Perfect - thanks!

Is there a reason we're using the string "never" rather than a boolean here? Other conditional-ish states you're imagining adding?

Render always has a value and it's 1 of 3 options: https://gohugo.io/content-management/build-options

I feel like the only state we're sure about is never show a link to a page that never exists, so I specified it.