-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The system should send a reminder to users when there is a defined amount of time left until their project box expires.
The systems should send no more than x emails in a defined period (3 per month?)
The system should send no fewer than 3 reminders for an expiring project box.
The system can assume that there will only be one active project box label per person, and will therefore assume that only the most recent project box label needs a reminder.
The system should ask a user whether they want to receive email reminders about project box expiry.
The system should confirm that the user agrees to the project storage terms before printing a label.
There should probably be a separate issue for short-stay labels, when these are implemented for reminders:
- there will be an issue associated with the number of labels printed per person (can be many)
- How do you determine if a user has removed a labelled item?
- How do you determine which labels are still in use?