tdm-calculator icon indicating copy to clipboard operation
tdm-calculator copied to clipboard

Implement the permanent delete after 90 days for projects.

Open Jonathanko52 opened this issue 11 months ago • 1 comments

Overview

When deleting a project, the project should remain in the database(recycling bin or something) before it's permanently deleted in 90 days.

Action Items

  • [ ] Implement the permanent delete function (when someone checks table, send a call to check for a 'to be deleted flag', check the date, and delete it if it's been 90 days ).
  • [ ] Add the 90 days message to the delete dialog.

Resources/Instructions

  • https://github.com/hackforla/tdm-calculator/issues/1383

Additional context

  • Check to see if we already have a "recycling bin" in place.

Jonathanko52 avatar Mar 14 '24 02:03 Jonathanko52

Progress: Set up the mechanism for identifying projects that have been trashed for 90 days and set up a function to make the call when projects are loaded. Working on the delete mechanism. Blockers: None Availability: About an hour or two a day ETA: Next week, 4/3

Jonathanko52 avatar Mar 28 '24 01:03 Jonathanko52