The Feature We Removed Twice
The Challenge
A way for a holder to leave a private note attached to their piece. Small, obviously useful, requested more than once.
The problem was never the note. It was that a private note attached to a numbered object outlives the account it was written from, and possibly the person, and nothing in the system had an answer for what happens then.
Exploration
Three answers were considered.
Delete with the account: simple, and quietly destroys the only record of why a piece mattered to someone.
Keep forever, unattached: creates an archive of orphaned private text that nobody has consented to being kept and nobody can ask to have removed.
Ask at the moment of deletion: correct, and requires the person to still be there, which is exactly the case where they are not.
None of the three is wrong. All three are answers to a question that had not been asked before the feature was built.
The Build
It was built anyway, in the first form, because the first version of anything is easier to reason about once it exists.
It worked. It was pleasant to use. The note appeared exactly where it should and the interaction took two taps.
Unexpected Problems
Within a week the test data contained notes that read as genuinely private, written by people who knew they were testing.
That was the whole finding. Given a private field attached to an object they care about, people write something real into it immediately — not eventually, not once trust is established. Whatever policy governs that field has to be right on the first day.
The second problem was structural. The note wanted to be a property of the piece, not of the account, and the piece is a permanent record while the account is not. The feature had quietly proposed a relationship the data model does not support.
The Final Decision
Removed, both times.
The first removal left behind a written note in the archive explaining what had been found. When the feature was argued back in seven months later — by people who had not been there, with the same reasoning — that note is what shortened the second round from three weeks to an afternoon.
The idea is not dead. It returns when there is an answer to what happens to a private sentence attached to an object whose owner is gone. Until then, building it again would only be a way of not deciding.