HomePhabricator

Add a secret board view to Projects

Description

Add a secret board view to Projects

Summary:
Ref T1344. This is very rough. Some UI issues:

  • Empty states for the board and columns are junky.
  • Column widths are crazy. I think we need to set them to fixed-width, since we may have an arbitrarily large number of columns?
  • I don't think we have the header UI elements in M10 yet and that mock is pretty old, so I sort of very roughly approximated it.
  • What should we do when you click a task title? Popping the whole task in a dialog is possible but needs a bunch of work to actually work. Might need to build "sheets" or something.
  • Icons are slightly clipped for some reason.
  • All the backend stuff is totally faked.

Generally, my plan is just to use these to implement all of T390. Specifically:

  • "Kanban" projects will have "Backlog" on the left. You'll drag them toward the right as you make progress.
  • "Milestone" projects will have "No Milestone" on the left, then "Milestone 9", "Milestone 8", etc.
  • "Sprint" projects will have "Backlog" on the left, then "Sprint 31", "Sprint 30", etc.

So all of these things end up being pretty much exactly the same, with some minor text changes and new columns showing up on the left vs the right or whatever.

Test Plan: See screenshot.

Reviewers: chad, btrahan

Reviewed By: btrahan

CC: chad, aran, sascha-egerer

Maniphest Tasks: T1344

Differential Revision: https://secure.phabricator.com/D7374

Details

Provenance
epriestleyAuthored on Oct 22 2013, 4:11 AM
Reviewer
btrahan
Differential Revision
D7374: Add a secret board view to Projects
Parents
rP2a5c987c714d: Lock policy queries to their applications
Branches
Unknown
Tags
Unknown
Tasks
T1344: Create the ability to show a Trello style view for projects.

Event Timeline