Skip to content

Commit

Permalink
Merge pull request #459 from ucb-rit/create_ica_2022_2023_periods
Browse files Browse the repository at this point in the history
Create AllocationPeriods for UCB 2022-2023 Academic Year
  • Loading branch information
matthew-li authored Aug 22, 2022
2 parents 17f81da + 6a0f436 commit 5fdd594
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,46 @@ def get_allocation_periods():
"name": "Summer Sessions 2022 - Session F",
"start_date": "2022-07-05",
"end_date": "2022-07-22"
},
{
"name": "Fall Semester 2022",
"start_date": "2022-08-17",
"end_date": "2022-12-16"
},
{
"name": "Spring Semester 2023",
"start_date": "2023-01-10",
"end_date": "2023-05-12"
},
{
"name": "Summer Sessions 2023 - Session A",
"start_date": "2023-05-22",
"end_date": "2023-06-30"
},
{
"name": "Summer Sessions 2023 - Session B",
"start_date": "2023-06-05",
"end_date": "2023-08-11"
},
{
"name": "Summer Sessions 2023 - Session C",
"start_date": "2023-06-20",
"end_date": "2023-08-11"
},
{
"name": "Summer Sessions 2023 - Session D",
"start_date": "2023-07-03",
"end_date": "2023-08-11"
},
{
"name": "Summer Sessions 2023 - Session E",
"start_date": "2023-07-24",
"end_date": "2023-08-11"
},
{
"name": "Summer Sessions 2023 - Session F",
"start_date": "2023-07-03",
"end_date": "2023-07-21"
}
]
)
Expand Down

0 comments on commit 5fdd594

Please sign in to comment.