mattermost-community / mattermost-plugin-solar-lottery

A tool somewhat similar to pager duty, allows to have rotations with magic "solar lottery" scheduling, or overrides.
Apache License 2.0
4 stars 10 forks source link

Separate events for the shift served, and for each grace period following #8

Closed levb closed 4 years ago

levb commented 4 years ago

NewShiftEvent() should become NewShiftEvents and create a separate event for the shift itself, and for each grace period following.

Add EventTypeGrace

levb commented 4 years ago

Fixed with #27