-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ordering on bill number for more consistency
Bill number is a string, and doesn't sort correctly across years. So we still sort via date introduced first, then use bill number to break ties (bills introduced on the same day), which wouldn't have issues sorting bill numbers across years (since it's all on the same day). Code reuse is a bit fucked, because this spans both the front-end and the back-end. The scraping order should be the same as the order shown to the user.
- Loading branch information
1 parent
fd3d44b
commit 2a88c3c
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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