From ced01026c94bc7016126cfee14b551827aa55620 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 25 Mar 2025 14:52:15 +0000 Subject: [PATCH] [diary]: Update 25 Mar --- diary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/diary.md b/diary.md index f2439eb..8e3c8ea 100644 --- a/diary.md +++ b/diary.md @@ -3,6 +3,7 @@ - Add average punctuality to train popups. - Optimise statistics page loading. - Add `return_punctuality_by_timestamp` and associated DynamoDB table, and API endpoint. +- Add unit tests for `return_punctuality_by_objectID`, `return_punctuality_by_timestamp`, and `update_average_punctuality`. ## Mon 24 Mar 2025 - Update `fetch_transient_data` to parse & store the data that is parsed on the frontend to save computation.