Problem
sat_centre.json has 609 records and 608 of them are added_by: shauryagangrade - essentially the whole file is your own work. None of them carry a verified block ({ by, on }), meaning not one has ever been re-checked since it was first added. valid_till gives a soft freshness deadline, but the verified badge (which actually shows on the record and tells a student "someone recently confirmed this") has never been used on this file at all.
Per data/CONTRIBUTING.md, a verification is only good for 6 months before it should be redone anyway, so this isn't a one-time fix - it's a recurring pass.
Task
Pick a slice you can realistically re-check (a country or a few cities at a time is more sustainable than trying to do all 609 at once) and confirm each one is still accurate: right coordinates, right address, still an active SAT venue. Add:
"verified": { "by": "shauryagangrade", "on": "<today's date>" }
to the records you've actually checked - not a blanket pass across ones you haven't. Worth doing alongside #227 (duplicate coordinates) and #230 (missing addresses) - if you're already re-checking a batch for one of those, add the verified block for that same batch while you're in there rather than making a separate second pass over the same records.
Acceptance criteria
Problem
sat_centre.jsonhas 609 records and 608 of them areadded_by: shauryagangrade- essentially the whole file is your own work. None of them carry averifiedblock ({ by, on }), meaning not one has ever been re-checked since it was first added.valid_tillgives a soft freshness deadline, but theverifiedbadge (which actually shows on the record and tells a student "someone recently confirmed this") has never been used on this file at all.Per
data/CONTRIBUTING.md, a verification is only good for 6 months before it should be redone anyway, so this isn't a one-time fix - it's a recurring pass.Task
Pick a slice you can realistically re-check (a country or a few cities at a time is more sustainable than trying to do all 609 at once) and confirm each one is still accurate: right coordinates, right address, still an active SAT venue. Add:
to the records you've actually checked - not a blanket pass across ones you haven't. Worth doing alongside #227 (duplicate coordinates) and #230 (missing addresses) - if you're already re-checking a batch for one of those, add the
verifiedblock for that same batch while you're in there rather than making a separate second pass over the same records.Acceptance criteria
sat_centre.jsoncarries an accurate, currentverifiedblock