Page MenuHomePhabricator

Basic Answer Wiki for Ponder
ClosedPublic

Authored by chad on Aug 29 2015, 1:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 3:24 PM
Unknown Object (File)
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)
Feb 21 2024, 9:29 PM
Unknown Object (File)
Feb 14 2024, 11:59 AM
Unknown Object (File)
Jan 29 2024, 3:31 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
Branch
ponder-answer-wiki
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 7829
Build 8690: [Placeholder Plan] Wait for 30 Seconds
Build 8689: arc lint + arc unit

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
2

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

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

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.