Files
vendoo/docs/SLICE_06_ACCEPTANCE.md
Masterluke77andGitHub 6f48827f4d Vendoo 1.41.2 – Git Ignore Boundary & Module Tracking Hotfix (#18)
* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix

* fix: track native source modules with root-anchored runtime ignores
2026-07-09 17:09:00 +02:00

26 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Slice 06 Abnahme
## Funktionsabnahme
- [x] Studio Flow öffnet den sichtbaren Listing-Editor.
- [x] gespeicherte Listings können vollständig bearbeitet werden.
- [x] Fotos können ergänzt, entfernt, sortiert und als Cover gesetzt werden.
- [x] der vorhandene Fotoeditor funktioniert im Generator und im Listing-Editor.
- [x] WYSIWYG-Änderungen erscheinen unmittelbar im HTML-Code.
- [x] HTML-Codeänderungen werden in den WYSIWYG-Editor zurückgeführt.
- [x] Generator und Listing-Editor rendern eine separate Plattformvorschau.
- [x] Rich-Text-HTML wird dauerhaft in `description_html` gespeichert.
- [x] Klartext bleibt in `description` als Fallback erhalten.
- [x] Plattformvorschauen laufen in sandboxed iframes.
## Technische Abnahme
- [x] DB-Migration für `description_html` im `MIGRATIONS`-Array.
- [x] `photos` und `tags` werden bei Updates als JSON gespeichert.
- [x] Listing-Updates verwenden eine feste Feld-Allowlist.
- [x] Client- und Server-Sanitizing für Rich-Text-HTML.
- [x] JavaScript-/ESM-Syntaxprüfung bestanden.
- [x] keine doppelten statischen HTML-IDs.
- [x] CSS-Klammerstruktur vollständig.
- [x] keine `.env`, Datenbanken, Uploads oder `node_modules` im Paket.