tdm-calculator
tdm-calculator copied to clipboard
Implement the permanent delete after 90 days for projects.
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.
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