I have three suggestions to make to this contribute study feature:
-
Include the current workflow graphml in the contribution also
-
generate a PR review panel before the actual submission:
- Expected behaviour: "Generate PR" button toggles a previewMode boolean state. In preview mode, all fields become read-only summary rows. "Confirm & Generate PR" fires the existing axios.post call, "Edit" returns to the editable form with all values intact.
- Auto-fill the contribute form by default (not strictly)
- The editor already stores authorName and projectName on every graph in initialGraphState. The Contribute form asks for exactly these two things but makes the user type them again from scratch. Similarly, uploadedDirName is already in superState
I have three suggestions to make to this contribute study feature:
Include the current workflow graphml in the contribution also
generate a PR review panel before the actual submission: