From b3d3a8e8b88ed22a3e68fd942fea9c350d975a3a Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 4 Jul 2026 17:53:44 +0200 Subject: [PATCH] docs: mark journal-post-form plan complete (U1-U7) --- docs/working/plans/2026-07-04-journal-post-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working/plans/2026-07-04-journal-post-form.md b/docs/working/plans/2026-07-04-journal-post-form.md index 2b177c7..acf6c7f 100644 --- a/docs/working/plans/2026-07-04-journal-post-form.md +++ b/docs/working/plans/2026-07-04-journal-post-form.md @@ -10,7 +10,7 @@ execution: code # Journal Post Form Improvements — Plan -**Status:** 📋 Not started +**Status:** ✅ Complete (2026-07-04) — implemented on `feat/journal-post-form` (U1–U7). U4 changed course during execution: the "plain input + custom uploader" fallback uploaded to Grav's flash but couldn't attach photos to the entry without replicating FilePond's undocumented submit contract, so photos now stay on `type:filepond` with a `beforeAddFile` hook that converts HEIC→JPEG then re-adds via `pond.addFile()` (FilePond owns upload+attach). Verified end-to-end in a browser (HEIC→JPEG attach, corrupt-HEIC fail-closed, disclosure, weather gating, draft restore) and via curl (active-trip parent injection + empty-`active_trip` fail-closed). Not yet pushed / submodule pin not yet bumped — awaiting owner go-ahead (content-push triggers production). > Plan type: `feat` · Depth: Deep — feature · Origin: `/ce-brainstorm` "improve the current php plugin that allows me to add a new journal page to the current active trip" (2026-07-04)