From 3798103b3f673f986bca9eeec6083622d1256a6a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Sep 2026 04:31:42 +0200 Subject: [PATCH] docs: open items from the 11 Sep recordings Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01TqXevQJhxFrM7jJg82cgZN --- docs/TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 386a9a5..544b004 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -292,3 +292,9 @@ editing · per-category educator grants · full-page question editor · session rail with gradual reveal · articles read as one page · practise-this-topic · continue-study panel · PREP study plans · question version history · exam-scoped disciplines. + +## From the 11 Sep recordings — still open +- **Quiz player, "let it not be showing when you're taking the quiz"** — the recording does not say what "it" is. Most likely reading: in exam mode the right-hand question rail must not reveal right/wrong as you go (study mode may). Confirm before changing. +- **Study plan overview cards** — AMBOSS shows per-block progress bars ("0/6 articles · 0/40 questions"); ours shows a status word. Polish once the block page has been used. +- **ArticleSplitView.test.jsx** — passes alone, occasionally fails one test under the full parallel run. Timing-sensitive; look at its waits. +- **Third analysis tab "Session analysis"** — AMBOSS lists sessions as a tab; ours are the sidebar, which is what was asked for. Leave unless it comes up.