Motivation
These three pages complete the Legislation section. The detail page shows full bill info with action history; the recent feeds are simple lists.
Deliverables
- Build
/legislation/[id]/page.tsx with: title, bill number, sponsor name, status badge, type, date introduced, summary, full text, and chronological action timeline
- Action timeline: each action shows date, type, and description in a vertical timeline or list
- Build
/legislation/recent/page.tsx as a simple list of recent legislation (title, bill number, status, date) linking to detail pages
- Build
/legislation/nominations/page.tsx — same layout as recent, but filtered to type=Nomination
- Wire to
getLegislationById() and getRecentLegislation()
Important Notes
Motivation
These three pages complete the Legislation section. The detail page shows full bill info with action history; the recent feeds are simple lists.
Deliverables
/legislation/[id]/page.tsxwith: title, bill number, sponsor name, status badge, type, date introduced, summary, full text, and chronological action timeline/legislation/recent/page.tsxas a simple list of recent legislation (title, bill number, status, date) linking to detail pages/legislation/nominations/page.tsx— same layout as recent, but filtered totype=NominationgetLegislationById()andgetRecentLegislation()Important Notes