Page MenuHomePhabricator

Add similiar questions sidebar to Ponder
ClosedPublic

Authored by chad on Aug 10 2015, 8:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:43 AM
Unknown Object (File)
Thu, Apr 25, 12:43 AM
Unknown Object (File)
Sat, Apr 13, 9:38 AM
Unknown Object (File)
Wed, Apr 3, 1:29 PM
Unknown Object (File)
Mon, Apr 1, 9:16 AM
Unknown Object (File)
Mar 25 2024, 1:37 AM
Unknown Object (File)
Mar 10 2024, 3:50 AM
Unknown Object (File)
Feb 25 2024, 11:24 AM
Subscribers

Details

Reviewers
epriestley
Maniphest Tasks
T9099: Redesign Ponder
Commits
Restricted Diffusion Commit
rPb4e038d2af49: Add similiar questions sidebar to Ponder
Summary

Ref T9099. Testing out a two column layout in Ponder, with the main idea being creating a more browsable, discoverable product. I'd like the side column though to be a little smarter and provide project based searching. Ideally, if I'm reading Resolved Maniphest questions, other Resolved Maniphest questions are likely interesting. Another scenario is if I'm answering questions, in which case browsing more Open questions would also be interesting. Ponder "Main Column" still needs to be redesigned.

Test Plan

Browse open questions, resolved questions.

Diff Detail

Repository
rP Phabricator
Branch
ponder-sidebar
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 7566
Build 8172: [Placeholder Plan] Wait for 30 Seconds
Build 8171: arc lint + arc unit

Event Timeline

chad retitled this revision from to Add similiar questions sidebar to Ponder.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
src/applications/ponder/controller/PonderQuestionViewController.php
419

To find questions which share any of the same projects as this question:

->withEdgeLogicPHIDs(
  PhabricatorProjectObjectHasProjectEdgeType::EDGECONST,
  PhabricatorQueryConstraint::OPERATOR_OR,
  $project_phids_to_search_for)
420
->setLimit(10)
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/ponder/controller/PonderQuestionViewController.php
417–420

Or just $project_phids = $question->getProjectPHIDs();?

422–426

Remove now?

This revision is now accepted and ready to land.Aug 10 2015, 9:35 PM
chad marked 4 inline comments as done.
chad edited edge metadata.
  • per comets
This revision was automatically updated to reflect the committed changes.