-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from OliverCullimore/339-wakefield
Fix Wakefield City Council
- Loading branch information
Showing
5 changed files
with
147 additions
and
93 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
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 |
---|---|---|
@@ -1,12 +1,88 @@ | ||
{ | ||
"bins": [ | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "20/09/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "27/09/2023" | ||
}, | ||
{ | ||
"type": "Garden waste recycling", | ||
"collectionDate": "27/09/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "04/10/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "11/10/2023" | ||
}, | ||
{ | ||
"type": "Garden waste recycling", | ||
"collectionDate": "11/10/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "18/10/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "25/10/2023" | ||
}, | ||
{ | ||
"type": "Garden waste recycling", | ||
"collectionDate": "25/10/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "01/11/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "08/11/2023" | ||
}, | ||
{ | ||
"type": "Garden waste recycling", | ||
"collectionDate": "08/11/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "15/11/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "22/11/2023" | ||
}, | ||
{ | ||
"type": "Garden waste recycling", | ||
"collectionDate": "22/11/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "29/11/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "06/12/2023" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "13/12/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "20/12/2023" | ||
}, | ||
{ | ||
"type": "Household waste", | ||
"collectionDate": "10/4/2020" | ||
"collectionDate": "03/01/2024" | ||
}, | ||
{ | ||
"type": "Mixed recycling", | ||
"collectionDate": "3/4/2020" | ||
"collectionDate": "10/01/2024" | ||
} | ||
] | ||
} |
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