govtrack.us-web icon indicating copy to clipboard operation
govtrack.us-web copied to clipboard

The Django source code for the GovTrack.us website.

Results 69 govtrack.us-web issues
Sort by recently updated
recently updated
newest added

The sizes of the House and Senate and the number of delegates to the House are hardcoded in a few places, see below. It might be worth pulling these out...

Issue for tracking a11y work. I'm no a11y expert so any advice is much appreciated **Checks** Roughly based on https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility?document_saved=true#Accessibility_testing_checklist _Site Wide_ - [ ] Color contrast (using WAVE tool)...

Issue #124 proposes allowing people to record their positions on a bill beyond emoji. The emoji module on each bill currently shows an aggregated count of how many people have...

If I am not logged in and click on an emoji, it indicates that I've made this selection (even on returning to the bill page later) and increments the aggregate...

When selecting an emoji, the AJAX response from a server is HTTP 200 with only a short JSON response: `{"status": "error"}`. This appears to be the case whether or not...

FYI, python-oauth2 has been [removed from later versions of Ubuntu](https://bugs.launchpad.net/ubuntu/+source/python-oauth2/+bug/1411176). This was done because, for a couple of years, it had two open CVEs. Those have been fixed, but the...

Users' emoji reactions to bills were added in commit ed7b1021cecfb6b645ae952260a4c8f805f19aac. I propose adding an easier-to-interpret seven point scale: - Strongly support - Moderately support - Slightly support - Neither support...

When viewing a bill, I'd like to easily see how the representatives I'm tracking (e.g. my representative and senators) voted on it. I'd imagine putting this in a section like...

When viewing a vote, there is a Statistically Notable Votes section that calls out surprising votes. I propose adding a similar section, perhaps just before it, for Tracked Members' Votes...

The front page advertises a nice feature: "Enter your address to find your representative and senators and then get alerts." Entering an address works to find the right rep and...