refactor(api): extract timeline allocation assignment procedures

This commit is contained in:
2026-03-31 18:08:19 +02:00
parent 0b72eef61f
commit 7b4c659922
5 changed files with 202 additions and 193 deletions
@@ -5,8 +5,8 @@ import { managerProcedure, requirePermission } from "../trpc.js";
import {
createTimelineBatchQuickAssignments,
createTimelineQuickAssignment,
shiftTimelineAllocations,
} from "./timeline-allocation-procedure-support.js";
} from "./timeline-allocation-assignment-procedure-support.js";
import { shiftTimelineAllocations } from "./timeline-allocation-procedure-support.js";
import {
UpdateAllocationHoursSchema,
timelineBatchQuickAssignInputSchema,