gsxdsm
541f1f6533
FN-7017: expose optional workflow steps in task creation
Surface active workflow optional steps on task creation surfaces so users can opt into workflow-specific steps before creating tasks.
- Add optional-step dropdown state and creation payload handling to quick entry.
- Move New Task optional-step controls into the inline quick-button row.
- Cover default-on, workflow selection, duplicate-confirmed create, empty-step rendering, and mobile touch-target behavior with tests.
- Document create-time optional-step controls and add the published package changeset.
Files changed:
.../fn-7017-optional-steps-quick-dropdown.md | 7 +
docs/dashboard-guide.md | 4 +-
docs/workflow-steps.md | 2 +
.../dashboard/app/components/QuickEntryBox.css | 6 +-
.../dashboard/app/components/QuickEntryBox.tsx | 65 ++++++++-
packages/dashboard/app/components/TaskForm.tsx | 34 ++---
.../app/components/__tests__/NewTaskModal.test.tsx | 21 ++-
.../components/__tests__/QuickEntryBox.test.tsx | 145 ++++++++++++++++++++-
.../app/components/__tests__/TaskForm.test.tsx | 1 +
9 files changed, 258 insertions(+), 27 deletions(-)
Fusion-Task-Id: FN-7017
Fusion-Task-Lineage: 1b7d21e6-ff7f-4d27-b285-4fd865eafce6
2026-06-25 19:35:05 -07:00
..
2026-06-25 19:35:05 -07:00
2026-06-24 23:56:23 -07:00
2026-06-25 18:16:59 -07:00
2026-06-25 19:35:05 -07:00
2026-06-25 19:35:05 -07:00
2026-06-24 23:56:23 -07:00
2026-06-25 19:35:05 -07:00
2026-06-25 12:25:13 -07:00
2026-06-24 23:56:23 -07:00
2026-06-24 23:56:23 -07:00
2026-06-08 15:19:27 -07:00
2026-06-24 23:56:23 -07:00