localgovdrupal / localgov_workflows

Default editorial workflow for LocalGov Drupal content.
GNU General Public License v2.0
0 stars 1 forks source link

[Workflow notifications] Control time when notification goes out #90

Open andybroomfield opened 2 months ago

andybroomfield commented 2 months ago

Currently it will go out periodically (daily / weekly / monthly) based on the time the module was first enabled. Ideally we would like to be able to set a time when it is processed eg. First thing in the morning so it's top of the inbox.

Job Scheduler should be able to do this if we can't do this in the module.

stephen-cox commented 2 months ago

It's easy to set a time for this to happen if it's daily, but the UX will need some thinking about for more complex sending patterns.

One option could be to set a starting time which when set or changed sets the time the configured period starts at. Although this could be a little confusing.