Skip to content

feat(workflow-form): author the Form View's inputs in place (rename, hide, reorder, remove) #8027

Description

@yangzhang75

Task Summary

On top of the edit mode (#8026), let the author shape the exposed inputs where they appear. (This issue previously covered remembering the computing unit per workflow, which was folded into #8028; it is reused for the second half of the authoring task, split out of #8026 at 2200 lines.)

  • rename an input or any of its sub-fields, and hide a sub-field, through an editable-label formly wrapper (the label is the input; the control keeps a programmatic name)
  • reorder inputs by drag or from the keyboard (Move up / Move down)
  • write per-input help text; see "From X" attribution while authoring; remove an input
  • a binding whose operator no longer exists renders as a removable card for the author and is hidden from readers; it is never deleted silently
  • a repeated (array) input keeps its title above its rows in reader mode too

Task Type

  • Refactor / Cleanup
  • DevOps / Deployment / CI
  • Testing / QA
  • Documentation
  • Performance
  • Other

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions