Hacker News new | ask | show | jobs
by coldpie 2535 days ago
> Only slightly related, but as a lead developer I've had some business people get angry, because I refused to build features that violated customer privacy (and GDPR).

I wrote a feedback mechanism in an Android application that we made at work. There's a space for users to write their feedback, but of course we collect other information about their system and what they've done in our application. In the feedback dialog, I implemented an expandy thing that shows you all of the data that will be sent, and even has a checkbox next to each line item so the user can choose not to send that data. I showed my boss and he was like, "wow, that's transparent of you" and was blown away by the checkbox feature. Meanwhile I considered it really impolite to do otherwise.

1 comments

That's pretty awesome. And great that your boss thought this was a good idea too.
Behold the power of making a product for users instead of advertisers.