Update readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user