From d163102c3d105a7ceb45a93553711434f687eeec Mon Sep 17 00:00:00 2001 From: Monchee Date: Sat, 22 Aug 2026 21:03:16 +1000 Subject: [PATCH] docs: note the migration completion in dreamOnlyProtocols The empty array's stale category banners are replaced with a short history: all 117 records now generate from the SCRATCH export, and the file documents how to reintroduce a placeholder if ever needed. --- src/shared/data/dreamOnlyProtocols.ts | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/shared/data/dreamOnlyProtocols.ts b/src/shared/data/dreamOnlyProtocols.ts index e426c2b..f4965b8 100644 --- a/src/shared/data/dreamOnlyProtocols.ts +++ b/src/shared/data/dreamOnlyProtocols.ts @@ -2,16 +2,11 @@ import type { DrugProtocol } from "@features/testing/types"; /** * Hand-maintained DREAM protocol records for drugs not yet authored in SCRATCH. - * As drugs are migrated to SCRATCH, their records move to protocols.snapshot.json - * and are removed from this list. + * + * EMPTY since the 2026-08 tranche migration: every one of the 117 masterlist + * records is generated from the SCRATCH export (protocols.snapshot.json), and + * future dose edits happen under SCRATCH's clinical sign-off gate. If a new + * panel placeholder is needed before its SCRATCH page exists, add a record + * here and reference it with findDreamOnly in drugMasterlist.ts. */ -export const DREAM_ONLY_PROTOCOLS: DrugProtocol[] = [ - // ── REVERSAL AGENTS ──────────────────────────────────────────────────────── - // ── PENICILLINS ──────────────────────────────────────────────────────── - // ── HYPNOTICS ──────────────────────────────────────────────────────── - // ── LOCAL ANAESTHETICS ──────────────────────────────────────────────────────── - // ── OPIOIDS ──────────────────────────────────────────────────────── - // ── ANTISEPTICS ──────────────────────────────────────────────────────── - // ── OTHERS ──────────────────────────────────────────────────────── - // ── CHALLENGE / DESENSITISATION ──────────────────────────────────────────────────────── -]; +export const DREAM_ONLY_PROTOCOLS: DrugProtocol[] = [];