SCFA has two active contracts with us. This sprint advanced the first.
The platform work below: Home page, onboarding, trackers, the reviewer Test-Drive, and the funder-aligned Executive Dashboard. Now demonstrable end-to-end on 360scdhub.org.
Untouched this sprint. Flagged below as a decision item — it needs a kickoff and scheduling once Contract 1 review is underway.
Nine workstreams, in plain English. Version numbers are the builds now ready to upload.
Repointed the public page to the designed “Empower families · Educate the public · Eradicate stigma” home, polished the hero, fixed header cut-offs, swapped the feedback button for an emailed note form, and shipped a clean white-headline call-to-action.
Home v2.7.0Built the “missing middle”: a secure register-and-tag backend that creates a BuddyBoss account, applies CRM tags, joins groups, awards welcome coins, and logs the member in — driven by a documented field → tag → group mapping spec.
Onboarding v1.2.5One page where app reviewers test each feature and leave structured feedback — stars, a bug report with a pasted screenshot, and suggestions — all demo-flagged so real member data is never touched. Paired with an Executive Development Dashboard showing feedback per feature.
Test Drive v1.0.1Role-aware Activity Tracker (what CHWs, staff and board actually log) plus the 8-tracker member hub, wired into the Tracker Bridge with Coach Carla coaching tips. Diagnosed and fixed the broken tracker and gated the Outreach panel to CHW / Staff / Board.
Activity v1.1.1 · Tracker v1.7.7One template now renders four audiences — Medical, Caregiver, General, and Staff — via a config flag and four shortcodes. Less to maintain, consistent experience across every audience.
Living v2.1.1Mapped SCFA's data-collection template and Year-3 report to dashboard coverage — Form 10, 4,743 services, age cross-tabs, 6,919 service units — and kept it aggregate-only so board and funder views carry no row-level data.
Reporting-alignedCreated an HRSA SCD Partners table and seeded 24 community-based organizations, researching and filling in each one's website, Facebook, director, and phone.
24 partnersPackaged 9 self-contained plugins — Listening Lab, BWYAP dashboards, the Nancy case study, Volunteer, 360 Landing, Sickle Cell Overview, CDC Gallery, Blog Library, My Trackers — each a one-shortcode, brand-bundled WordPress install.
9 pluginsCleared 88 superseded build files into a review folder and emptied them, freeing the drive and restoring the build pipeline so today's four final builds could ship.
88 files clearednode --check passed on every bundle)| Plugin | Version | Shortcode | What changed this build | Status |
|---|---|---|---|---|
| SCFA Test Drive — Reviewer + Dev Dashboard | 1.0.1 | [scfa_test_drive] · [scfa_dev_dashboard] | Always-visible bug box + paste-a-screenshot into the report | New |
| SCFA 360° Home Page | 2.7.0 | [scfa_360_home] | White CTA heading (“Ready when you are.”) | New |
| SCFA Onboarding Backend (Register + Tag) | 1.2.5 | [scfa_onboarding] | Finish-redirect + ?demo=1 Test-Drive coaching banner | New |
| SCFA 360° Activity Tracker Bridge | 1.1.1 | [scfa_activity_tracker] | “What did you do?” grid + button spacing | New |
| Plugin | Version | Role |
|---|---|---|
| scfa-360-tracker-bridge | 1.7.7 | 8-tracker member hub + health trackers |
| scfa-360-home-bridge | 2.7.0 | Public home page |
| scfa-landing-living-bridge | 2.1.1 | Role-aware “Living with SCD” (Medical / Caregiver / General / Staff) |
| scfa-onboarding-backend | 1.2.5 | Register + tag + group + welcome coins |
| scfa-eac-presentation-bridge | 1.8.0 | EAC presentation |
| scfa-activity-bridge | 1.1.1 | Role-aware engagement logger |
| scfa-test-drive | 1.0.1 | Reviewer Test-Drive + Executive Dev Dashboard |
| scfa-listening-lab | single | Reality Health™ music player (sticky controls, filters) |
| scfa-bwyap-dashboards | single | Blossom Where You're Planted™ — 10 role dashboards + picker |
| scfa-nancy-case-study | single | “Meet Nancy's Family” case study |
| scfa-volunteer | single | Volunteer / Community Advocate recruitment |
| scfa-360-landing | single | Mobile-first landing |
| scfa-sickle-cell-overview | single | SCD overview — 5-vantage condition page |
| scfa-cdc-gallery | single | CDC sickle-cell resource gallery |
| scfa-scd-blog-library | single | 360° SCD Hub blog library |
| scfa-my-trackers | single | Member tracker hub (MIT contract deliverable) |
Backend: SCFA member data (accounts, coins, groups, engagement) runs entirely on SCFA's own
BuddyBoss / WordPress stack — never Supabase. Render pattern: each app is inline-rendered through a
WordPress shortcode and made LiteSpeed/sanitizer-safe by enqueuing its JS bundle and rebinding inline handlers via
data-on* attributes; brand assets are base64-inlined so nothing depends on the web root.
Coins: GamiPress slugs sicklesense-learn-it / -live-it / -share-it.
Reporting: HRSA SCD Partners table in Airtable seeded with 24 CBOs; dashboard aligned to Form 10 (4,743 services,
6,919 service units, age cross-tabs). Licensing: FFH properties ship as proprietary, FFH-licensed plugins (NOT MIT),
keeping the FFH ↔ SCFA IP line clean.
88 superseded build zips (old versions of the tracker, home, onboarding, activity, EAC and landing bridges) were moved to 2026 SCFA Projects / Lucy to Delete for SCFA and emptied — freeing the drive and restoring the build pipeline. One current build of every plugin was preserved.
Note: these are SCFA client plugins on SCFA's WordPress stack — intentionally kept out of the theforce.health deploy ledger (Airtable / Tech Command Center / Showcase), which tracks FFH platform pages only.