Is your feature request related to a problem? Please describe.
If a deleted task is not restored within a period, the probability of it being required in future is low. By keeping unnecessary data in database, the code efficiency is reduced.
Describe the solution you'd like
Delete the tasks in Trash after a period of 3 months. This will provide us with more space in our database.
Describe alternatives you've considered
Create an API in the backend to handle the deletion of tasks from Trash every 3 months
Is your feature request related to a problem? Please describe.
If a deleted task is not restored within a period, the probability of it being required in future is low. By keeping unnecessary data in database, the code efficiency is reduced.
Describe the solution you'd like
Delete the tasks in Trash after a period of 3 months. This will provide us with more space in our database.
Describe alternatives you've considered
Create an API in the backend to handle the deletion of tasks from Trash every 3 months