feature in roadmap

This commit is contained in:
2026-08-07 20:31:40 +02:00
parent 323432eb14
commit 838619e392
2 changed files with 135 additions and 0 deletions
+6
View File
@@ -194,6 +194,12 @@ Unverändert gegenüber v1:
- **Mehrere Empfänger je Kontakt, Vorlauf-Erinnerungen**
(z. B. "in 3 Tagen") sind funktional einfach nachrüstbar, aktuell
aber nicht Teil des Scopes.
- **Contact Detail Page: UID statt DB-ID**: Der aktuelle Lookup
`WHERE id = %s` nutzt die Auto-Increment-ID, die sich bei Re-Syncs
ändern kann. Stabilere Alternative: `WHERE uid = %s AND account = %s`,
da die UID aus CardDAV konstant bleibt. Erfordert Änderungen an
Routes (`/contacts/{account}/{uid}`), Templates, Mailer-URLs und
Schema. Details siehe `feature-contact-uid-lookup.md`.
## 12. Web-Ansicht und API (v3, im selben Repo/Image)