feat: badge tracker site with browse, ticking and progress #3

Merged
TimCane merged 31 commits from feat/badge-tracker into main 2026-06-07 22:20:40 +01:00
TimCane commented 2026-06-07 22:16:53 +01:00 (Migrated from github.com)

Summary

  • static Astro 5 site to browse all 90 Scouts badges, tick off requirements and track progress
  • progress saved in the browser (localStorage), with export / import / reset
  • choose-N requirements render as selectable options; staged badges as collapsible stages
  • requirement bodies styled with Tailwind Typography; harvester now keeps HTML tables and resolves cross-links
  • per-card progress bars and per-badge rings, with loading skeletons to avoid pop-in
  • sitemap, canonical URLs, a 404 page, and accessibility (reduced-motion, progressbar roles)

Test plan

  • pnpm test - 28 unit tests across completion math, links, markdown and storage
  • pnpm astro check clean; pnpm build produces 92 pages
  • CI (GitHub Actions) runs check + build + test on this PR
  • set site / SITE_URL to the real deploy URL before release
## Summary - static Astro 5 site to browse all 90 Scouts badges, tick off requirements and track progress - progress saved in the browser (localStorage), with export / import / reset - choose-N requirements render as selectable options; staged badges as collapsible stages - requirement bodies styled with Tailwind Typography; harvester now keeps HTML tables and resolves cross-links - per-card progress bars and per-badge rings, with loading skeletons to avoid pop-in - sitemap, canonical URLs, a 404 page, and accessibility (reduced-motion, progressbar roles) ## Test plan - `pnpm test` - 28 unit tests across completion math, links, markdown and storage - `pnpm astro check` clean; `pnpm build` produces 92 pages - CI (GitHub Actions) runs check + build + test on this PR - [x] set `site` / `SITE_URL` to the real deploy URL before release
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
1st-Chertsey-Scout-Group/badge-evening-planner!3
No description provided.