From e30d7cb603211e51200524ec0065c610e798f747 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 25 Mar 2025 10:25:19 +0000 Subject: [PATCH] [diary]: Add 25 Mar --- diary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/diary.md b/diary.md index 70c88f5..4810bf6 100644 --- a/diary.md +++ b/diary.md @@ -1,3 +1,7 @@ +## Tue 25 Mar 2025 +- Add step function to run `fetch_transient_data` and then `update_average_punctuality`. +- Add average punctuality to train popups. + ## Mon 24 Mar 2025 - Update `fetch_transient_data` to parse & store the data that is parsed on the frontend to save computation. - Update frontend to use the data directly from the response rather than parse it on the frontend.