You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: