From 33314729947de68d768761d5c0e6faa2ddf3336b Mon Sep 17 00:00:00 2001 From: Phil Dore Date: Wed, 22 Apr 2026 12:56:25 +0100 Subject: [PATCH] =?UTF-8?q?Add=20200=E2=80=93300=20and=20300=E2=80=93400?= =?UTF-8?q?=20asset=20volume=20tiers=20to=20Production=20and=20Opera=20Upl?= =?UTF-8?q?oad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extends the 3-tier bracket structure to 5 tiers per updated SLA reference sheet. Adds dropdown options, crossReferenceTable entries, and Opera Upload day mappings for the two new tiers across all four complexity levels. Co-Authored-By: Claude Sonnet 4.6 --- config.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index f06e3ea..21822a1 100755 --- a/config.json +++ b/config.json @@ -275,7 +275,9 @@ "options": [ { "value": "0_50", "label": "0 - 50 Assets", "impactPercent": 0 }, { "value": "50_100", "label": "50 - 100 Assets", "impactPercent": 0 }, - { "value": "100_200", "label": "100 - 200 Assets", "impactPercent": 0 } + { "value": "100_200", "label": "100 - 200 Assets", "impactPercent": 0 }, + { "value": "200_300", "label": "200 - 300 Assets", "impactPercent": 0 }, + { "value": "300_400", "label": "300 - 400 Assets", "impactPercent": 0 } ], "default": "0_50" }, @@ -284,15 +286,23 @@ "simple_0_50": 4, "simple_50_100": 5, "simple_100_200": 6, + "simple_200_300": 6, + "simple_300_400": 7, "complex_0_50": 5, "complex_50_100": 6, "complex_100_200": 7, + "complex_200_300": 7, + "complex_300_400": 8, "creation_0_50": 6, "creation_50_100": 15, "creation_100_200": 18, + "creation_200_300": 20, + "creation_300_400": 22, "bespoke_0_50": 10, "bespoke_50_100": 20, - "bespoke_100_200": 25 + "bespoke_100_200": 25, + "bespoke_200_300": 27, + "bespoke_300_400": 30 }, "defaultRevisionRounds": { "_comment": "Suggested revision rounds by complexity level", @@ -340,7 +350,9 @@ "daysByAssetVolume": { "0_50": 1, "50_100": 2, - "100_200": 3 + "100_200": 3, + "200_300": 4, + "300_400": 5 }, "defaultDays": 1 },