I intend on creating various tables that will track different items that have a defined expiration date (e.g. 90 days, 1 year, 10 years, etc.). The goal of this table is:
- A column that is available or hidden that defines the number of days before expiration.
- A column with the data the item was created or updated.
- A column with the data that the item will expire.
- A notification solution that will send out an email a certain amount of time prior to the expiration.
- The data in some fields should be accessible to other Chalk Pages for display (e.g. into a different table that shows what will expire the soonest.
Extra Bonus: A way to track who has reviewed the email regarding the expiration notice.