Problem
33 records in sat_centre.json have an empty/missing address field, all from the Canada batch:
| City |
Records missing address |
| Vancouver |
9 |
| Toronto |
6 |
| Markham |
3 |
| North York |
3 |
| West Vancouver |
2 |
| Westmount, Kamloops, Charlottetown, Montreal, Richmond, Richmond Hill, Shawnigan Lake, Bridgewater, London (ON), Calgary |
1 each |
address is optional in the schema, so this doesn't fail npm run validate - but a pin with just a school name and no street address is a lot less useful to a student trying to actually find the place, especially compared to every other country's entries, which all have one.
Fix
Add a short, human-readable address (street + area is enough, matching the style already used everywhere else in the file, e.g. "FOUR FIELDS AVENUE, G.T. ROAD, AMRITSAR, PUNJAB") for these 33 Canadian records. You added all of these originally, so you likely still have the source list these came from.
Acceptance criteria
Problem
33 records in
sat_centre.jsonhave an empty/missingaddressfield, all from the Canada batch:addressis optional in the schema, so this doesn't failnpm run validate- but a pin with just a school name and no street address is a lot less useful to a student trying to actually find the place, especially compared to every other country's entries, which all have one.Fix
Add a short, human-readable
address(street + area is enough, matching the style already used everywhere else in the file, e.g."FOUR FIELDS AVENUE, G.T. ROAD, AMRITSAR, PUNJAB") for these 33 Canadian records. You added all of these originally, so you likely still have the source list these came from.Acceptance criteria
sat_centrerecords have a non-emptyaddress