mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 17:24:12 +00:00
docs: add FormSubmissions CRM workflow documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
17eb46a787
commit
3ca2bc6fb5
1 changed files with 19 additions and 0 deletions
19
CLAUDE.md
19
CLAUDE.md
|
|
@ -418,6 +418,25 @@ SELECT * FROM audit_logs ORDER BY created_at DESC LIMIT 10;
|
||||||
| CookieInventory | cookie-inventory | Cookie-Inventar |
|
| CookieInventory | cookie-inventory | Cookie-Inventar |
|
||||||
| ConsentLogs | consent-logs | Consent-Protokollierung |
|
| ConsentLogs | consent-logs | Consent-Protokollierung |
|
||||||
|
|
||||||
|
## FormSubmissions CRM-Workflow
|
||||||
|
|
||||||
|
Die FormSubmissions Collection wurde zu einem leichtgewichtigen CRM erweitert:
|
||||||
|
|
||||||
|
**Status-Workflow:**
|
||||||
|
- 🆕 Neu → 👀 Gelesen → 🔄 In Bearbeitung → ⏳ Warten → ✅ Erledigt → 🗑️ Archiviert
|
||||||
|
|
||||||
|
**Features:**
|
||||||
|
- Priorität (Hoch/Normal/Niedrig)
|
||||||
|
- Zuständigkeits-Zuweisung an User
|
||||||
|
- Interne Notizen mit Auto-Autor und Zeitstempel
|
||||||
|
- Antwort-Tracking (Methode, Zeitstempel, Zusammenfassung)
|
||||||
|
- Tags zur Kategorisierung
|
||||||
|
- Auto-Markierung als gelesen beim ersten Öffnen
|
||||||
|
|
||||||
|
**Dateien:**
|
||||||
|
- `src/collections/FormSubmissionsOverrides.ts` - Feld-Definitionen
|
||||||
|
- `src/hooks/formSubmissionHooks.ts` - Automatisierungen
|
||||||
|
|
||||||
## Globals
|
## Globals
|
||||||
|
|
||||||
| Global | Slug | Beschreibung |
|
| Global | Slug | Beschreibung |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue