This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#953 closed task (fixed)

Improve booking start/end notifications

Reported by: jmonnich Owned by: jmonnich
Priority: normal Milestone: v0.98.1
Component: General Version:
Keywords: Cc:

Description

  • per occurrence unless it's daily repetition
  • cron-like task
  • "trigger earlier" setting: days instead of minutes
  • global settings, overridable per room

Change History (6)

comment:1 Changed 4 years ago by jmonnich

  • Status changed from new to assigned

comment:2 Changed 4 years ago by jmonnich

  • Status changed from assigned to in_work

comment:3 Changed 4 years ago by jmonnich

  • Status changed from in_work to awaiting_merge

IMPORTANT:

BEFORE switching to the new code, the old tasks must be deleted from the scheduler indexes:

Not doing so will break the "history" and "wait list" views of the task daemon administration and unindexing them will not be easily possible anymore!

comment:4 Changed 4 years ago by pferreir

  • Status changed from awaiting_merge to merging

comment:5 Changed 4 years ago by Adrian Moennich <jerome.ernst.monnich@…>

  • Resolution set to fixed
  • Status changed from merging to closed

In [9708cf54c5821a41fcf9076bf8c18ef8404f3c41/indico]:

[IMP] Redo room booking notification system

  • x days before booking, settable per room
  • only one task for start notification, runs hourly, only performs notifications during a specific hour though
  • send notifications per occurrence unless the repetition is daily
  • option to send notifications to room responsible, too
  • fixes #953

comment:6 Changed 4 years ago by Adrian Moennich <jerome.ernst.monnich@…>

In [9708cf54c5821a41fcf9076bf8c18ef8404f3c41/indico]:

[IMP] Redo room booking notification system

  • x days before booking, settable per room
  • only one task for start notification, runs hourly, only performs notifications during a specific hour though
  • send notifications per occurrence unless the repetition is daily
  • option to send notifications to room responsible, too
  • fixes #953
Note: See TracTickets for help on using tickets.