Working concept by Stoa: a redesign demonstration, not the official Oakland University website.

Content Governance

How the design system stays consistent and accessible across a decentralized university — guardrails, not guesswork.

Who can do what

Editor roles and responsibilities

Every content editor at Oakland is assigned a role. Permissions and guardrails are built into the CMS — the system enforces these rules so a well-intentioned edit cannot accidentally break accessibility or layout.

Role Can do Guardrail
Department Editor Edit page text, update program descriptions, upload approved images, schedule announcements Locked to pre-built components; cannot change layout, heading levels, or colors
College Web Lead Manage all pages in a college; approve component instances; escalate design requests to Central Web Team Cannot add new component types; cannot change the design system tokens
Central Web Team Add new components to the system; audit accessibility; update design tokens and type scale All changes run through automated Axe testing and WCAG 2.1 AA validation before merge
Accessibility Reviewer Audit all content; flag missing alt text, low-contrast text, or accessibility issues; require fixes before publish Can block publication; cannot edit or override flagged content directly

This role model ensures that every editor contributes within their expertise, and the system prevents common mistakes before they happen.

Built-in rules

Formatting guardrails

Editors work within locked constraints that prevent inconsistency at the root. These are not suggestions — they are enforced by the TerminalFour CMS.

Scalability guardrails

Structural limits

These limits prevent common mistakes at scale — left-hand navigation bloat, component overload, and layout breakage.

System-wide consistency

How a change propagates

The design system is the source of truth. When the Central Web Team updates a component or token once, every Oakland University site inherits the change automatically.

Example: Button color update

  1. The Central Web Team reviews the OU Gold token and decides to adjust it from #877148 to #8B7355 for warmer legibility.
  2. They update the token definition in the design system stylesheet — one line of code changed.
  3. The TerminalFour component library re-compiles.
  4. Within minutes, every page using the "OU Gold" token — buttons, links, borders, rules — displays the new color.
  5. No College Web Lead or Department Editor had to touch a single page. Consistency scales.

Example: Accessibility fix

  1. An audit discovers that the "Callout" component's line-height is too tight for dyslexic readers (1.4 instead of 1.6).
  2. The Central Web Team updates the component CSS. The fix is tested against Axe and WCAG 2.1 AA.
  3. The update is merged and published to the live design system.
  4. All 275+ pages with a Callout component instantly render with the improved spacing.
  5. Zero manual fixes needed. Accessibility improves across the university in one deploy.

This is the power of a live design system: consistency and accessibility at scale.

Learn more

Explore the live component library, tokens, and code snippets. Or see how Oakland's content governance meets the RFP requirements.