-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update explore page filtering to respect selected area type #335
Comments
I think as part of this I'm going to have to add something to the dataset to indicate which area types it's available for. I think this makes sense and seems much less fraught then trying to derive the information elsewhere. I am thinking that adding: areas_available = models.ManyToManyField(AreaType) to It will mean yet another update to the imports to add this, although I guess I can maybe assume if this is null then it means it applies to |
Although doh! the data_type has an area_type on it so maybe I don't need this... |
Having thought about this a bit more, and written some code I think I do need this as it's going to make things much easier. |
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
This is being / has been addressed as part of #344 |
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
Otherwise you end up with no areas returned if you select a dataset that's not available for the area type Fixes #335
The text was updated successfully, but these errors were encountered: