about 3 hours ago
✨ Introduce undownloaded events feature
Add functionality to filter and display events that are queued for
deletion but have not been downloaded. Update relevant views and
controllers to support this new feature.
✨ Introduce undownloaded events featuredeletion but have not been downloaded. Update relevant views and
controllers to support this new feature.
Add a new route and view for displaying events queued for deletion
that have not been downloaded. Update event deletion logic to
reflect a 30-day retention period before actual deletion.
♻️ Refactor event archival and deletion loggingthat have not been downloaded. Update event deletion logic to
reflect a 30-day retention period before actual deletion.
Optimize event deletion and archival methods by removing unnecessary
count increments and improving logging messages for clarity.
💄 Update days remaining display in email templatescount increments and improving logging messages for clarity.
Use pluralization for days remaining to enhance clarity in user notifications.