phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Auto-close projects and notify users

Open jaragunde opened this issue 6 years ago • 2 comments

When a project goes beyond its end date, it should either be closed or extended (end date changes). For that reason, we're proposing to implement a periodic task to check the status of project end date. It should work like this:

  • It runs daily.
  • Checks projects ending in one week or another configurable amount of time and send an email to project members and project managers (configurable). The text of the message should be configurable, too.
  • Checks projects which end date is older than a configurable amount of time, and close them.

jaragunde avatar Nov 14 '18 09:11 jaragunde

Likewise, this script could also open closed projects where the start date is in the future, e.g. projects which haven't started yet.

jaragunde avatar Jan 02 '19 19:01 jaragunde

Possibly related to #152

dmtrek14 avatar Sep 01 '23 17:09 dmtrek14