You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Because the tables are auto-generated, we also need...
ALTER TABLE clinics RENAME COLUMN organisation_name TO name;
ALTER TABLE gp_surgeries RENAME COLUMN organisation_name TO name;
ALTER TABLE hospitals RENAME COLUMN organisation_name TO name;
ALTER TABLE pharmacies RENAME COLUMN organisation_name TO name;
ALTER TABLE social_care_locations RENAME COLUMN organisation_name TO name;
GPs = /organisation_name?organisation_name=
Pharmacies are /name?organisation_name=
Dentists are /name?name=
Let's simplify to /service/health/?name=
Should also be consistent in parameter names so that city means city everywhere in filters.
data.gov.uk/data/api/service/health/?name=
data.gov.uk/data/api/service/health/?city=
data.gov.uk/data/api/service/health/?county=
data.gov.uk/data/api/service/health/?postcode=
This should be mostly fixing ETL to normalise the naming.
The text was updated successfully, but these errors were encountered: