From 10021a9842a461c1bf4b64666def06401d00eb7a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 24 Mar 2025 17:33:01 +0000 Subject: [PATCH] [diary]: Add 24 Mar --- diary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diary.md b/diary.md index f8ba482..c763ecf 100644 --- a/diary.md +++ b/diary.md @@ -1,3 +1,6 @@ +## Mon 24 Mar 2025 +- Update `fetch_transient_data` to parse & store the data that is parsed on the frontend to save computation. + ## Tue 18 Mar 2025 - Add report headings. - Add `return_historical_data` lambda function + tests + API.