From bdb5470baf3f95b48b33bb4bd4737b38dd0c3e4f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Mar 2025 22:00:53 +0000 Subject: [PATCH] [diary]: Update 10 Mar --- diary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diary.md b/diary.md index b9e0144..19101c4 100644 --- a/diary.md +++ b/diary.md @@ -6,6 +6,8 @@ - Enable TailwindCSS. - Add better handling for Luas forecast information. - Re-add cluster toggle to side panel. +- Add Lambda function + API to return trains due to a station in the next 90 minutes. +- Add button to fetch trains due to a station in the next 90 minutes. ## Sun 09 Mar 2025 - Optimise `permanent_data.py` with better batched uploading and asynchronous API calls.