-
Notifications
You must be signed in to change notification settings - Fork 113
[Project] Archiving and Recovery of Deleted Projects #438
Copy link
Copy link
Open
Labels
Description
Description:
Implement a 'Trash' or 'Archive' system where deleted projects can be recovered for 30 days before permanent erasure.
Requirements and Context:
CRITICAL CONTEXT: All code changes and execution steps for this issue must happen strictly within the
idefolder of the repository. Ensure you are working inside theide/directory before beginning.
Prevents catastrophic data loss from accidental clicks.
Acceptance Criteria:
- 'Delete' action moves to Trash
- 'Trash' tab showing all recently deleted items
- 'Restore' action puts the project back into the active list
Deliverables:
- Trash management UI and logic
NOTE: This issue will NOT be reviewed or approved without functional screenshots or verified terminal output where applicable!
Suggested Execution:
- Use a soft-delete mechanism (e.g.
deleted_attimestamp) in the DB
Guidelines:
- Clearly show the 'Days Remaining' until permanent deletion
- Maintain brand consistency and accessibility principles.
Example Commit Message:
feat: project archiving and recovery system
Reactions are currently unavailable