Added persistent prompt to student progress report

This commit is contained in:
ivan-pelly
2026-04-10 15:31:56 -07:00
parent d4a580ffae
commit b287276ec0
21 changed files with 606 additions and 11 deletions
@@ -21,7 +21,6 @@ BEGIN
AND DATE(pe.`created_at`) <= p_to_date
)
ORDER BY g.`category`;
-- Result set 2: Progress events within the date range, with benchmark names
SELECT
pe.`id_goal` AS `goalId`,