feat: anonymous pre-market release per unit

Add anonymous flag to schattenmarktRelease on PropertyUnit and Property.
When a unit is enabled in the pre-market panel, an Anonym toggle appears
inline — hides address and property name in the matching feed, showing
only area, type and region to prospective tenants.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-06-10 22:58:02 +02:00
parent ee229f8f4f
commit e64ae15d17
4 changed files with 72 additions and 17 deletions
+1
View File
@@ -33,6 +33,7 @@ export interface PropertyUnit {
schattenmarktRelease?: {
enabled: boolean
availableFrom?: string // ISO date
anonymous?: boolean // hide address/name in pre-market feed
}
}