Page MenuHomePhabricator

Add ability to hide answers in Ponder
ClosedPublic

Authored by chad on Aug 14 2015, 1:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 8:10 PM
Unknown Object (File)
Thu, Apr 25, 12:46 AM
Unknown Object (File)
Thu, Apr 11, 7:31 PM
Unknown Object (File)
Thu, Apr 11, 8:35 AM
Unknown Object (File)
Apr 4 2024, 12:18 PM
Unknown Object (File)
Apr 1 2024, 10:58 PM
Unknown Object (File)
Mar 25 2024, 5:05 AM
Unknown Object (File)
Mar 25 2024, 5:05 AM
Subscribers

Details

Summary

Ref T9173, adds basic hide support for answers. Answer authors and Moderators can hide answers, unhide them.

Test Plan

Hide answer, log into other account, see hidden message. Mark as visible, see answer again.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Add ability to hide answers in Ponder.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/ponder/constants/PonderQuestionStatus.php
10–11

Maybe put these on a separate PonderAnswerStatus class.

src/applications/ponder/storage/PonderAnswerTransaction.php
44

There's no associated remarkup block for this transaction type, right?

This revision is now accepted and ready to land.Aug 14 2015, 11:09 AM
chad marked 2 inline comments as done.
chad edited edge metadata.
  • update per comments, clean up feed
This revision was automatically updated to reflect the committed changes.