Page MenuHomePhabricator

Allow Dashboard view and edit policies to be configured
Closed, ResolvedPublic

Description

Dashboards currently have database storage for viewPolicy and editPolicy, but they are not exposed in the UI.

Add UI controls and transaction support for editing these fields.

Event Timeline

epriestley assigned this task to lpriestley.
epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Dashboards.
epriestley changed the visibility from "Public (No Login Required)" to "All Users".
epriestley changed the visibility from "All Users" to "Public (No Login Required)".May 7 2014, 4:43 PM
  • You can access dashboards at /dashboard/.
  • You can look at an application like Passphrase to get a sense of how to implement these transactions.
  • PhabricatorDashboardEditController is where most of the action should be happening.