Skip to content

data: none of the 609 SAT centre records has ever been re-verified #231

Description

@yakew7

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

  • At least one meaningful slice of sat_centre.json carries an accurate, current verified block

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions