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.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9099: Redesign Ponder
- Commits
- Restricted Diffusion Commit
rPb4e038d2af49: Add similiar questions sidebar to Ponder
Browse open questions, resolved questions.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- ponder-sidebar
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 7579 Build 8198: [Placeholder Plan] Wait for 30 Seconds Build 8197: arc lint + arc unit
Event Timeline
src/applications/ponder/controller/PonderQuestionViewController.php | ||
---|---|---|
420 | To find questions which share any of the same projects as this question: ->withEdgeLogicPHIDs( PhabricatorProjectObjectHasProjectEdgeType::EDGECONST, PhabricatorQueryConstraint::OPERATOR_OR, $project_phids_to_search_for) | |
421 | ->setLimit(10) |