Skip to content

Legislation Search Page UI #47

@calebyhan

Description

@calebyhan

Motivation

The legislation search is the most interactive public feature — it mimics senate.gov's approach with search + filters + paginated results. This is a core deliverable for the project.

Deliverables

  • Build /legislation/page.tsx with:
    • Search input (searches across title, bill number, summary)
    • Filter dropdowns: Status (Introduced, In Committee, Passed, Failed), Type (Bill, Resolution, Nomination), Session number
    • Paginated results table: bill number, title, sponsor, status, date introduced
    • Each row links to /legislation/[id]
  • Wire to getLegislation() with search/filter params
  • Filters and search should update URL query params (shareable URLs)
  • Pagination controls (Previous / Next + page number)

Important Notes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions