From 36200662d5dd5d87e0a5b3a4c2a51c66bf3ffce1 Mon Sep 17 00:00:00 2001 From: "Schmidt Till (CSS TO PME DSI PAO MUC)" Date: Thu, 10 Sep 2026 23:37:42 +0200 Subject: [PATCH] docs(map): record resolution of End-to-end verification and documentation update --- docs/map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/map.md b/docs/map.md index 093f3e4..f6ac3f8 100644 --- a/docs/map.md +++ b/docs/map.md @@ -16,6 +16,7 @@ A fast, single-user, locally hosted web app (`app.py` + vanilla HTML/CSS/JS in ` - [Decouple core photo cleaning logic for CLI and API reuse](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/2): Extracted encoding, OpenRouter API client, and in-memory Lanczos resolution restoration into `cleaner.py`, supporting both raw bytes and paths for CLI and web API reuse. - [Implement FastAPI backend and /api/clean endpoint in app.py](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/3): Built FastAPI service in `app.py` exposing `POST /api/clean` with multipart upload, base64 data URI response, Lanczos toggle, and static file hosting. - [Build single-page web UI in static/index.html](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/4): Created vanilla single-page UI in `static/index.html` with drag-and-drop upload, preset selectors, elapsed timer, side-by-side comparison, and clean image download. +- [End-to-end verification and documentation update](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/5): Added end-to-end integration test suite in `tests/test_e2e.py` and expanded `README.md` covering Web UI, CLI, architecture, and testing. ## Not yet specified