Add Deletion Command for permanent deletion
未关闭
backend
- 主要语言
- PHP
- 星标
- 2
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
Implement command to auto perma delete after 30 days of soft deletion
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- php
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100