Enhance channel management: add support for preferred weight multipliers and preferred hours in channel shows, update related data models and API endpoints, and implement validation for new properties. Refactor scheduling logic to utilize preferred hours for weight adjustments during show planning.
This commit is contained in:
+1
@@ -12,5 +12,6 @@ public sealed class UpdateBumperTextVariantCommandValidator
|
||||
RuleFor(x => x.NextLabel).MaximumLength(64);
|
||||
RuleFor(x => x.Line1).MaximumLength(120);
|
||||
RuleFor(x => x.Line2).MaximumLength(120);
|
||||
RuleFor(x => x.Weight).InclusiveBetween(0, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user