Add Deletion Command for permanent deletion
Ouverte
backend
- Langage dominant
- PHP
- Étoiles
- 2
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Implement command to auto perma delete after 30 days of soft deletion
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look for existing soft deletion logic in the codebase, likely in models or a service layer. Identify where records are marked as deleted and how their age is tracked. The new command should be a scheduled task or console command that finds records soft-deleted over 30 days ago and permanently removes them. Check for any database relationships or cleanup procedures that need to run on permanent deletion.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- php
- Domaine
- backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100