From 6d7455fce90fa59bd425eda551dd3dfd6df9523b Mon Sep 17 00:00:00 2001 From: Rex Lorenzo Date: Fri, 24 Apr 2026 17:00:03 -0700 Subject: [PATCH 1/4] refactor(cts): collapse hardcoded CourseStudents rows into a v-for The three repeated prototype rows now iterate over a single mock array, which is how the real implementation will pull the API response. --- VueApp/src/CTS/pages/CourseStudents.vue | 91 +++++-------------------- 1 file changed, 18 insertions(+), 73 deletions(-) diff --git a/VueApp/src/CTS/pages/CourseStudents.vue b/VueApp/src/CTS/pages/CourseStudents.vue index 42ec398bf..33d5dfc89 100644 --- a/VueApp/src/CTS/pages/CourseStudents.vue +++ b/VueApp/src/CTS/pages/CourseStudents.vue @@ -1,6 +1,14 @@