From 21a048d3bdfeea8405fdf41bda1febfdcf788c71 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 25 Nov 2025 21:15:03 +0200 Subject: [PATCH] to do updated --- years/2025/log_entries/readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/years/2025/log_entries/readme.txt b/years/2025/log_entries/readme.txt index 7638d2379..6c8ca3542 100644 --- a/years/2025/log_entries/readme.txt +++ b/years/2025/log_entries/readme.txt @@ -7,12 +7,14 @@ After each expo finishes, the logbook will be permanantly stored in the same HTML archive format we are currently using. 2025-11-22 -All apprently working in writing the JSON, then parsing from JSON and rebuilding +All apparently working in writing the JSON, then parsing from JSON and rebuilding the logbookentry named-tuple, not yet actually used. -Needs to be tested. +Needs to be tested doing full import from JSON. + "guest" field needs testing too. Then will need plumbing in to the logbook edit process. CUrrently this is just a one-off manual export, and a database reset import. + Also the logbook creqtion process in the first place.