This completes the work begun in #717 by porting the two vote listing screens -- recent votes, and recent votes by a given member -- to the Pro Publica Congress API.
There are some minor display changes/regressions around showing details of a vote inline -- the information about bills seems a little less nice compared to what it was.
Despite the Pro Publica API using Yes, we continue to use Yea unchanged. Same for the other standard display values we were using.
Member votes come back in a single page of 100 votes, with no pagination provided. However, a server-side fix for this is planned in https://github.com/propublica/congress-api-docs/issues/147, which should cause the app to begin processing it correctly without further client-side changes.
This completes the work begun in #717 by porting the two vote listing screens -- recent votes, and recent votes by a given member -- to the Pro Publica Congress API.
Yes
, we continue to useYea
unchanged. Same for the other standard display values we were using.