platelet-app / platelet

Dispatch system for emergency volunteer couriers.
https://platelet.app
Apache License 2.0
38 stars 10 forks source link

Archive by dateCompleted #201

Closed duckbytes closed 8 months ago

duckbytes commented 9 months ago

plateletArchiver lambda finds any unarchived tasks and updates any tasks where dateCompleted is null to the current date.

Tasks that were completed more than 3 days ago are archived.

DataStore on the client side is cleared after 3 days.

Additional work needed: