Add Congressional Record ingestion, display, and LLM summaries#177
Open
Add Congressional Record ingestion, display, and LLM summaries#177
Conversation
Full-stack implementation for Congressional Record support: Backend: - New SQLAlchemy models (crec_issue, crec_granule, crec_speech, crec_bill_reference, crec_summary) with Alembic migration - Importer for downloading/parsing daily CREC bulk data from govinfo.gov with speaker resolution and bill reference extraction - Extended cite_parser with bill reference regex (H.R., S., etc.) - LLM summarizer for granule-level and daily debate summaries - FastAPI endpoints for browsing issues, granules, speaker stats, and activity calendar Frontend: - Prisma schema models for all new tables - tRPC router with list, getIssue, getGranule, speakerStats, activityCalendar, debatesForBill, and legislatorStats procedures - /congress/record browse page with date-based issue listing - /congress/record/[issueId] daily view with Senate/House sections - /congress/record/[issueId]/[granuleId] transcript with speech cards, speaker attribution, bill reference chips, and AI summary - /congress/record/stats speaker leaderboard with word count rankings - Bill detail "Debates" tab showing Congressional Record mentions - Legislator detail speaking stats card with recent speeches - SpeechCard component with party colors, avatars, and bill ref links https://claude.ai/code/session_01EkXe8D2h9DAxnQbiWsJyAm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full-stack implementation for Congressional Record support:
Backend:
crec_bill_reference, crec_summary) with Alembic migration
with speaker resolution and bill reference extraction
and activity calendar
Frontend:
activityCalendar, debatesForBill, and legislatorStats procedures
speaker attribution, bill reference chips, and AI summary
https://claude.ai/code/session_01EkXe8D2h9DAxnQbiWsJyAm