From 4af7bbddd59f77f5e5da7d1a1554996b556cd21f Mon Sep 17 00:00:00 2001
From: marota
Date: Mon, 4 May 2026 21:50:34 +0200
Subject: [PATCH 01/13] feat(overflow): interactive overflow analysis tab
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Embed the alphaDeesp interactive HTML viewer in the Overflow
Analysis tab and augment it with Co-Study4Grid–specific behaviour:
semantic layer toggles, action pins synchronised with the Action
Overview NAD, drill-down to the SLD on double-click, edge / line
re-routing in geo mode, and a per-pin filter widget that mirrors
the Action Overview filters.
See docs/features/interactive-overflow-analysis.md for the full
feature contract.
Backend:
- main.py replaces the static /results/pdf StaticFiles mount with
a dynamic GET that injects the overlay block into HTML responses
(PDF passthrough preserved).
- services/overflow_overlay.py: new module owning the overlay
payload — splices a single `` block to
+ inject before the iframe's ``
-
-