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 },