Page MenuHomePhabricator

Adding the create flow for Project Board (Workphlow) columns.
ClosedPublic

Authored by mikn on Jan 9 2014, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 13, 7:34 PM
Unknown Object (File)
Jan 31 2024, 9:40 AM
Unknown Object (File)
Jan 27 2024, 9:44 PM
Unknown Object (File)
Jan 18 2024, 2:05 AM
Unknown Object (File)
Dec 26 2023, 5:32 AM
Unknown Object (File)
Dec 15 2023, 8:11 AM
Unknown Object (File)
Dec 14 2023, 5:29 PM
Unknown Object (File)
Dec 6 2023, 1:13 AM

Details

Summary

This adds in the create flow for the Project board columns on the super secret board page which totally doesn't do anything right now.

Test Plan
  1. Apply diff.
  2. Go to super secret page.
  3. Click link close to top with a way too long name.
  4. Enter a name for the column.
  5. Enjoy a new column briefly before realising you cannot remove it.
  6. Stay happy!

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Some very minor nits inline, but I'll just clean those up in the pull. This looks great to me, thanks! Let me know when you're ready for the next piece.

resources/sql/autopatches/20140109.projectcolumnsdates.sql
2–3

For consistency, linebreak these as:

ALTER TABLE ...
  ADD ...
src/applications/project/controller/PhabricatorProjectBoardEditController.php
43

(Unused.)

103

We aren't totally consistent about this, but by convention don't link the last crumb (i.e., omit $request->getRequestURI()).

We should also maybe put more crumbs here, like:

[Projects] > Project Name > Board > Create Column

...but we can fill that in later.

Closed by commit rP5417f91b77f7 (authored by @mikn, committed by @epriestley).