From 19ac94b4660c598055f0261a7611f7e92c2e8def Mon Sep 17 00:00:00 2001 From: Matthew Li Date: Thu, 27 Jun 2024 14:14:04 -0700 Subject: [PATCH] Define SUs for ICAs periods for UCB Academic Year 24-25 --- .../commands/data/brc_allocation_periods.json | 2 +- .../management/commands/data/brc_service_units.json | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json b/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json index 0a0d042e5..b648579d1 100644 --- a/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json +++ b/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json @@ -149,7 +149,7 @@ "start_date": "2024-07-01", "end_date": "2024-07-19" }, - { + { "name": "Fall Semester 2024", "start_date": "2024-08-21", "end_date": "2024-12-20" diff --git a/coldfront/core/utils/management/commands/data/brc_service_units.json b/coldfront/core/utils/management/commands/data/brc_service_units.json index 0ee25685f..e88416824 100644 --- a/coldfront/core/utils/management/commands/data/brc_service_units.json +++ b/coldfront/core/utils/management/commands/data/brc_service_units.json @@ -31,7 +31,15 @@ {"allocation_period": "Summer Sessions 2024 - Session C", "value": "200000.00"}, {"allocation_period": "Summer Sessions 2024 - Session D", "value": "200000.00"}, {"allocation_period": "Summer Sessions 2024 - Session E", "value": "200000.00"}, - {"allocation_period": "Summer Sessions 2024 - Session F", "value": "200000.00"} + {"allocation_period": "Summer Sessions 2024 - Session F", "value": "200000.00"}, + {"allocation_period": "Fall Semester 2024", "value": "200000.00"}, + {"allocation_period": "Spring Semester 2025", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session A", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session B", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session C", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session D", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session E", "value": "200000.00"}, + {"allocation_period": "Summer Sessions 2025 - Session F", "value": "200000.00"} ], "Partner Computing Allowance": [ {"allocation_period": "Allowance Year 2020 - 2021", "value": "300000.00"},