Describe the feature
Bin option to hold poetries for 30days once deleted and users can restore or delete permanently them when they want to.
Plan to execute
Add a column to a database named delete_date(default to null) which will save the date when the poem needs to be deleted.
Once the current day passes this day we should auto-delete it.
Describe the feature
Bin option to hold poetries for 30days once deleted and users can restore or delete permanently them when they want to.
Plan to execute
Add a column to a database named delete_date(default to null) which will save the date when the poem needs to be deleted.
Once the current day passes this day we should auto-delete it.