Fixed Task 8 (Delete Group API): - Changed deletionLogRepository.logDeletion() to createDeletionEntry() - Use correct parameters matching DeletionLogRepository schema - Deletion now works: group, images, files, consents all removed - deletion_log entry created with proper data Tested: ✅ Group deletion with valid token ✅ 404 for invalid/missing tokens ✅ Files deleted (original + preview) ✅ DB records deleted via CASCADE ✅ Deletion log entry created All 8 Backend Management API tasks complete! |
||
|---|---|---|
| .. | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| package.json | ||