Motivation
Previous Leadership shows historical senate officers grouped by session. It's a simple display page that reuses the Leadership type and API call with a session filter.
Deliverables
- Build
/senators/previous-leadership/page.tsx displaying past leadership grouped by session number
- Each session group has a heading (e.g., "106th Senate") and lists leaders beneath it as smaller cards (name, title)
- Wire to
getLeadership() with session parameter — fetch all sessions, group client-side
- No headshots needed for previous leaders (just name and title)
Important Notes
Motivation
Previous Leadership shows historical senate officers grouped by session. It's a simple display page that reuses the Leadership type and API call with a session filter.
Deliverables
/senators/previous-leadership/page.tsxdisplaying past leadership grouped by session numbergetLeadership()with session parameter — fetch all sessions, group client-sideImportant Notes