Content
View differences
Updated by Dmitrii Batracov over 3 years ago
* Introduce date\_alert to Notification::REASONS
* add 3 columns to the `notification_settings` table for start & due date as well as for overdue
* add default on the database layer
* make same for involved, mentioned, watched
* validate values for the columns are positive integer values
* Add 3 properties for startDate, dueDate and overdue
* Setting can either be nil or an ISO8601 duration
* internally hours (integer) are stored
* Transformation has to happen when rendering but also when parsing
* Adapt API documentation
* add 3 columns to the `notification_settings` table for start & due date as well as for overdue
* add default on the database layer
* make same for involved, mentioned, watched
* validate values for the columns are positive integer values
* Add 3 properties for startDate, dueDate and overdue
* Setting can either be nil or an ISO8601 duration
* internally hours (integer) are stored
* Transformation has to happen when rendering but also when parsing
* Adapt API documentation