From 2b7090de1ccc29a6c0ef6e11f39d20147530b7e3 Mon Sep 17 00:00:00 2001 From: Matthew Li Date: Mon, 13 May 2024 08:56:55 -0700 Subject: [PATCH] Add AY25-26 periods for BRC/LRC; add UCB 2024-25 calendar periods --- .../commands/data/brc_allocation_periods.json | 45 +++++++++++++++++++ .../commands/data/lrc_allocation_periods.json | 5 +++ 2 files changed, 50 insertions(+) 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 ad4af549f..0a0d042e5 100644 --- a/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json +++ b/coldfront/core/allocation/management/commands/data/brc_allocation_periods.json @@ -24,6 +24,11 @@ "start_date": "2024-06-01", "end_date": "2025-05-31" }, + { + "name": "Allowance Year 2025 - 2026", + "start_date": "2025-06-01", + "end_date": "2026-05-31" + }, { "name": "Fall Semester 2021", "start_date": "2021-08-18", @@ -143,5 +148,45 @@ "name": "Summer Sessions 2024 - Session F", "start_date": "2024-07-01", "end_date": "2024-07-19" + }, + { + "name": "Fall Semester 2024", + "start_date": "2024-08-21", + "end_date": "2024-12-20" + }, + { + "name": "Spring Semester 2025", + "start_date": "2025-01-14", + "end_date": "2025-05-16" + }, + { + "name": "Summer Sessions 2025 - Session A", + "start_date": "2025-05-27", + "end_date": "2025-07-03" + }, + { + "name": "Summer Sessions 2025 - Session B", + "start_date": "2025-06-09", + "end_date": "2025-08-15" + }, + { + "name": "Summer Sessions 2025 - Session C", + "start_date": "2025-06-23", + "end_date": "2025-08-15" + }, + { + "name": "Summer Sessions 2025 - Session D", + "start_date": "2025-07-07", + "end_date": "2025-08-15" + }, + { + "name": "Summer Sessions 2025 - Session E", + "start_date": "2025-07-28", + "end_date": "2025-08-15" + }, + { + "name": "Summer Sessions 2025 - Session F", + "start_date": "2025-07-07", + "end_date": "2025-07-25" } ] \ No newline at end of file diff --git a/coldfront/core/allocation/management/commands/data/lrc_allocation_periods.json b/coldfront/core/allocation/management/commands/data/lrc_allocation_periods.json index 00c1609b9..7f9d8b034 100644 --- a/coldfront/core/allocation/management/commands/data/lrc_allocation_periods.json +++ b/coldfront/core/allocation/management/commands/data/lrc_allocation_periods.json @@ -18,5 +18,10 @@ "name": "Allowance Year 2024 - 2025", "start_date": "2024-10-01", "end_date": "2025-09-30" + }, + { + "name": "Allowance Year 2025 - 2026", + "start_date": "2025-10-01", + "end_date": "2026-09-30" } ] \ No newline at end of file