-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Performance by changing availability behaviour (#1540)
* change availability behaviour * track down legal provision problem * fix references to SQLAlchemy classes * fix lint and tests
- Loading branch information
Showing
25 changed files
with
295 additions
and
241 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
6 changes: 0 additions & 6 deletions
6
dev/sample_data/contaminated_military_sites/availabilities.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
dev/sample_data/contaminated_public_transport_sites/availabilities.json
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"theme_code": "ch.BelasteteStandorteMilitaer", | ||
"municipality_fosnr": 2771, | ||
"available": false | ||
}, | ||
{ | ||
"theme_code": "ch.BelasteteStandorteOeffentlicherVerkehr", | ||
"municipality_fosnr": 2771, | ||
"available": true | ||
}, | ||
{ | ||
"theme_code": "ch.StatischeWaldgrenzen", | ||
"municipality_fosnr": 2771, | ||
"available": true | ||
}, | ||
{ | ||
"theme_code": "ch.Grundwasserschutzzonen", | ||
"municipality_fosnr": 2771, | ||
"available": true | ||
}, | ||
{ | ||
"theme_code": "ch.Nutzungsplanung", | ||
"municipality_fosnr": 2771, | ||
"available": true | ||
}, | ||
{ | ||
"theme_code": "ch.BaulinienNationalstrassen", | ||
"municipality_fosnr": 2771, | ||
"available": false | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
dev/sample_data/groundwater_protection_zones/availabilities.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
dev/sample_data/oereblex/forest_perimeters/availabilities.json
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.