Need to add sorting

This commit is contained in:
knownotunknown
2024-02-17 16:59:34 -06:00
parent e7ba9c54a6
commit 7479004a65
4 changed files with 52 additions and 40 deletions

View File

@@ -21,8 +21,8 @@ const testData: CalendarGridCourse[] = [
{
calendarGridPoint: {
dayIndex: 0,
startIndex: 1,
endIndex: 2,
startIndex: 4,
endIndex: 6,
},
componentProps: {
courseDeptAndInstr: 'Course 1',
@@ -33,9 +33,9 @@ const testData: CalendarGridCourse[] = [
},
{
calendarGridPoint: {
dayIndex: 1,
startIndex: 2,
endIndex: 3,
dayIndex: 4,
startIndex: 10,
endIndex: 20,
},
componentProps: {
courseDeptAndInstr: 'Course 2',