svcaf / earlyAlertOfLaws

A web service for monitoring new laws in California
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

fix the order of bills in the result page #18

Closed liaosvcaf closed 5 years ago

liaosvcaf commented 5 years ago

Another thing is the display of bills is not really based on last action date (LAD). The first bill now has 2019-09-28 as LAD. The 4th entry has 2019-07-08.

taivy commented 5 years ago

@liaosvcaf

20

liaosvcaf commented 5 years ago

@taivy It seems the order for one page is right from 2019 to 2017. But for next page, it restarts from 2019 to 2017. I was expecting to have all pages ordered uniformly from most recent date to oldest date. Could you please check this again? image

image

taivy commented 5 years ago

@taivy It seems the order for one page is right from 2019 to 2017. But for next page, it restarts from 2019 to 2017. I was expecting to have all pages ordered uniformly from most recent date to oldest date. Could you please check this again?

Fixed in #20

liaosvcaf commented 5 years ago

The order seems fixed in latest version