Features which by definition never generate sales are dead last on my priorities, too. I have to log into the Rails console to completely kill an account, as opposed to refunding or turning off billing. These features are also frequently a usability cluster flop because users are absolutely impervious to wording like "If you tell us to delete this WE CANNOT GET IT BACK."
Delete Button. Yammer take a hint.
21–30 of 45 posts
Re: Delete Button. Yammer take a hint.
#22Scott Balentine (CSM), Mar-03 10:29 am (PST): Hey Omar,
At Yammer, our relationship is with our users. All data, whether from a free or paid network, cannot be deleted by Yammer. This would violate our Terms of Service. You as an Admin of a paid account can delete any data on the network. Like you said before, the data is owned by you. Since this data was not deleted before I downgraded you, I will re-upgrade you for however long you need to delete the data in your network at no charge to you. As a paid network, no individual users will have to delete anything at all.
You can delete messages using the "Delete" link under the "More" menu at the bottom of each post.
Let me know if you need anything else.
Scott
-- Delete each message manually. Please.
Re: Delete Button. Yammer take a hint.
#23Earlier quoted context omitted.
I'd imagine there's a more innocent reason: deleting things is HARD in systems designed to scale. There are likely to be denormalisations, multiple redundant copies, separate search indexes, caches... bulk deleting an account actually ends up involving a fairly large amount of code.
No its really not. I worked on a system where the average user had hundreds of thousands of objects across dozens of servers. The delete button sets an account flag saying "this user is deleted." The front end UI honored that and no longer showed the user. A half dozen DELETE tasks were then tossed into a job queue, one for each major subsystem (cache, archival storage, etc). The visual effect of deletion was instant…
Re: Delete Button. Yammer take a hint.
#24I had this EXACT same issue with Yammer about 8 months ago. The experience of canceling my account made me want to bolt off their system and killed any hesitation I had. I checked out Presently ( http://present.ly ) the next day and after a week of using it, it erased all of our data randomly. No go. Not a great first impression. The following week we discovered Socialcast. And we've been VERY happy with Socialcast (…
Re: Delete Button. Yammer take a hint.
#25Re: Delete Button. Yammer take a hint.
#26Re: Delete Button. Yammer take a hint.
#27Re: Delete Button. Yammer take a hint.
#28Features which by definition never generate sales are dead last on my priorities, too. I have to log into the Rails console to completely kill an account, as opposed to refunding or turning off billing. These features are also frequently a usability cluster flop because users are absolutely impervious to wording like "If you tell us to delete this WE CANNOT GET IT BACK."
I agree with you patio but if you are serving to a geeky audience, the ability to leave and export your data can actually help some people decide in favor of your app when evaluating choices.
There is compelling data with regards to the on-the-ground truth of one of these propositions.
Re: Delete Button. Yammer take a hint.
#29Earlier quoted context omitted.
I'd imagine there's a more innocent reason: deleting things is HARD in systems designed to scale. There are likely to be denormalisations, multiple redundant copies, separate search indexes, caches... bulk deleting an account actually ends up involving a fairly large amount of code.
> deleting things is HARD in systems designed to scale. That's an excuse, not a reason.
Time is a zero sum game. If I can make features/fixes that brings me money, why would I spend time/money/effort to design system for effectively... well, NOT make money, at the cost of the former?
Re: Delete Button. Yammer take a hint.
#30I had this EXACT same issue with Yammer about 8 months ago. The experience of canceling my account made me want to bolt off their system and killed any hesitation I had. I checked out Presently ( http://present.ly ) the next day and after a week of using it, it erased all of our data randomly. No go. Not a great first impression. The following week we discovered Socialcast. And we've been VERY happy with Socialcast (…