Dashboard
Overview of the Notiterms dashboard. Coming soon drafts for each subsection.
Overview
Learn the layout and key widgets of the dashboard: risk overview, recent changes, quick actions, and shortcuts.
Subsections (Coming Soon)
Services (Coming Soon)
Add, edit, and manage vendor services. Configure document URLs (Terms, Privacy, DPA, SLA, Security) and monitoring options.
Documents (Coming Soon)
See all tracked documents per service, last fetch time, and status.
Changes (Coming Soon)
Review diffs, risk levels, assign owners, add notes, and mark Reviewed.
Diff rendering
The dashboard uses the same visual language as the marketing home for diffs. Use the DiffList component to render additions, deletions, and inline modifications:
import { DiffList } from "@saas/monitoring/components";
export function Example() {
return (
<DiffList
deletions={[{ content: "Disputes will be resolved through direct negotiation" }]}
additions={[{ content: "All disputes must be resolved through binding arbitration" }]}
modifications={[{ before: "30 days", after: "7 days" }]}
/>
);
}Alerts (Coming Soon)
Set up channels (Email, Slack), routing, thresholds, and quiet hours.
Audit History (Coming Soon)
Export changes, evidence logs, and reports for SOC2/GDPR/HIPAA.