mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Continued hardening for the per-cert Elmhurst loop. Confirmed findings:
- The window Width/Height must be set via Playwright .fill() + Tab (fires
the ASP.NET AutoPostBack so the server commits the area); a JS-set of
.value bypasses the postback and Elmhurst persists a 0.00-area row.
- Frame Type (PVC) + Glazing Gap (12 mm) are REQUIRED per row or the
Recommendations gate blocks the worksheet ("Frame Type/Glazing Gap must
be entered"). add_combined_window now sets both.
KNOWN BLOCKER (documented for the next attempt): the window grid is not
yet reliably automatable when stale rows exist on the shared assessment.
New rows insert at index 0; the delete flow reliably removes only index 0
(the newest), so accumulated 0.00 junk rows BELOW cannot be targeted, and
grid reads are timing-inconsistent across postbacks. A robust handler
needs to either (a) drive the per-row Delete by matching the row's
server-side id rather than DOM index, or (b) start each build from a
freshly-created assessment (not the shared one) so the grid is empty.
Until then the per-cert loop runs only on the FIRST build after a manual
window reset. build_100050881708.py is the WIP template.
No engine change.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| elmhurst_dom | ||
| autonomous_run_findings.md | ||
| build_22086693.py | ||
| build_47084930.py | ||
| build_10070004512.py | ||
| build_100021924710.py | ||
| build_100050881708.py | ||
| build_200004296092.py | ||
| build_property_overrides.py | ||
| case_a_population_sweep.py | ||
| elmhurst_download.py | ||
| elmhurst_explore.py | ||
| elmhurst_fill.py | ||
| elmhurst_lib.py | ||
| elmhurst_README.md | ||
| elmhurst_session.py | ||
| full_sap_17_1_remapper_handoff.md | ||
| main.py | ||
| mapping_decisions.md | ||
| perimeter_decision.md | ||
| RESUME_AFTER_KHALIM.md | ||
| start_viewer.sh | ||
| unknowns_review.md | ||