feat: auto-assign strategy (round_robin/least_loaded/first_free); urgent tasks always use first_free
This commit is contained in:
@@ -566,6 +566,8 @@ export interface HkSettings {
|
||||
inspection_after_clean: boolean
|
||||
require_completion_photo?: boolean
|
||||
emergency_close_days?: number
|
||||
auto_assign?: boolean
|
||||
auto_assign_strategy?: string
|
||||
}
|
||||
|
||||
export interface HotelPayload {
|
||||
|
||||
Reference in New Issue
Block a user