diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx index 7220e88..80da6a4 100644 --- a/app/(dashboard)/layout.tsx +++ b/app/(dashboard)/layout.tsx @@ -2,6 +2,7 @@ import { useEffect, useState, useRef } from 'react' import { useRouter, usePathname } from 'next/navigation' +import Link from 'next/link' import { createClient } from '@/lib/supabase/client' import AuthGuard from './authguard' import SettingsModal, { type Settings as SettingsData } from './settings-modal' @@ -276,6 +277,12 @@ export default function DashboardLayout({ > Sign Out +
© 2026 NUSGA
diff --git a/app/_components/LoginCard.tsx b/app/_components/LoginCard.tsx index 6c81f72..74ddad7 100644 --- a/app/_components/LoginCard.tsx +++ b/app/_components/LoginCard.tsx @@ -147,6 +147,15 @@ export default function LoginCard() { {loading ? 'Signing in...' : 'Sign In'} + +Northeastern University Student Government Association (NUSGA)
++ Chambers collects only the information necessary to operate the SGA room reservation system: your name and Northeastern email address provided at onboarding, your SGA body memberships and administrative roles, a history of your room reservation requests and their statuses, and session activity timestamps used for idle-session security enforcement. +
++ Your information is used exclusively to facilitate room reservations for SGA activities, send booking status notifications via Slack, and enforce role-based access controls within the platform. We do not use your data for advertising, analytics sold to third parties, or any purpose unrelated to SGA operations. +
++ Data is stored on Supabase, a cloud database provider hosted in the United States. Slack is used for booking notifications. Beyond these infrastructure services, your data is not shared with or sold to any third parties. +
++ Your account data is retained for as long as your SGA membership is active, and for a reasonable period thereafter for recordkeeping purposes. To request deletion of your data, contact the Vice President of Operational Affairs via Slack. +
++ Access to Chambers is restricted to active SGA members who have received a valid invitation from an administrator or have been granted access to closed-body information by an administrator. Use of this platform by unauthorized individuals is prohibited. +
++ Chambers may only be used for legitimate SGA room reservations. Abuse of the booking system — including making reservations for non-SGA purposes, submitting false booking information, or exploiting the platform in any unintended way — is prohibited and may result in immediate access revocation. +
++ You are responsible for maintaining the confidentiality of your credentials. Do not share your password or allow others to access your account. Report any suspected unauthorized access to an administrator immediately. +
++ You agree to provide accurate and complete information when creating bookings and maintaining your account profile. Knowingly submitting false information is a violation of these terms. +
++ NUSGA reserves the right to suspend or terminate access to Chambers at any time, with or without notice, for violations of these terms or for any other operational reason. These terms may be updated periodically; continued use of Chambers constitutes acceptance of any changes. +
+