CrunchyBagel / TracePrivately

A privacy-focused app using Apple's soon-to-be-released contact tracing framework.
MIT License
351 stars 27 forks source link

Add a "false" status to keys on the server #17

Open HendX opened 4 years ago

HendX commented 4 years ago

If a submission is later deemed to be false, its associated keys should be flagged as an "F" status (or whatever).

The infected.php file should then return all (recent) keys with that status in a separate array.

tatey commented 4 years ago

FYI this has been implemented in https://github.com/tatey/trace_privately/commit/03152b2e689776fc2eb96bf8bf47a97815c8ae09. I plan to build an Admin UI to moderate the submissions. See https://github.com/tatey/trace_privately/issues/1.