Update readme

This commit is contained in:
2026-02-17 21:47:11 +00:00
parent bbb273c192
commit e20263b717
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -173,7 +173,8 @@ docker compose exec backend sh
| Feature | Status | Details |
|---------|--------|---------|
| Notifications | Backend only | Admin notifications wired; no frontend panel, no push (email/SMS), no regular user notifications |
| Notifications | Backend only | Admin notifications wired; acknowledgment on confirm/cancel; no frontend panel, no push (email/SMS), no regular user notifications |
| User Notification Preferences | DB ready | Table `user_notification_preferences` exists; waiting on user notification system |
| GDPR Compliance | DELETE only | `anonymize_user()`, `export_all_user_data()` exist but only DELETE is wired to endpoint |
| Analytics | Handler exists | `handlers/admin/analytics.go` exists but NOT wired in router |
@@ -341,6 +342,7 @@ grep -rn "console\.log" frontend/src/ --include="*.svelte" --include="*.ts"
| `working_hours` | Default weekly schedule |
| `exceptional_working_hours_groups` | Holiday/special schedules |
| `admin_notifications` | Admin alerts |
| `user_notification_preferences` | User notification preferences (email/sms/push) |
| `user_referrals` | Referral tracking |
### Validation Rules