feat: computation graph — add all missing engine variables and calculations

Added 30+ new nodes covering every engine calculation module:
- SAH: publicHolidayDays, scheduleRules separation
- Allocation: workingDays, utilizationPct intermediates
- Chargeability: bd/mdi/mo/pdr/absence ratio breakdowns
- Effort rules (new domain): scopeItems, totalFrames, expandedHours
- Experience multipliers (new domain): costMultiplier, billMultiplier, shoringRatio
- Commercial terms: pricingModel, paymentTermDays, warrantyMonths, milestones
- Spread (new domain): monthCount, weekCount, monthlySpread, weeklyPhasing
- Budget: allocCount, estVsActualGap
- Project: projectStart/End, resourceSnapshots, chapters

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
2026-03-22 20:33:07 +01:00
parent 2988e7bf0b
commit fd400122a4
2 changed files with 335 additions and 29 deletions
@@ -175,7 +175,7 @@ export function DispoImportClient() {
Dispo Import
</h1>
<p className="text-sm text-gray-500 dark:text-gray-400 mt-1">
Manage V2 data imports from Dispo workbooks
Manage Dispo imports
</p>
</div>
<Button onClick={() => setShowNewModal(true)}>New Import</Button>