Part of #194.
Feedback (2026-08-04 WG meeting)
The current "stack" of sections on /lessons (src/pages/lessons.astro) reads as too much before you reach the actual catalog:
- Page intro (eyebrow + title + summary + 2 note paragraphs)
- "Getting Started with Open Source" section (intro copy + 8-lesson carousel)
EducatorToolkit block + a teaching-help note
- The filter panel + results grid (
LessonFilter.tsx)
Goal: cut the number of distinct informational layers before the catalog itself, not just reword what's there.
Depends on / related
- Getting-Started-as-facet issue
- Filter UI simplification issue
- Homepage card deep-linking issue
Part of #194.
Feedback (2026-08-04 WG meeting)
The current "stack" of sections on
/lessons(src/pages/lessons.astro) reads as too much before you reach the actual catalog:EducatorToolkitblock + a teaching-help noteLessonFilter.tsx)Goal: cut the number of distinct informational layers before the catalog itself, not just reword what's there.
Depends on / related