adrianshort / uk_planning_scraper

A Ruby gem to get planning applications data from UK council websites.
GNU Lesser General Public License v3.0
27 stars 19 forks source link

Northgate date_received is actually date validated #40

Closed adrianshort closed 4 years ago

adrianshort commented 4 years ago

The Northgate search results page column Date Registered is the date on which the application was validated not the date the authority received the application.

The received date is only available on the Application Dates detail page (Received). On this page we also have Validated and Registered which appear to be the same thing.

Fix so that this data correctly gets returned in the date_validated attribute and the date_registered is nil.