From 64d130425c1f04428af5c31a674977d47ecbc3cb Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 18:14:34 +0530 Subject: [PATCH] admin: computing-pi: add T7 --- 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 b2315bd..4551f1a 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -424,6 +424,12 @@ "text": "while simulations are running, just after \"Reset\", add (x/y) where x = number of completed simulations and y = n", "done": false, "refId": "T6" + }, + { + "id": "b8bc7e4e-4ad6-428a-9620-7b3a7a354420", + "text": "for completed billboards, it should be possible for the user to click on them and view the full sequence in a modal, even while other sims are running", + "done": false, + "refId": "T7" } ] }