From 8b00d7abbc1d4a919bdcc664e6c10318fa366d26 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 26 Feb 2025 15:04:57 +0000 Subject: [PATCH] [diary]: Add 25-26 Feb --- diary.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/diary.md b/diary.md index 6502e83..c0f2478 100644 --- a/diary.md +++ b/diary.md @@ -1,3 +1,20 @@ +## Wed 27 Feb 2025 +- Add `return_newest_data` and `return_all_data`. +- Set up API endpoints for getting all permanent data and newest transient data on AWS. + +## Tue 26 Feb 2025 +- Met with supervisor. +- Not a lot of time, need plan for final few weeks. +- Work on frontend this weekend. +- Get database working locally. +- Was working on getting server working locally, got database and lambdas working but couldn't get them to talk to each other. + +## Tue 11 Feb 2025 +- Meeting with supervisor. +- Discussed avoiding costs for AWS database. +- Decided to prioritise getting the functions working locally, either with an AWS simulation of some kind (to be investigated) or by adapting the functions to be more agnostic and write to something like a locally hosted MongoDB. +- Discussed showing the report to supervisor soon. + ## Mon 27 Jan 2025 - Create transient_data DynamoDB database in AWS. - Deploy transient_data.py to DynamoDB and execute it.