catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 3.4.4] Implement a soft delete feature for assets #90

Open catapam opened 2 months ago

catapam commented 2 months ago

Instead of permanently deleting assets, implement a soft delete feature that allows assets to be archived and restored later.

Acceptance Criteria:

Steps:

  1. Modify the database schema to support a soft delete flag.
  2. Implement logic to mark assets as deleted without removing them.
  3. Create an interface for users to view and restore soft-deleted assets.

Linked Issues:

Next task:
Previous task: