feat(stellungnahme): Einwendungs-Assistent für Windvorranggebiete
5-Schritt-Wizard: Gebietskontext → Argumente wählen → Ausgabeform → persönliche Betroffenheit → Absender + Ausgabe. Alle Eingaben bleiben lokal im Browser (kein Server-Transfer). Fertigtext- und Leitfaden-Modus. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ export type TextFragment = {
|
||||
id?: string;
|
||||
title?: string;
|
||||
text?: string;
|
||||
bulletPoints?: string[];
|
||||
tags?: Array<{ _slug: string; name?: string } | string>;
|
||||
};
|
||||
|
||||
@@ -17,7 +18,7 @@ export type WindArea = {
|
||||
investor?: string;
|
||||
gemeinden?: string[];
|
||||
stellungnahme?: { _slug: string; slug?: string } | string | null;
|
||||
stellungnahme_kriterien?: Array<{ _slug: string } | string> | null;
|
||||
stellungnahme_kriterien?: Array<TextFragment | { _slug: string } | string> | null;
|
||||
notizen?: string;
|
||||
geometry?: GeoJSON.Geometry;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user