App-Inventor-Gallery
App-Inventor-Gallery copied to clipboard
Delete your own comments
We want people to be able to delete their own comments. This will be the first line of defense against user mistakes. I would say that we could have them edit their own comments, except for two reasons. A comment is supposedly not that much text, so a user should not feel it a pain to rewrite a comment (they can even copy and paste), and this would be a lot more work in the backend. A suggestion from the phone meeting today was for me as a user to be able to delete my own comments. What's required for this in the backend is an RPC which I can use, which can ONLY delete MY comments, and no one elses. How this looks and is attached to the frontend is a topic for Mary and Lyn's digest.
I think I misread my notes from the meeting, and criss-crossed the discussion between this topic and changing a display name. I'll make a new issue for that. Does the random issue above need to be continued?
See also #113 re: deleting comments marking them as deleted but not really deleting them from the database.