You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get aggregate data from Supabase table of type `Course` for a course. Output includes zero-row data.
280
+
* Get aggregate data from Supabase table of type `Course` for a course. Output includes zero-row data (i.e., `numReviews === 0`).
281
281
* @param courseId The OMSCS course ID. If omitted, returns all courses' stats (aggregated).
282
282
* @returns {Course[]}
283
283
*/
@@ -310,7 +310,7 @@ interface TArgsCourseStats {
310
310
}
311
311
312
312
/**
313
-
* Get aggregate data from Supabase table of type `Course` for a course. Output includes zero-row data (i.e., `numReviews == 0`). Can be queried independently for course and/or year and/or semester.
313
+
* Get aggregate data from Supabase table of type `Course` for a course. Output includes zero-row data (i.e., `numReviews === 0`). Can be queried independently for course and/or year and/or semester.
314
314
* @param courseId The OMSCS course ID. If omitted, returns all courses' stats (year-semesterId row-wise data).
315
315
* @param year The year of the course. If omitted, returns courseId and/or semesterId row-wise data.
316
316
* @param semesterId The semester of the course. If omitted, returns courseId and/or year row-wise data.
0 commit comments