From 9c5fa3f60ac0126006362b6451ea3e4a04e4462a Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 18:29:47 +0530 Subject: [PATCH] admin: computing-pi: add T9 --- src/data/admin-data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index 1f33edd..9807062 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -444,6 +444,12 @@ "refId": "T8", "remark": "Small text-xs text-muted-foreground note sits between the header Card block and the tile grid whenever runs exist. The old 'All runs complete' banner is now only shown when discarded runs need flagging, since the top note already covers the 'click to view' point.", "doneDate": "2026-04-21" + }, + { + "id": "3bdae37e-7999-4243-b475-27d69880150a", + "text": "Make it so that if the user clicks on the average shown, they can toggle between seeing the average and the average multiplied by 4. When showing average, show the value of pi/4 below (instead of pi).", + "done": false, + "refId": "T9" } ] }