add grading, attendnace management

This commit is contained in:
root
2026-04-29 17:39:37 -04:00
parent ea495f8382
commit dc7acf2536
27 changed files with 4150 additions and 960 deletions
+1
View File
@@ -67,6 +67,7 @@ export function spaPathFromCiUrl(url: string | null | undefined): string | null
}
const shortcuts: Record<string, string> = {
'landing_page/admin_dashboard': '/app/landing-page/admin-dashboard',
'landing_page/guest_dashboard': '/app/home',
'landing_page/parent_dashboard': '/app/parent/home',
'landing_page/teacher_dashboard': '/app/teacher_dashboard',