konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 42 forks source link

"Coming Up" bill detail can show very long list of activity #643

Closed dcloud closed 7 years ago

dcloud commented 9 years ago

Per feedback from a user, this list can be long and annoying. Consider adding a way to limit the number of items that show up on a summary page.

screenshot_2015-01-26-10-51-23

konklone commented 9 years ago

That should never be like that. There must be a bug somewhere in here, or in a calling function:

https://github.com/sunlightlabs/congress/blob/master/tasks/utils.rb#L567-L589

That code takes care of flushing previous "upcoming" notices, since they shouldn't accumulate like this.