QuantifiedSelfless / gulper

data ingestion
4 stars 1 forks source link

Deletion API #10

Open wannabeCitizen opened 8 years ago

wannabeCitizen commented 8 years ago

As we delete user data, is it possible to have a way to make evident to people that we've actually deleted the data. Like an endpoint or something? Maybe it's not feasible, but I've gotten a few questions about it.

mynameisfiber commented 8 years ago

Actually, we do need an endpoint for this and every processor needs a corresponding function. I was going to do a tiny bit of refactoring that should make this trivial (namely move the save_data/load_data from my pr0n handler that seems to be popular with the other processors and move it into the BaseProcessor)