Page MenuHomePhabricator

Basic Answer Wiki for Ponder
ClosedPublic

Authored by chad on Aug 29 2015, 1:50 AM.
Tags
None
Referenced Files
F12586601: D14003.id33863.diff
Mon, Mar 18, 10:49 AM
Unknown Object (File)
Fri, Mar 1, 8:41 PM
Unknown Object (File)
Fri, Mar 1, 8:41 PM
Unknown Object (File)
Fri, Mar 1, 8:41 PM
Unknown Object (File)
Wed, Feb 21, 9:29 PM
Unknown Object (File)
Feb 14 2024, 11:59 AM
Unknown Object (File)
Jan 29 2024, 3:31 PM
Unknown Object (File)
Jan 28 2024, 5:44 PM
Subscribers

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rP2665970762bf: Basic Answer Wiki for Ponder
Summary

Adds an additional field for questions, an answer wiki, should should usually be community editable.

Test Plan

New question, edit question, no wiki, lots of wiki.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Basic Answer Wiki for Ponder.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
  • add answer preview to edit form
epriestley edited edge metadata.

Calling this an "answer wiki" instead of a "summary" or something feels slightly odd to me -- Quora uses this term, but I don't think other things do, and it maybe risks confusion with Phriction here. But this is pretty fluff. Code itself looks good to me.

resources/sql/autopatches/20150828.ponder.wiki.1.sql
3

This should have ... LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL

src/applications/ponder/storage/PonderQuestionTransaction.php
177–178

ANSWERWIKI should probably be here too so users can get a dialog with diffs when the thing is edited.

This revision is now accepted and ready to land.Aug 29 2015, 3:27 PM
chad planned changes to this revision.Aug 29 2015, 3:35 PM
chad marked 2 inline comments as done.
chad edited edge metadata.
  • add answer preview to edit form
  • Update to Answer Summary in copy
This revision is now accepted and ready to land.Aug 29 2015, 8:54 PM
This revision was automatically updated to reflect the committed changes.